COLOR #5D7549

HEX: #5D7549
RGB: (93,117,73)

Color info

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

RGB color model

#5D7549 color RGB value is (93,117,73).

  • red value is 93;
  • green value is 117;
  • blue value is 73.
RGB:
(93,117,73)
(36%,46%,29%)

RGB channels and saturation

R 93 of 255 = 36%
G 117 of 255 = 46%
B 73 of 255 = 29%

93
117
73

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

Portions of RGB colors in percentages

R + G + B =
93 + 117 + 73 = 283 (100%)
R 93 of 283 ~ 32.86%
G 117 of 283 ~ 41.34%
B 73 of 283 ~ 25.8%

%32.86
%41.34
%25.8

CMYK color model

#5D7549 color CMYK value is (21,0,38,54).

  • cyan value is 20.51%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • key color value is 54.12%
CMYK:
(21,0,38,54)
C21M0Y38K54 
(21%,0%,38%,54%)
(0.21/0.00/0.38/0.54)	

CMYK percentages

%20.51
%0
%37.61
%54.12

Codes

Color #5D7549 in popluar color models

5D7549
RGB9311773
HSL93°23.16%37.25%
HSB/HSV93°37.61%45.88%
CMYK20.51%0.00%37.61%
54.12%

Color #5D7549 in popluar number systems.

HEX5D7549
Decimal9311773
Binary101110111101011001001
Octal135165111

Shades and tints

Shades of #5D7549

#5D7549
(93,117,73)
#556B43
(85,107,67)
#4D613D
(77,97,61)
#455737
(69,87,55)
#3D4D31
(61,77,49)
#35432B
(53,67,43)
#2D3925
(45,57,37)
#252F1F
(37,47,31)
#1D2519
(29,37,25)
#151B13
(21,27,19)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #5D7549

#5D7549
(93,117,73)
#6B8159
(107,129,89)
#798D69
(121,141,105)
#879979
(135,153,121)
#95A589
(149,165,137)
#A3B199
(163,177,153)
#B1BDA9
(177,189,169)
#BFC9B9
(191,201,185)
#CDD5C9
(205,213,201)
#DBE1D9
(219,225,217)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7549; }

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

This text font color is #5D7549.


Background Color

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

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

This div background color is #5D7549.


Border color

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

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

This div border color is #5D7549.


Opacity

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

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

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

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

This text has shadow with #5D7549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7549 on black background.


Color preview on white background

This text has color #5D7549 on white background.



Black color preview on #5D7549 background

This text has black color on #5D7549 background.


White color preview on #5D7549 background

This text has white color on #5D7549 background.