COLOR #5E5850

HEX: #5E5850
RGB: (94,88,80)

Color info

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

RGB color model

#5E5850 color RGB value is (94,88,80).

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

RGB channels and saturation

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

94
88
80

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 80 = 262 (100%)
R 94 of 262 ~ 35.88%
G 88 of 262 ~ 33.59%
B 80 of 262 ~ 30.53%

%35.88
%33.59
%30.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(0,6,15,63)
C0M6Y15K63 
(0%,6%,15%,63%)
(0.00/0.06/0.15/0.63)	

CMYK percentages

%0
%6.38
%14.89
%63.14

Codes

Color #5E5850 in popluar color models

5E5850
RGB948880
HSL34°8.05%34.12%
HSB/HSV34°14.89%36.86%
CMYK0.00%6.38%14.89%
63.14%

Color #5E5850 in popluar number systems.

HEX5E5850
Decimal948880
Binary101111010110001010000
Octal136130120

Shades and tints

Shades of #5E5850

#5E5850
(94,88,80)
#565049
(86,80,73)
#4E4842
(78,72,66)
#46403B
(70,64,59)
#3E3834
(62,56,52)
#36302D
(54,48,45)
#2E2826
(46,40,38)
#26201F
(38,32,31)
#1E1818
(30,24,24)
#161011
(22,16,17)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #5E5850

#5E5850
(94,88,80)
#6C675F
(108,103,95)
#7A766E
(122,118,110)
#88857D
(136,133,125)
#96948C
(150,148,140)
#A4A39B
(164,163,155)
#B2B2AA
(178,178,170)
#C0C1B9
(192,193,185)
#CED0C8
(206,208,200)
#DCDFD7
(220,223,215)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5850; }

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

This text font color is #5E5850.


Background Color

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

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

This div background color is #5E5850.


Border color

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

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

This div border color is #5E5850.


Opacity

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

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

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

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

This text has shadow with #5E5850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5850 on black background.


Color preview on white background

This text has color #5E5850 on white background.



Black color preview on #5E5850 background

This text has black color on #5E5850 background.


White color preview on #5E5850 background

This text has white color on #5E5850 background.