COLOR #5E5950

HEX: #5E5950
RGB: (94,89,80)

Color info

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

RGB color model

#5E5950 color RGB value is (94,89,80).

  • red value is 94;
  • green value is 89;
  • blue value is 80.
RGB:
(94,89,80)
(37%,35%,31%)

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 80 of 255 = 31%

94
89
80

R + G + B ~ 34%. #5E5950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 80 = 263 (100%)
R 94 of 263 ~ 35.74%
G 89 of 263 ~ 33.84%
B 80 of 263 ~ 30.42%

%35.74
%33.84
%30.42

CMYK color model

#5E5950 color CMYK value is (0,5,15,63).

  • cyan value is 0.00%
  • magenta value is 5.32%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(0,5,15,63)
C0M5Y15K63 
(0%,5%,15%,63%)
(0.00/0.05/0.15/0.63)	

CMYK percentages

%0
%5.32
%14.89
%63.14

Codes

Color #5E5950 in popluar color models

5E5950
RGB948980
HSL39°8.05%34.12%
HSB/HSV39°14.89%36.86%
CMYK0.00%5.32%14.89%
63.14%

Color #5E5950 in popluar number systems.

HEX5E5950
Decimal948980
Binary101111010110011010000
Octal136131120

Shades and tints

Shades of #5E5950

#5E5950
(94,89,80)
#565149
(86,81,73)
#4E4942
(78,73,66)
#46413B
(70,65,59)
#3E3934
(62,57,52)
#36312D
(54,49,45)
#2E2926
(46,41,38)
#26211F
(38,33,31)
#1E1918
(30,25,24)
#161111
(22,17,17)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #5E5950

#5E5950
(94,89,80)
#6C685F
(108,104,95)
#7A776E
(122,119,110)
#88867D
(136,134,125)
#96958C
(150,149,140)
#A4A49B
(164,164,155)
#B2B3AA
(178,179,170)
#C0C2B9
(192,194,185)
#CED1C8
(206,209,200)
#DCE0D7
(220,224,215)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5950; }

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

This text font color is #5E5950.


Background Color

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

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

This div background color is #5E5950.


Border color

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

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

This div border color is #5E5950.


Opacity

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

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

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

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

This text has shadow with #5E5950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5950 on black background.


Color preview on white background

This text has color #5E5950 on white background.



Black color preview on #5E5950 background

This text has black color on #5E5950 background.


White color preview on #5E5950 background

This text has white color on #5E5950 background.