COLOR #5D7239

HEX: #5D7239
RGB: (93,114,57)

Color info

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

RGB color model

#5D7239 color RGB value is (93,114,57).

  • red value is 93;
  • green value is 114;
  • blue value is 57.
RGB:
(93,114,57)
(36%,45%,22%)

RGB channels and saturation

R 93 of 255 = 36%
G 114 of 255 = 45%
B 57 of 255 = 22%

93
114
57

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

Portions of RGB colors in percentages

R + G + B =
93 + 114 + 57 = 264 (100%)
R 93 of 264 ~ 35.23%
G 114 of 264 ~ 43.18%
B 57 of 264 ~ 21.59%

%35.23
%43.18
%21.59

CMYK color model

#5D7239 color CMYK value is (18,0,50,55).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 55.29%
CMYK:
(18,0,50,55)
C18M0Y50K55 
(18%,0%,50%,55%)
(0.18/0.00/0.50/0.55)	

CMYK percentages

%18.42
%0
%50
%55.29

Codes

Color #5D7239 in popluar color models

5D7239
RGB9311457
HSL82°33.33%33.53%
HSB/HSV82°50.00%44.71%
CMYK18.42%0.00%50.00%
55.29%

Color #5D7239 in popluar number systems.

HEX5D7239
Decimal9311457
Binary10111011110010111001
Octal13516271

Shades and tints

Shades of #5D7239

#5D7239
(93,114,57)
#556834
(85,104,52)
#4D5E2F
(77,94,47)
#45542A
(69,84,42)
#3D4A25
(61,74,37)
#354020
(53,64,32)
#2D361B
(45,54,27)
#252C16
(37,44,22)
#1D2211
(29,34,17)
#15180C
(21,24,12)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #5D7239

#5D7239
(93,114,57)
#6B7E4B
(107,126,75)
#798A5D
(121,138,93)
#87966F
(135,150,111)
#95A281
(149,162,129)
#A3AE93
(163,174,147)
#B1BAA5
(177,186,165)
#BFC6B7
(191,198,183)
#CDD2C9
(205,210,201)
#DBDEDB
(219,222,219)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7239 color. Also use rgb(93,114,57) instead hex code.

Text Font Color

.myTextColor { color: #5D7239; }

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

This text font color is #5D7239.


Background Color

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

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

This div background color is #5D7239.


Border color

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

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

This div border color is #5D7239.


Opacity

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

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

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

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

This text has shadow with #5D7239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7239 on black background.


Color preview on white background

This text has color #5D7239 on white background.



Black color preview on #5D7239 background

This text has black color on #5D7239 background.


White color preview on #5D7239 background

This text has white color on #5D7239 background.