COLOR #5E5951

HEX: #5E5951 RGB: (94,89,81)

Color info

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

RGB color model

#5E5951 color RGB value is (94,89,81).

RGB: (94,89,81) (37%, 35%, 32%)

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 81 of 255 = 32%

94
89
81

R + G + B ~ 35%. #5E5951 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 89 + 81 = 264 (100%)
R 94 of 264 ~ 35.61%
G 89 of 264 ~ 33.71%
B 81 of 264 ~ 30.68'%

%35.61
%33.71
%30.68

CMYK color model

#5E5951 color CMYK value is (0,5,14,63).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 13.83%
  • key color value is 63.14%

CMYK: (0,5,14,63)
C0M5Y14K63 (0%, 5%, 14%, 63%)
(0.00 / 0.05 / 0.14 / 0.63)

CMYK percentages

%0
%5.32
%13.83
%63.14

Codes

Color #5E5951 in popluar color models

5E 59 51
RGB 94 89 81
HSL 37° 7.43% 34.31%
HSB/HSV 37° 13.83% 36.86%
CMYK 0.00% 5.32% 13.83%
63.14%

Color #5E5951 in popluar number systems.

HEX 5E 59 51
Decimal 94 89 81
Binary 1011110 1011001 1010001
Octal 136 131 121

Shades and tints

Shades of #5E5951

#5E5951
(94,89,81)
#56514A
(86,81,74)
#4E4943
(78,73,67)
#46413C
(70,65,60)
#3E3935
(62,57,53)
#36312E
(54,49,46)
#2E2927
(46,41,39)
#262120
(38,33,32)
#1E1919
(30,25,25)
#161112
(22,17,18)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #5E5951

#5E5951
(94,89,81)
#6C6860
(108,104,96)
#7A776F
(122,119,111)
#88867E
(136,134,126)
#96958D
(150,149,141)
#A4A49C
(164,164,156)
#B2B3AB
(178,179,171)
#C0C2BA
(192,194,186)
#CED1C9
(206,209,201)
#DCE0D8
(220,224,216)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5951; }

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

This text font color is #5E5951.

Background Color

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

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

This div background color is #5E5951.

Border color

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

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

This div border color is #5E5951.

Opacity

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

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

Text with #5E5951 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 #5E5951;}

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

This text has shadow with #5E5951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5951.

Preview

Color preview on black background

This text has color #5E5951 on black background.


Color preview on white background

This text has color #5E5951 on white background.


Black color preview on #5E5951 background

This text has black color on #5E5951 background.


White color preview on #5E5951 background

This text has white color on #5E5951 background.


Related colors

Complementary color

Complementary color for #hex is #A1A6AE.


I love getcolorcode.com

Triadic colors

1 #515E59 and #59515E with #5E5951 are triadic colors.

2 #51595E and #595E51 with #5E5951 are triadic colors.