COLOR #5E8748

HEX: #5E8748 RGB: (94,135,72)

Color info

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

RGB color model

#5E8748 color RGB value is (94,135,72).

RGB: (94,135,72) (37%, 53%, 28%)

RGB channels and saturation

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

94
135
72

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

Portions of RGB colors in percentages

R + G + B = 94 + 135 + 72 = 301 (100%)
R 94 of 301 ~ 31.23%
G 135 of 301 ~ 44.85%
B 72 of 301 ~ 23.92'%

%31.23
%44.85
%23.92

CMYK color model

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

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 47.06%

CMYK: (30,0,47,47)
C30M0Y47K47 (30%, 0%, 47%, 47%)
(0.30 / 0.00 / 0.47 / 0.47)

CMYK percentages

%30.37
%0
%46.67
%47.06

Codes

Color #5E8748 in popluar color models

5E 87 48
RGB 94 135 72
HSL 99° 30.43% 40.59%
HSB/HSV 99° 46.67% 52.94%
CMYK 30.37% 0.00% 46.67%
47.06%

Color #5E8748 in popluar number systems.

HEX 5E 87 48
Decimal 94 135 72
Binary 1011110 10000111 1001000
Octal 136 207 110

Shades and tints

Shades of #5E8748

#5E8748
(94,135,72)
#567B42
(86,123,66)
#4E6F3C
(78,111,60)
#466336
(70,99,54)
#3E5730
(62,87,48)
#364B2A
(54,75,42)
#2E3F24
(46,63,36)
#26331E
(38,51,30)
#1E2718
(30,39,24)
#161B12
(22,27,18)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #5E8748

#5E8748
(94,135,72)
#6C9158
(108,145,88)
#7A9B68
(122,155,104)
#88A578
(136,165,120)
#96AF88
(150,175,136)
#A4B998
(164,185,152)
#B2C3A8
(178,195,168)
#C0CDB8
(192,205,184)
#CED7C8
(206,215,200)
#DCE1D8
(220,225,216)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8748; }

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

This text font color is #5E8748.

Background Color

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

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

This div background color is #5E8748.

Border color

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

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

This div border color is #5E8748.

Opacity

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

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

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

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

This text has shadow with #5E8748 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E8748.

Preview

Color preview on black background

This text has color #5E8748 on black background.


Color preview on white background

This text has color #5E8748 on white background.


Black color preview on #5E8748 background

This text has black color on #5E8748 background.


White color preview on #5E8748 background

This text has white color on #5E8748 background.


Related colors

Complementary color

Complementary color for #hex is #A178B7.


I love getcolorcode.com

Triadic colors

1 #485E87 and #87485E with #5E8748 are triadic colors.

2 #48875E and #875E48 with #5E8748 are triadic colors.