crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#65827b hex color - Green - Cool color - Information

#65827b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #65827b Color code in RGB color code model is created after adding 39.61% red color, 50.98% green color and 48.24% blue color. Hex #65827b Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 5% yellow and 49% black.

Hex #65827b color code is between #668877 web safe hex color code and #557788 web safe hex color code. #668877 is the nearest web safe color code. You can see here many more shades of #65827b color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code65827b#65827b
RGB Decimal101, 130, 123rgb(101, 130, 123)
RGB Percent40%, 51%, 48%rgb(40%, 51%, 48%)
CSS RGBa101, 130, 123,1rgba(101,130,123,1)
CMYK Modelcmyk(22%,0%,5%,49%)
HSL Color Space166,13% ,45%hsl(166,13% ,45%)
HSV Color Space166°, 22%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001011000001001111011
Octal145202173
Decimal101130123
Hex65827b

Different shades of #65827b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #65827b
#7f9b94
Dark Shade of #65827b
#4f6560
Saturated Shade of #65827b
#598e81
Desaturated Shade of #65827b
#717675
Grey scale Shade of #65827b
#737373
Brighten Shade
#7e9b94
Most Readable Shade
#FFFFFF

Shades of #65827b color code

Generate more color scales with scales (color stack) generator.

#65827b
#59736d
#4e655f
#435652
#384844
#2c3936
#212b29
#161c1b
#0b0e0d
#000000

Similar Color like #65827b color

Find visually similar hex color codes nearing to #65827b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#66837c
#67847d
#68857e
#69867f
#6a8780
#6b8881
#6c8982
#6d8a83
#6e8b84
#6f8c85
#708d86
#718e87
#728f88
#739089
#64817a
#638079
#627f78
#617e77
#607d76
#5f7c75
#5e7b74
#5d7a73
#5c7972
#5b7871
#5a7770
#59766f
#58756e
#57746d

Monochromatic Color with #65827b

#65827b
#86aca3
#a7d7cb
#020202
#232d2b
#445753

Tints of #65827b Color

#65827b
#768f89
#879d98
#98aba7
#a9b9b5
#bac7c4
#cbd5d3
#dce3e1
#edf1f0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#65827b
#82656c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#65827b
#82657a
#826d65

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#65826f
#658275
#65827b
#658281
#657d82

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#65827b
#7b6582
#827b65

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#65827b
#6c6582
#82656c
#7a8265

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#65827b
#82656c
#826d65
#657a82

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #65827b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#65827b Color Code Preview on Black Background Color

This is how #65827b Color will look on black background color. Color contrast ratio is 5.03

#65827b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#65827b">Your Example Paragraph content text in with font color #65827b </p>

Your Example Paragraph content text in with font color #65827b

HTML with inline CSS

<div style="color:#65827b">Your Paragraph text in with font color #65827b </div>

Your Example Paragraph content text in with font color #65827b

#65827b color code is use for CSS Background Color

Background color for the above div is #65827b

HTML with inline CSS

<div style="background-color:#65827b;"></div>

#65827b color code is use for CSS Border Color

CSS Border color for the above div is #65827b

HTML with inline CSS

<div style="border:5px solid #65827b;"></div>

CSS Border Left color for the above div is #65827b

HTML with inline CSS

<div style="border-left:5px solid #65827b;"></div>

CSS Border Right color for the above div is #65827b

HTML with inline CSS

<div style="border-right:5px solid #65827b;"></div>

CSS Border Bottom color for the above div is #65827b

HTML with inline CSS

<div style="border-bottom:5px solid #65827b;"></div>

CSS Border Top color for the above div is #65827b

HTML with inline CSS

<div style="border-top:5px solid #65827b;"></div>

#65827b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#65827b; } .examplecolorclass {color:#65827b; } .examplebordercolor {border:3px solid #65827b; }

#65827b Color code Preview on White Background

This is how #65827b Color code will look on white background color. Color contrast ratio is 4.17

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #65827b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #65827b; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.