COLOR #5E7549

HEX: #5E7549 RGB: (94,117,73)

Color info

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

RGB color model

#5E7549 color RGB value is (94,117,73).

RGB: (94,117,73) (37%, 46%, 29%)

RGB channels and saturation

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

94
117
73

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

Portions of RGB colors in percentages

R + G + B = 94 + 117 + 73 = 284 (100%)
R 94 of 284 ~ 33.1%
G 117 of 284 ~ 41.2%
B 73 of 284 ~ 25.7'%

%33.1
%41.2
%25.7

CMYK color model

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

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

CMYK percentages

%19.66
%0
%37.61
%54.12

Codes

Color #5E7549 in popluar color models

5E 75 49
RGB 94 117 73
HSL 91° 23.16% 37.25%
HSB/HSV 91° 37.61% 45.88%
CMYK 19.66% 0.00% 37.61%
54.12%

Color #5E7549 in popluar number systems.

HEX 5E 75 49
Decimal 94 117 73
Binary 1011110 1110101 1001001
Octal 136 165 111

Shades and tints

Shades of #5E7549

#5E7549
(94,117,73)
#566B43
(86,107,67)
#4E613D
(78,97,61)
#465737
(70,87,55)
#3E4D31
(62,77,49)
#36432B
(54,67,43)
#2E3925
(46,57,37)
#262F1F
(38,47,31)
#1E2519
(30,37,25)
#161B13
(22,27,19)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #5E7549

#5E7549
(94,117,73)
#6C8159
(108,129,89)
#7A8D69
(122,141,105)
#889979
(136,153,121)
#96A589
(150,165,137)
#A4B199
(164,177,153)
#B2BDA9
(178,189,169)
#C0C9B9
(192,201,185)
#CED5C9
(206,213,201)
#DCE1D9
(220,225,217)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7549; }

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

This text font color is #5E7549.

Background Color

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

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

This div background color is #5E7549.

Border color

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

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

This div border color is #5E7549.

Opacity

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

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

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

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

This text has shadow with #5E7549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7549.

Preview

Color preview on black background

This text has color #5E7549 on black background.


Color preview on white background

This text has color #5E7549 on white background.


Black color preview on #5E7549 background

This text has black color on #5E7549 background.


White color preview on #5E7549 background

This text has white color on #5E7549 background.


Related colors

Complementary color

Complementary color for #hex is #A18AB6.


I love getcolorcode.com

Triadic colors

1 #495E75 and #75495E with #5E7549 are triadic colors.

2 #49755E and #755E49 with #5E7549 are triadic colors.