COLOR #5E6659

HEX: #5E6659 RGB: (94,102,89)

Color info

#5E6659 contains red, green and blue colors in about the same proportion. Web safe color of #5E6659 is #666666 (or #666).

RGB color model

#5E6659 color RGB value is (94,102,89).

RGB: (94,102,89) (37%, 40%, 35%)

RGB channels and saturation

R 94 of 255 = 37%
G 102 of 255 = 40%
B 89 of 255 = 35%

94
102
89

R + G + B ~ 37%. #5E6659 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 102 + 89 = 285 (100%)
R 94 of 285 ~ 32.98%
G 102 of 285 ~ 35.79%
B 89 of 285 ~ 31.23'%

%32.98
%35.79
%31.23

CMYK color model

#5E6659 color CMYK value is (8,0,13,60).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 60.00%

CMYK: (8,0,13,60)
C8M0Y13K60 (8%, 0%, 13%, 60%)
(0.08 / 0.00 / 0.13 / 0.60)

CMYK percentages

%7.84
%0
%12.75
%60

Codes

Color #5E6659 in popluar color models

5E 66 59
RGB 94 102 89
HSL 97° 6.81% 37.45%
HSB/HSV 97° 12.75% 40.00%
CMYK 7.84% 0.00% 12.75%
60.00%

Color #5E6659 in popluar number systems.

HEX 5E 66 59
Decimal 94 102 89
Binary 1011110 1100110 1011001
Octal 136 146 131

Shades and tints

Shades of #5E6659

#5E6659
(94,102,89)
#565D51
(86,93,81)
#4E5449
(78,84,73)
#464B41
(70,75,65)
#3E4239
(62,66,57)
#363931
(54,57,49)
#2E3029
(46,48,41)
#262721
(38,39,33)
#1E1E19
(30,30,25)
#161511
(22,21,17)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #5E6659

#5E6659
(94,102,89)
#6C7368
(108,115,104)
#7A8077
(122,128,119)
#888D86
(136,141,134)
#969A95
(150,154,149)
#A4A7A4
(164,167,164)
#B2B4B3
(178,180,179)
#C0C1C2
(192,193,194)
#CECED1
(206,206,209)
#DCDBE0
(220,219,224)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6659 color. Also use rgb(94,102,89) instead hex code.

Text Font Color

.myTextColor { color: #5E6659; }

<p style="color:#5E6659">This sample text font color is #5E6659.</p>

This text font color is #5E6659.

Background Color

.myBgColor { background-color: #5E6659; }

<div style="background-color:#5E6659">Inner text</div>

This div background color is #5E6659.

Border color

.myBorderColor { border: 1px solid #5E6659; }

<div style="border:3px solid #5E6659">Div</div>

This div border color is #5E6659.

Opacity

.myOpacity80 { color: #5E6659; opacity: 0.8; }

<p style="color:#5E6659;opacity:0.8;">80%</p>

Text with #5E6659 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5E6659;}

<p style="text-shadow: 3px 3px 1px #5E6659">Text here.</p>

This text has shadow with #5E6659 color.


.textShadow {text-shadow: 3px 3px 1px #5E6659', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5E6659, 5px 5px 20px red">Text here.</p>

This text has shadow with #5E6659 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5E6659, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5E6659, Direction=45, Strength=4)">Text</p>

This text has shadow with #5E6659 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5E6659;
-webkit-box-shadow: 1px 1px 3px 2px #5E6659;
box-shadow: 1px 1px 3px 2px #5E6659;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5E6659; -webkit-box-shadow: 1px 1px 3px 2px #5E6659; box-shadow:1px 1px 3px 2px #5E6659;">
Div content here
</div>

This div box has shadow with color #5E6659.

Preview

Color preview on black background

This text has color #5E6659 on black background.


Color preview on white background

This text has color #5E6659 on white background.


Black color preview on #5E6659 background

This text has black color on #5E6659 background.


White color preview on #5E6659 background

This text has white color on #5E6659 background.


Related colors

Complementary color

Complementary color for #hex is #A199A6.


I love getcolorcode.com

Triadic colors

1 #595E66 and #66595E with #5E6659 are triadic colors.

2 #59665E and #665E59 with #5E6659 are triadic colors.