COLOR #5E7047

HEX: #5E7047
RGB: (94,112,71)

Color info

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

RGB color model

#5E7047 color RGB value is (94,112,71).

  • red value is 94;
  • green value is 112;
  • blue value is 71.
RGB:
(94,112,71)
(37%,44%,28%)

RGB channels and saturation

R 94 of 255 = 37%
G 112 of 255 = 44%
B 71 of 255 = 28%

94
112
71

R + G + B ~ 36%. #5E7047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 112 + 71 = 277 (100%)
R 94 of 277 ~ 33.94%
G 112 of 277 ~ 40.43%
B 71 of 277 ~ 25.63%

%33.94
%40.43
%25.63

CMYK color model

#5E7047 color CMYK value is (16,0,37,56).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 56.08%
CMYK:
(16,0,37,56)
C16M0Y37K56 
(16%,0%,37%,56%)
(0.16/0.00/0.37/0.56)	

CMYK percentages

%16.07
%0
%36.61
%56.08

Codes

Color #5E7047 in popluar color models

5E7047
RGB9411271
HSL86°22.40%35.88%
HSB/HSV86°36.61%43.92%
CMYK16.07%0.00%36.61%
56.08%

Color #5E7047 in popluar number systems.

HEX5E7047
Decimal9411271
Binary101111011100001000111
Octal136160107

Shades and tints

Shades of #5E7047

#5E7047
(94,112,71)
#566641
(86,102,65)
#4E5C3B
(78,92,59)
#465235
(70,82,53)
#3E482F
(62,72,47)
#363E29
(54,62,41)
#2E3423
(46,52,35)
#262A1D
(38,42,29)
#1E2017
(30,32,23)
#161611
(22,22,17)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #5E7047

#5E7047
(94,112,71)
#6C7D57
(108,125,87)
#7A8A67
(122,138,103)
#889777
(136,151,119)
#96A487
(150,164,135)
#A4B197
(164,177,151)
#B2BEA7
(178,190,167)
#C0CBB7
(192,203,183)
#CED8C7
(206,216,199)
#DCE5D7
(220,229,215)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7047 color. Also use rgb(94,112,71) instead hex code.

Text Font Color

.myTextColor { color: #5E7047; }

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

This text font color is #5E7047.


Background Color

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

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

This div background color is #5E7047.


Border color

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

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

This div border color is #5E7047.


Opacity

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

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

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

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

This text has shadow with #5E7047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7047 on black background.


Color preview on white background

This text has color #5E7047 on white background.



Black color preview on #5E7047 background

This text has black color on #5E7047 background.


White color preview on #5E7047 background

This text has white color on #5E7047 background.