COLOR #5E7648

HEX: #5E7648
RGB: (94,118,72)

Color info

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

RGB color model

#5E7648 color RGB value is (94,118,72).

  • red value is 94;
  • green value is 118;
  • blue value is 72.
RGB:
(94,118,72)
(37%,46%,28%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 72 of 255 = 28%

94
118
72

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

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 72 = 284 (100%)
R 94 of 284 ~ 33.1%
G 118 of 284 ~ 41.55%
B 72 of 284 ~ 25.35%

%33.1
%41.55
%25.35

CMYK color model

#5E7648 color CMYK value is (20,0,39,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(20,0,39,54)
C20M0Y39K54 
(20%,0%,39%,54%)
(0.20/0.00/0.39/0.54)	

CMYK percentages

%20.34
%0
%38.98
%53.73

Codes

Color #5E7648 in popluar color models

5E7648
RGB9411872
HSL91°24.21%37.25%
HSB/HSV91°38.98%46.27%
CMYK20.34%0.00%38.98%
53.73%

Color #5E7648 in popluar number systems.

HEX5E7648
Decimal9411872
Binary101111011101101001000
Octal136166110

Shades and tints

Shades of #5E7648

#5E7648
(94,118,72)
#566C42
(86,108,66)
#4E623C
(78,98,60)
#465836
(70,88,54)
#3E4E30
(62,78,48)
#36442A
(54,68,42)
#2E3A24
(46,58,36)
#26301E
(38,48,30)
#1E2618
(30,38,24)
#161C12
(22,28,18)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #5E7648

#5E7648
(94,118,72)
#6C8258
(108,130,88)
#7A8E68
(122,142,104)
#889A78
(136,154,120)
#96A688
(150,166,136)
#A4B298
(164,178,152)
#B2BEA8
(178,190,168)
#C0CAB8
(192,202,184)
#CED6C8
(206,214,200)
#DCE2D8
(220,226,216)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7648 color. Also use rgb(94,118,72) instead hex code.

Text Font Color

.myTextColor { color: #5E7648; }

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

This text font color is #5E7648.


Background Color

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

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

This div background color is #5E7648.


Border color

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

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

This div border color is #5E7648.


Opacity

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

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

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

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

This text has shadow with #5E7648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7648 on black background.


Color preview on white background

This text has color #5E7648 on white background.



Black color preview on #5E7648 background

This text has black color on #5E7648 background.


White color preview on #5E7648 background

This text has white color on #5E7648 background.