COLOR #5E7649

HEX: #5E7649
RGB: (94,118,73)

Color info

#5E7649 contains red, green and blue colors in about the same proportion. Web safe color of #5E7649 is #666633 (or #663).

RGB color model

#5E7649 color RGB value is (94,118,73).

  • red value is 94;
  • green value is 118;
  • blue value is 73.
RGB:
(94,118,73)
(37%,46%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 73 of 255 = 29%

94
118
73

R + G + B ~ 37%. #5E7649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 73 = 285 (100%)
R 94 of 285 ~ 32.98%
G 118 of 285 ~ 41.4%
B 73 of 285 ~ 25.61%

%32.98
%41.4
%25.61

CMYK color model

#5E7649 color CMYK value is (20,0,38,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 38.14%
  • key color value is 53.73%
CMYK:
(20,0,38,54)
C20M0Y38K54 
(20%,0%,38%,54%)
(0.20/0.00/0.38/0.54)	

CMYK percentages

%20.34
%0
%38.14
%53.73

Codes

Color #5E7649 in popluar color models

5E7649
RGB9411873
HSL92°23.56%37.45%
HSB/HSV92°38.14%46.27%
CMYK20.34%0.00%38.14%
53.73%

Color #5E7649 in popluar number systems.

HEX5E7649
Decimal9411873
Binary101111011101101001001
Octal136166111

Shades and tints

Shades of #5E7649

#5E7649
(94,118,73)
#566C43
(86,108,67)
#4E623D
(78,98,61)
#465837
(70,88,55)
#3E4E31
(62,78,49)
#36442B
(54,68,43)
#2E3A25
(46,58,37)
#26301F
(38,48,31)
#1E2619
(30,38,25)
#161C13
(22,28,19)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #5E7649

#5E7649
(94,118,73)
#6C8259
(108,130,89)
#7A8E69
(122,142,105)
#889A79
(136,154,121)
#96A689
(150,166,137)
#A4B299
(164,178,153)
#B2BEA9
(178,190,169)
#C0CAB9
(192,202,185)
#CED6C9
(206,214,201)
#DCE2D9
(220,226,217)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7649 color. Also use rgb(94,118,73) instead hex code.

Text Font Color

.myTextColor { color: #5E7649; }

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

This text font color is #5E7649.


Background Color

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

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

This div background color is #5E7649.


Border color

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

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

This div border color is #5E7649.


Opacity

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

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

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

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

This text has shadow with #5E7649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7649 on black background.


Color preview on white background

This text has color #5E7649 on white background.



Black color preview on #5E7649 background

This text has black color on #5E7649 background.


White color preview on #5E7649 background

This text has white color on #5E7649 background.