COLOR #5E721D

HEX: #5E721D RGB: (94,114,29)

Color info

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

RGB color model

#5E721D color RGB value is (94,114,29).

RGB: (94,114,29) (37%, 45%, 11%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 29 of 255 = 11%

94
114
29

R + G + B ~ 31%. #5E721D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 114 + 29 = 237 (100%)
R 94 of 237 ~ 39.66%
G 114 of 237 ~ 48.1%
B 29 of 237 ~ 12.24'%

%39.66
%48.1
%12.24

CMYK color model

#5E721D color CMYK value is (18,0,75,55).

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

CMYK: (18,0,75,55)
C18M0Y75K55 (18%, 0%, 75%, 55%)
(0.18 / 0.00 / 0.75 / 0.55)

CMYK percentages

%17.54
%0
%74.56
%55.29

Codes

Color #5E721D in popluar color models

5E 72 1D
RGB 94 114 29
HSL 74° 59.44% 28.04%
HSB/HSV 74° 74.56% 44.71%
CMYK 17.54% 0.00% 74.56%
55.29%

Color #5E721D in popluar number systems.

HEX 5E 72 1D
Decimal 94 114 29
Binary 1011110 1110010 11101
Octal 136 162 35

Shades and tints

Shades of #5E721D

#5E721D
(94,114,29)
#56681B
(86,104,27)
#4E5E19
(78,94,25)
#465417
(70,84,23)
#3E4A15
(62,74,21)
#364013
(54,64,19)
#2E3611
(46,54,17)
#262C0F
(38,44,15)
#1E220D
(30,34,13)
#16180B
(22,24,11)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #5E721D

#5E721D
(94,114,29)
#6C7E31
(108,126,49)
#7A8A45
(122,138,69)
#889659
(136,150,89)
#96A26D
(150,162,109)
#A4AE81
(164,174,129)
#B2BA95
(178,186,149)
#C0C6A9
(192,198,169)
#CED2BD
(206,210,189)
#DCDED1
(220,222,209)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E721D; }

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

This text font color is #5E721D.

Background Color

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

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

This div background color is #5E721D.

Border color

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

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

This div border color is #5E721D.

Opacity

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

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

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

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

This text has shadow with #5E721D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E721D.

Preview

Color preview on black background

This text has color #5E721D on black background.


Color preview on white background

This text has color #5E721D on white background.


Black color preview on #5E721D background

This text has black color on #5E721D background.


White color preview on #5E721D background

This text has white color on #5E721D background.


Related colors

Complementary color

Complementary color for #hex is #A18DE2.


I love getcolorcode.com

Triadic colors

1 #1D5E72 and #721D5E with #5E721D are triadic colors.

2 #1D725E and #725E1D with #5E721D are triadic colors.