COLOR #5E6555

HEX: #5E6555
RGB: (94,101,85)

Color info

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

RGB color model

#5E6555 color RGB value is (94,101,85).

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

RGB channels and saturation

R 94 of 255 = 37%
G 101 of 255 = 40%
B 85 of 255 = 33%

94
101
85

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

Portions of RGB colors in percentages

R + G + B =
94 + 101 + 85 = 280 (100%)
R 94 of 280 ~ 33.57%
G 101 of 280 ~ 36.07%
B 85 of 280 ~ 30.36%

%33.57
%36.07
%30.36

CMYK color model

#5E6555 color CMYK value is (7,0,16,60).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 60.39%
CMYK:
(7,0,16,60)
C7M0Y16K60 
(7%,0%,16%,60%)
(0.07/0.00/0.16/0.60)	

CMYK percentages

%6.93
%0
%15.84
%60.39

Codes

Color #5E6555 in popluar color models

5E6555
RGB9410185
HSL86°8.60%36.47%
HSB/HSV86°15.84%39.61%
CMYK6.93%0.00%15.84%
60.39%

Color #5E6555 in popluar number systems.

HEX5E6555
Decimal9410185
Binary101111011001011010101
Octal136145125

Shades and tints

Shades of #5E6555

#5E6555
(94,101,85)
#565C4E
(86,92,78)
#4E5347
(78,83,71)
#464A40
(70,74,64)
#3E4139
(62,65,57)
#363832
(54,56,50)
#2E2F2B
(46,47,43)
#262624
(38,38,36)
#1E1D1D
(30,29,29)
#161416
(22,20,22)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #5E6555

#5E6555
(94,101,85)
#6C7364
(108,115,100)
#7A8173
(122,129,115)
#888F82
(136,143,130)
#969D91
(150,157,145)
#A4ABA0
(164,171,160)
#B2B9AF
(178,185,175)
#C0C7BE
(192,199,190)
#CED5CD
(206,213,205)
#DCE3DC
(220,227,220)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6555; }

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

This text font color is #5E6555.


Background Color

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

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

This div background color is #5E6555.


Border color

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

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

This div border color is #5E6555.


Opacity

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

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

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

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

This text has shadow with #5E6555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6555 on black background.


Color preview on white background

This text has color #5E6555 on white background.



Black color preview on #5E6555 background

This text has black color on #5E6555 background.


White color preview on #5E6555 background

This text has white color on #5E6555 background.