COLOR #5D6D47

HEX: #5D6D47
RGB: (93,109,71)

Color info

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

RGB color model

#5D6D47 color RGB value is (93,109,71).

  • red value is 93;
  • green value is 109;
  • blue value is 71.
RGB:
(93,109,71)
(36%,43%,28%)

RGB channels and saturation

R 93 of 255 = 36%
G 109 of 255 = 43%
B 71 of 255 = 28%

93
109
71

R + G + B ~ 36%. #5D6D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 109 + 71 = 273 (100%)
R 93 of 273 ~ 34.07%
G 109 of 273 ~ 39.93%
B 71 of 273 ~ 26.01%

%34.07
%39.93
%26.01

CMYK color model

#5D6D47 color CMYK value is (15,0,35,57).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 57.25%
CMYK:
(15,0,35,57)
C15M0Y35K57 
(15%,0%,35%,57%)
(0.15/0.00/0.35/0.57)	

CMYK percentages

%14.68
%0
%34.86
%57.25

Codes

Color #5D6D47 in popluar color models

5D6D47
RGB9310971
HSL85°21.11%35.29%
HSB/HSV85°34.86%42.75%
CMYK14.68%0.00%34.86%
57.25%

Color #5D6D47 in popluar number systems.

HEX5D6D47
Decimal9310971
Binary101110111011011000111
Octal135155107

Shades and tints

Shades of #5D6D47

#5D6D47
(93,109,71)
#556441
(85,100,65)
#4D5B3B
(77,91,59)
#455235
(69,82,53)
#3D492F
(61,73,47)
#354029
(53,64,41)
#2D3723
(45,55,35)
#252E1D
(37,46,29)
#1D2517
(29,37,23)
#151C11
(21,28,17)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #5D6D47

#5D6D47
(93,109,71)
#6B7A57
(107,122,87)
#798767
(121,135,103)
#879477
(135,148,119)
#95A187
(149,161,135)
#A3AE97
(163,174,151)
#B1BBA7
(177,187,167)
#BFC8B7
(191,200,183)
#CDD5C7
(205,213,199)
#DBE2D7
(219,226,215)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6D47 color. Also use rgb(93,109,71) instead hex code.

Text Font Color

.myTextColor { color: #5D6D47; }

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

This text font color is #5D6D47.


Background Color

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

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

This div background color is #5D6D47.


Border color

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

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

This div border color is #5D6D47.


Opacity

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

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

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

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

This text has shadow with #5D6D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6D47 on black background.


Color preview on white background

This text has color #5D6D47 on white background.



Black color preview on #5D6D47 background

This text has black color on #5D6D47 background.


White color preview on #5D6D47 background

This text has white color on #5D6D47 background.