COLOR #5E8745

HEX: #5E8745
RGB: (94,135,69)

Color info

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

RGB color model

#5E8745 color RGB value is (94,135,69).

  • red value is 94;
  • green value is 135;
  • blue value is 69.
RGB:
(94,135,69)
(37%,53%,27%)

RGB channels and saturation

R 94 of 255 = 37%
G 135 of 255 = 53%
B 69 of 255 = 27%

94
135
69

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

Portions of RGB colors in percentages

R + G + B =
94 + 135 + 69 = 298 (100%)
R 94 of 298 ~ 31.54%
G 135 of 298 ~ 45.3%
B 69 of 298 ~ 23.15%

%31.54
%45.3
%23.15

CMYK color model

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

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 48.89%
  • key color value is 47.06%
CMYK:
(30,0,49,47)
C30M0Y49K47 
(30%,0%,49%,47%)
(0.30/0.00/0.49/0.47)	

CMYK percentages

%30.37
%0
%48.89
%47.06

Codes

Color #5E8745 in popluar color models

5E8745
RGB9413569
HSL97°32.35%40.00%
HSB/HSV97°48.89%52.94%
CMYK30.37%0.00%48.89%
47.06%

Color #5E8745 in popluar number systems.

HEX5E8745
Decimal9413569
Binary1011110100001111000101
Octal136207105

Shades and tints

Shades of #5E8745

#5E8745
(94,135,69)
#567B3F
(86,123,63)
#4E6F39
(78,111,57)
#466333
(70,99,51)
#3E572D
(62,87,45)
#364B27
(54,75,39)
#2E3F21
(46,63,33)
#26331B
(38,51,27)
#1E2715
(30,39,21)
#161B0F
(22,27,15)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #5E8745

#5E8745
(94,135,69)
#6C9155
(108,145,85)
#7A9B65
(122,155,101)
#88A575
(136,165,117)
#96AF85
(150,175,133)
#A4B995
(164,185,149)
#B2C3A5
(178,195,165)
#C0CDB5
(192,205,181)
#CED7C5
(206,215,197)
#DCE1D5
(220,225,213)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8745; }

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

This text font color is #5E8745.


Background Color

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

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

This div background color is #5E8745.


Border color

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

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

This div border color is #5E8745.


Opacity

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

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

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

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

This text has shadow with #5E8745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8745 on black background.


Color preview on white background

This text has color #5E8745 on white background.



Black color preview on #5E8745 background

This text has black color on #5E8745 background.


White color preview on #5E8745 background

This text has white color on #5E8745 background.