COLOR #5E5855

HEX: #5E5855
RGB: (94,88,85)

Color info

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

RGB color model

#5E5855 color RGB value is (94,88,85).

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

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 85 of 255 = 33%

94
88
85

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

Portions of RGB colors in percentages

R + G + B =
94 + 88 + 85 = 267 (100%)
R 94 of 267 ~ 35.21%
G 88 of 267 ~ 32.96%
B 85 of 267 ~ 31.84%

%35.21
%32.96
%31.84

CMYK color model

#5E5855 color CMYK value is (0,6,10,63).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 9.57%
  • key color value is 63.14%
CMYK:
(0,6,10,63)
C0M6Y10K63 
(0%,6%,10%,63%)
(0.00/0.06/0.10/0.63)	

CMYK percentages

%0
%6.38
%9.57
%63.14

Codes

Color #5E5855 in popluar color models

5E5855
RGB948885
HSL20°5.03%35.10%
HSB/HSV20°9.57%36.86%
CMYK0.00%6.38%9.57%
63.14%

Color #5E5855 in popluar number systems.

HEX5E5855
Decimal948885
Binary101111010110001010101
Octal136130125

Shades and tints

Shades of #5E5855

#5E5855
(94,88,85)
#56504E
(86,80,78)
#4E4847
(78,72,71)
#464040
(70,64,64)
#3E3839
(62,56,57)
#363032
(54,48,50)
#2E282B
(46,40,43)
#262024
(38,32,36)
#1E181D
(30,24,29)
#161016
(22,16,22)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #5E5855

#5E5855
(94,88,85)
#6C6764
(108,103,100)
#7A7673
(122,118,115)
#888582
(136,133,130)
#969491
(150,148,145)
#A4A3A0
(164,163,160)
#B2B2AF
(178,178,175)
#C0C1BE
(192,193,190)
#CED0CD
(206,208,205)
#DCDFDC
(220,223,220)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5855; }

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

This text font color is #5E5855.


Background Color

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

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

This div background color is #5E5855.


Border color

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

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

This div border color is #5E5855.


Opacity

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

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

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

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

This text has shadow with #5E5855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5855 on black background.


Color preview on white background

This text has color #5E5855 on white background.



Black color preview on #5E5855 background

This text has black color on #5E5855 background.


White color preview on #5E5855 background

This text has white color on #5E5855 background.