COLOR #5E6F4D

HEX: #5E6F4D
RGB: (94,111,77)

Color info

#5E6F4D contains red, green and blue colors in about the same proportion. Web safe color of #5E6F4D is #666633 (or #663).

RGB color model

#5E6F4D color RGB value is (94,111,77).

  • red value is 94;
  • green value is 111;
  • blue value is 77.
RGB:
(94,111,77)
(37%,44%,30%)

RGB channels and saturation

R 94 of 255 = 37%
G 111 of 255 = 44%
B 77 of 255 = 30%

94
111
77

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

Portions of RGB colors in percentages

R + G + B =
94 + 111 + 77 = 282 (100%)
R 94 of 282 ~ 33.33%
G 111 of 282 ~ 39.36%
B 77 of 282 ~ 27.3%

%33.33
%39.36
%27.3

CMYK color model

#5E6F4D color CMYK value is (15,0,31,56).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 56.47%
CMYK:
(15,0,31,56)
C15M0Y31K56 
(15%,0%,31%,56%)
(0.15/0.00/0.31/0.56)	

CMYK percentages

%15.32
%0
%30.63
%56.47

Codes

Color #5E6F4D in popluar color models

5E6F4D
RGB9411177
HSL90°18.09%36.86%
HSB/HSV90°30.63%43.53%
CMYK15.32%0.00%30.63%
56.47%

Color #5E6F4D in popluar number systems.

HEX5E6F4D
Decimal9411177
Binary101111011011111001101
Octal136157115

Shades and tints

Shades of #5E6F4D

#5E6F4D
(94,111,77)
#566546
(86,101,70)
#4E5B3F
(78,91,63)
#465138
(70,81,56)
#3E4731
(62,71,49)
#363D2A
(54,61,42)
#2E3323
(46,51,35)
#26291C
(38,41,28)
#1E1F15
(30,31,21)
#16150E
(22,21,14)
#0E0B07
(14,11,7)
#000000
(0,0,0)

Tints of #5E6F4D

#5E6F4D
(94,111,77)
#6C7C5D
(108,124,93)
#7A896D
(122,137,109)
#88967D
(136,150,125)
#96A38D
(150,163,141)
#A4B09D
(164,176,157)
#B2BDAD
(178,189,173)
#C0CABD
(192,202,189)
#CED7CD
(206,215,205)
#DCE4DD
(220,228,221)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6F4D color. Also use rgb(94,111,77) instead hex code.

Text Font Color

.myTextColor { color: #5E6F4D; }

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

This text font color is #5E6F4D.


Background Color

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

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

This div background color is #5E6F4D.


Border color

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

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

This div border color is #5E6F4D.


Opacity

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

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

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

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

This text has shadow with #5E6F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6F4D on black background.


Color preview on white background

This text has color #5E6F4D on white background.



Black color preview on #5E6F4D background

This text has black color on #5E6F4D background.


White color preview on #5E6F4D background

This text has white color on #5E6F4D background.