COLOR #5E8038

HEX: #5E8038
RGB: (94,128,56)

Color info

#5E8038 contains mainly red and green colors. Web safe color of #5E8038 is #666633 (or #663).

RGB color model

#5E8038 color RGB value is (94,128,56).

  • red value is 94;
  • green value is 128;
  • blue value is 56.
RGB:
(94,128,56)
(37%,50%,22%)

RGB channels and saturation

R 94 of 255 = 37%
G 128 of 255 = 50%
B 56 of 255 = 22%

94
128
56

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

Portions of RGB colors in percentages

R + G + B =
94 + 128 + 56 = 278 (100%)
R 94 of 278 ~ 33.81%
G 128 of 278 ~ 46.04%
B 56 of 278 ~ 20.14%

%33.81
%46.04
%20.14

CMYK color model

#5E8038 color CMYK value is (27,0,56,50).

  • cyan value is 26.56%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 49.80%
CMYK:
(27,0,56,50)
C27M0Y56K50 
(27%,0%,56%,50%)
(0.27/0.00/0.56/0.50)	

CMYK percentages

%26.56
%0
%56.25
%49.8

Codes

Color #5E8038 in popluar color models

5E8038
RGB9412856
HSL88°39.13%36.08%
HSB/HSV88°56.25%50.20%
CMYK26.56%0.00%56.25%
49.80%

Color #5E8038 in popluar number systems.

HEX5E8038
Decimal9412856
Binary101111010000000111000
Octal13620070

Shades and tints

Shades of #5E8038

#5E8038
(94,128,56)
#567533
(86,117,51)
#4E6A2E
(78,106,46)
#465F29
(70,95,41)
#3E5424
(62,84,36)
#36491F
(54,73,31)
#2E3E1A
(46,62,26)
#263315
(38,51,21)
#1E2810
(30,40,16)
#161D0B
(22,29,11)
#0E1206
(14,18,6)
#000000
(0,0,0)

Tints of #5E8038

#5E8038
(94,128,56)
#6C8B4A
(108,139,74)
#7A965C
(122,150,92)
#88A16E
(136,161,110)
#96AC80
(150,172,128)
#A4B792
(164,183,146)
#B2C2A4
(178,194,164)
#C0CDB6
(192,205,182)
#CED8C8
(206,216,200)
#DCE3DA
(220,227,218)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8038 color. Also use rgb(94,128,56) instead hex code.

Text Font Color

.myTextColor { color: #5E8038; }

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

This text font color is #5E8038.


Background Color

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

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

This div background color is #5E8038.


Border color

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

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

This div border color is #5E8038.


Opacity

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

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

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

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

This text has shadow with #5E8038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8038 on black background.


Color preview on white background

This text has color #5E8038 on white background.



Black color preview on #5E8038 background

This text has black color on #5E8038 background.


White color preview on #5E8038 background

This text has white color on #5E8038 background.