COLOR #5E7222

HEX: #5E7222
RGB: (94,114,34)

Color info

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

RGB color model

#5E7222 color RGB value is (94,114,34).

  • red value is 94;
  • green value is 114;
  • blue value is 34.
RGB:
(94,114,34)
(37%,45%,13%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 34 of 255 = 13%

94
114
34

R + G + B ~ 32%. #5E7222 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 114 + 34 = 242 (100%)
R 94 of 242 ~ 38.84%
G 114 of 242 ~ 47.11%
B 34 of 242 ~ 14.05%

%38.84
%47.11
%14.05

CMYK color model

#5E7222 color CMYK value is (18,0,70,55).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 70.18%
  • key color value is 55.29%
CMYK:
(18,0,70,55)
C18M0Y70K55 
(18%,0%,70%,55%)
(0.18/0.00/0.70/0.55)	

CMYK percentages

%17.54
%0
%70.18
%55.29

Codes

Color #5E7222 in popluar color models

5E7222
RGB9411434
HSL75°54.05%29.02%
HSB/HSV75°70.18%44.71%
CMYK17.54%0.00%70.18%
55.29%

Color #5E7222 in popluar number systems.

HEX5E7222
Decimal9411434
Binary10111101110010100010
Octal13616242

Shades and tints

Shades of #5E7222

#5E7222
(94,114,34)
#56681F
(86,104,31)
#4E5E1C
(78,94,28)
#465419
(70,84,25)
#3E4A16
(62,74,22)
#364013
(54,64,19)
#2E3610
(46,54,16)
#262C0D
(38,44,13)
#1E220A
(30,34,10)
#161807
(22,24,7)
#0E0E04
(14,14,4)
#000000
(0,0,0)

Tints of #5E7222

#5E7222
(94,114,34)
#6C7E36
(108,126,54)
#7A8A4A
(122,138,74)
#88965E
(136,150,94)
#96A272
(150,162,114)
#A4AE86
(164,174,134)
#B2BA9A
(178,186,154)
#C0C6AE
(192,198,174)
#CED2C2
(206,210,194)
#DCDED6
(220,222,214)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7222 color. Also use rgb(94,114,34) instead hex code.

Text Font Color

.myTextColor { color: #5E7222; }

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

This text font color is #5E7222.


Background Color

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

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

This div background color is #5E7222.


Border color

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

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

This div border color is #5E7222.


Opacity

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

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

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

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

This text has shadow with #5E7222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7222 on black background.


Color preview on white background

This text has color #5E7222 on white background.



Black color preview on #5E7222 background

This text has black color on #5E7222 background.


White color preview on #5E7222 background

This text has white color on #5E7222 background.