COLOR #5E772D

HEX: #5E772D
RGB: (94,119,45)

Color info

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

RGB color model

#5E772D color RGB value is (94,119,45).

  • red value is 94;
  • green value is 119;
  • blue value is 45.
RGB:
(94,119,45)
(37%,47%,18%)

RGB channels and saturation

R 94 of 255 = 37%
G 119 of 255 = 47%
B 45 of 255 = 18%

94
119
45

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

Portions of RGB colors in percentages

R + G + B =
94 + 119 + 45 = 258 (100%)
R 94 of 258 ~ 36.43%
G 119 of 258 ~ 46.12%
B 45 of 258 ~ 17.44%

%36.43
%46.12
%17.44

CMYK color model

#5E772D color CMYK value is (21,0,62,53).

  • cyan value is 21.01%
  • magenta value is 0.00%
  • yellow value is 62.18%
  • key color value is 53.33%
CMYK:
(21,0,62,53)
C21M0Y62K53 
(21%,0%,62%,53%)
(0.21/0.00/0.62/0.53)	

CMYK percentages

%21.01
%0
%62.18
%53.33

Codes

Color #5E772D in popluar color models

5E772D
RGB9411945
HSL80°45.12%32.16%
HSB/HSV80°62.18%46.67%
CMYK21.01%0.00%62.18%
53.33%

Color #5E772D in popluar number systems.

HEX5E772D
Decimal9411945
Binary10111101110111101101
Octal13616755

Shades and tints

Shades of #5E772D

#5E772D
(94,119,45)
#566D29
(86,109,41)
#4E6325
(78,99,37)
#465921
(70,89,33)
#3E4F1D
(62,79,29)
#364519
(54,69,25)
#2E3B15
(46,59,21)
#263111
(38,49,17)
#1E270D
(30,39,13)
#161D09
(22,29,9)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #5E772D

#5E772D
(94,119,45)
#6C8340
(108,131,64)
#7A8F53
(122,143,83)
#889B66
(136,155,102)
#96A779
(150,167,121)
#A4B38C
(164,179,140)
#B2BF9F
(178,191,159)
#C0CBB2
(192,203,178)
#CED7C5
(206,215,197)
#DCE3D8
(220,227,216)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E772D color. Also use rgb(94,119,45) instead hex code.

Text Font Color

.myTextColor { color: #5E772D; }

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

This text font color is #5E772D.


Background Color

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

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

This div background color is #5E772D.


Border color

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

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

This div border color is #5E772D.


Opacity

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

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

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

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

This text has shadow with #5E772D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E772D on black background.


Color preview on white background

This text has color #5E772D on white background.



Black color preview on #5E772D background

This text has black color on #5E772D background.


White color preview on #5E772D background

This text has white color on #5E772D background.