COLOR #5E893C

HEX: #5E893C
RGB: (94,137,60)

Color info

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

RGB color model

#5E893C color RGB value is (94,137,60).

  • red value is 94;
  • green value is 137;
  • blue value is 60.
RGB:
(94,137,60)
(37%,54%,24%)

RGB channels and saturation

R 94 of 255 = 37%
G 137 of 255 = 54%
B 60 of 255 = 24%

94
137
60

R + G + B ~ 38%. #5E893C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 137 + 60 = 291 (100%)
R 94 of 291 ~ 32.3%
G 137 of 291 ~ 47.08%
B 60 of 291 ~ 20.62%

%32.3
%47.08
%20.62

CMYK color model

#5E893C color CMYK value is (31,0,56,46).

  • cyan value is 31.39%
  • magenta value is 0.00%
  • yellow value is 56.20%
  • key color value is 46.27%
CMYK:
(31,0,56,46)
C31M0Y56K46 
(31%,0%,56%,46%)
(0.31/0.00/0.56/0.46)	

CMYK percentages

%31.39
%0
%56.2
%46.27

Codes

Color #5E893C in popluar color models

5E893C
RGB9413760
HSL94°39.09%38.63%
HSB/HSV94°56.20%53.73%
CMYK31.39%0.00%56.20%
46.27%

Color #5E893C in popluar number systems.

HEX5E893C
Decimal9413760
Binary101111010001001111100
Octal13621174

Shades and tints

Shades of #5E893C

#5E893C
(94,137,60)
#567D37
(86,125,55)
#4E7132
(78,113,50)
#46652D
(70,101,45)
#3E5928
(62,89,40)
#364D23
(54,77,35)
#2E411E
(46,65,30)
#263519
(38,53,25)
#1E2914
(30,41,20)
#161D0F
(22,29,15)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #5E893C

#5E893C
(94,137,60)
#6C934D
(108,147,77)
#7A9D5E
(122,157,94)
#88A76F
(136,167,111)
#96B180
(150,177,128)
#A4BB91
(164,187,145)
#B2C5A2
(178,197,162)
#C0CFB3
(192,207,179)
#CED9C4
(206,217,196)
#DCE3D5
(220,227,213)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E893C color. Also use rgb(94,137,60) instead hex code.

Text Font Color

.myTextColor { color: #5E893C; }

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

This text font color is #5E893C.


Background Color

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

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

This div background color is #5E893C.


Border color

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

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

This div border color is #5E893C.


Opacity

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

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

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

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

This text has shadow with #5E893C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E893C on black background.


Color preview on white background

This text has color #5E893C on white background.



Black color preview on #5E893C background

This text has black color on #5E893C background.


White color preview on #5E893C background

This text has white color on #5E893C background.