COLOR #5E8648

HEX: #5E8648
RGB: (94,134,72)

Color info

#5E8648 contains mainly red and green colors. Web safe color of #5E8648 is #669933 (or #693).

RGB color model

#5E8648 color RGB value is (94,134,72).

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

RGB channels and saturation

R 94 of 255 = 37%
G 134 of 255 = 53%
B 72 of 255 = 28%

94
134
72

R + G + B ~ 39%. #5E8648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 134 + 72 = 300 (100%)
R 94 of 300 ~ 31.33%
G 134 of 300 ~ 44.67%
B 72 of 300 ~ 24%

%31.33
%44.67
%24

CMYK color model

#5E8648 color CMYK value is (30,0,46,47).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 46.27%
  • key color value is 47.45%
CMYK:
(30,0,46,47)
C30M0Y46K47 
(30%,0%,46%,47%)
(0.30/0.00/0.46/0.47)	

CMYK percentages

%29.85
%0
%46.27
%47.45

Codes

Color #5E8648 in popluar color models

5E8648
RGB9413472
HSL99°30.10%40.39%
HSB/HSV99°46.27%52.55%
CMYK29.85%0.00%46.27%
47.45%

Color #5E8648 in popluar number systems.

HEX5E8648
Decimal9413472
Binary1011110100001101001000
Octal136206110

Shades and tints

Shades of #5E8648

#5E8648
(94,134,72)
#567A42
(86,122,66)
#4E6E3C
(78,110,60)
#466236
(70,98,54)
#3E5630
(62,86,48)
#364A2A
(54,74,42)
#2E3E24
(46,62,36)
#26321E
(38,50,30)
#1E2618
(30,38,24)
#161A12
(22,26,18)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #5E8648

#5E8648
(94,134,72)
#6C9158
(108,145,88)
#7A9C68
(122,156,104)
#88A778
(136,167,120)
#96B288
(150,178,136)
#A4BD98
(164,189,152)
#B2C8A8
(178,200,168)
#C0D3B8
(192,211,184)
#CEDEC8
(206,222,200)
#DCE9D8
(220,233,216)
#EAF4E8
(234,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8648; }

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

This text font color is #5E8648.


Background Color

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

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

This div background color is #5E8648.


Border color

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

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

This div border color is #5E8648.


Opacity

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

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

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

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

This text has shadow with #5E8648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8648 on black background.


Color preview on white background

This text has color #5E8648 on white background.



Black color preview on #5E8648 background

This text has black color on #5E8648 background.


White color preview on #5E8648 background

This text has white color on #5E8648 background.