COLOR #5E7138

HEX: #5E7138
RGB: (94,113,56)

Color info

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

RGB color model

#5E7138 color RGB value is (94,113,56).

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

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 56 of 255 = 22%

94
113
56

R + G + B ~ 34%. #5E7138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 113 + 56 = 263 (100%)
R 94 of 263 ~ 35.74%
G 113 of 263 ~ 42.97%
B 56 of 263 ~ 21.29%

%35.74
%42.97
%21.29

CMYK color model

#5E7138 color CMYK value is (17,0,50,56).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 50.44%
  • key color value is 55.69%
CMYK:
(17,0,50,56)
C17M0Y50K56 
(17%,0%,50%,56%)
(0.17/0.00/0.50/0.56)	

CMYK percentages

%16.81
%0
%50.44
%55.69

Codes

Color #5E7138 in popluar color models

5E7138
RGB9411356
HSL80°33.73%33.14%
HSB/HSV80°50.44%44.31%
CMYK16.81%0.00%50.44%
55.69%

Color #5E7138 in popluar number systems.

HEX5E7138
Decimal9411356
Binary10111101110001111000
Octal13616170

Shades and tints

Shades of #5E7138

#5E7138
(94,113,56)
#566733
(86,103,51)
#4E5D2E
(78,93,46)
#465329
(70,83,41)
#3E4924
(62,73,36)
#363F1F
(54,63,31)
#2E351A
(46,53,26)
#262B15
(38,43,21)
#1E2110
(30,33,16)
#16170B
(22,23,11)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #5E7138

#5E7138
(94,113,56)
#6C7D4A
(108,125,74)
#7A895C
(122,137,92)
#88956E
(136,149,110)
#96A180
(150,161,128)
#A4AD92
(164,173,146)
#B2B9A4
(178,185,164)
#C0C5B6
(192,197,182)
#CED1C8
(206,209,200)
#DCDDDA
(220,221,218)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7138; }

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

This text font color is #5E7138.


Background Color

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

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

This div background color is #5E7138.


Border color

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

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

This div border color is #5E7138.


Opacity

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

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

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

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

This text has shadow with #5E7138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7138 on black background.


Color preview on white background

This text has color #5E7138 on white background.



Black color preview on #5E7138 background

This text has black color on #5E7138 background.


White color preview on #5E7138 background

This text has white color on #5E7138 background.