COLOR #5E722E

HEX: #5E722E RGB: (94,114,46)

Color info

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

RGB color model

#5E722E color RGB value is (94,114,46).

RGB: (94,114,46) (37%, 45%, 18%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 46 of 255 = 18%

94
114
46

R + G + B ~ 33%. #5E722E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 114 + 46 = 254 (100%)
R 94 of 254 ~ 37.01%
G 114 of 254 ~ 44.88%
B 46 of 254 ~ 18.11'%

%37.01
%44.88
%18.11

CMYK color model

#5E722E color CMYK value is (18,0,60,55).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 59.65%
  • key color value is 55.29%

CMYK: (18,0,60,55)
C18M0Y60K55 (18%, 0%, 60%, 55%)
(0.18 / 0.00 / 0.60 / 0.55)

CMYK percentages

%17.54
%0
%59.65
%55.29

Codes

Color #5E722E in popluar color models

5E 72 2E
RGB 94 114 46
HSL 78° 42.50% 31.37%
HSB/HSV 78° 59.65% 44.71%
CMYK 17.54% 0.00% 59.65%
55.29%

Color #5E722E in popluar number systems.

HEX 5E 72 2E
Decimal 94 114 46
Binary 1011110 1110010 101110
Octal 136 162 56

Shades and tints

Shades of #5E722E

#5E722E
(94,114,46)
#56682A
(86,104,42)
#4E5E26
(78,94,38)
#465422
(70,84,34)
#3E4A1E
(62,74,30)
#36401A
(54,64,26)
#2E3616
(46,54,22)
#262C12
(38,44,18)
#1E220E
(30,34,14)
#16180A
(22,24,10)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #5E722E

#5E722E
(94,114,46)
#6C7E41
(108,126,65)
#7A8A54
(122,138,84)
#889667
(136,150,103)
#96A27A
(150,162,122)
#A4AE8D
(164,174,141)
#B2BAA0
(178,186,160)
#C0C6B3
(192,198,179)
#CED2C6
(206,210,198)
#DCDED9
(220,222,217)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E722E; }

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

This text font color is #5E722E.

Background Color

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

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

This div background color is #5E722E.

Border color

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

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

This div border color is #5E722E.

Opacity

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

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

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

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

This text has shadow with #5E722E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E722E.

Preview

Color preview on black background

This text has color #5E722E on black background.


Color preview on white background

This text has color #5E722E on white background.


Black color preview on #5E722E background

This text has black color on #5E722E background.


White color preview on #5E722E background

This text has white color on #5E722E background.


Related colors

Complementary color

Complementary color for #hex is #A18DD1.


I love getcolorcode.com

Triadic colors

1 #2E5E72 and #722E5E with #5E722E are triadic colors.

2 #2E725E and #725E2E with #5E722E are triadic colors.