COLOR #5E6F4F

HEX: #5E6F4F
RGB: (94,111,79)

Color info

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

RGB color model

#5E6F4F color RGB value is (94,111,79).

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

RGB channels and saturation

R 94 of 255 = 37%
G 111 of 255 = 44%
B 79 of 255 = 31%

94
111
79

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

Portions of RGB colors in percentages

R + G + B =
94 + 111 + 79 = 284 (100%)
R 94 of 284 ~ 33.1%
G 111 of 284 ~ 39.08%
B 79 of 284 ~ 27.82%

%33.1
%39.08
%27.82

CMYK color model

#5E6F4F color CMYK value is (15,0,29,56).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 28.83%
  • key color value is 56.47%
CMYK:
(15,0,29,56)
C15M0Y29K56 
(15%,0%,29%,56%)
(0.15/0.00/0.29/0.56)	

CMYK percentages

%15.32
%0
%28.83
%56.47

Codes

Color #5E6F4F in popluar color models

5E6F4F
RGB9411179
HSL92°16.84%37.25%
HSB/HSV92°28.83%43.53%
CMYK15.32%0.00%28.83%
56.47%

Color #5E6F4F in popluar number systems.

HEX5E6F4F
Decimal9411179
Binary101111011011111001111
Octal136157117

Shades and tints

Shades of #5E6F4F

#5E6F4F
(94,111,79)
#566548
(86,101,72)
#4E5B41
(78,91,65)
#46513A
(70,81,58)
#3E4733
(62,71,51)
#363D2C
(54,61,44)
#2E3325
(46,51,37)
#26291E
(38,41,30)
#1E1F17
(30,31,23)
#161510
(22,21,16)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #5E6F4F

#5E6F4F
(94,111,79)
#6C7C5F
(108,124,95)
#7A896F
(122,137,111)
#88967F
(136,150,127)
#96A38F
(150,163,143)
#A4B09F
(164,176,159)
#B2BDAF
(178,189,175)
#C0CABF
(192,202,191)
#CED7CF
(206,215,207)
#DCE4DF
(220,228,223)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6F4F; }

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

This text font color is #5E6F4F.


Background Color

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

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

This div background color is #5E6F4F.


Border color

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

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

This div border color is #5E6F4F.


Opacity

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

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

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

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

This text has shadow with #5E6F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6F4F on black background.


Color preview on white background

This text has color #5E6F4F on white background.



Black color preview on #5E6F4F background

This text has black color on #5E6F4F background.


White color preview on #5E6F4F background

This text has white color on #5E6F4F background.