COLOR #5D6D3F

HEX: #5D6D3F
RGB: (93,109,63)

Color info

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

RGB color model

#5D6D3F color RGB value is (93,109,63).

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

RGB channels and saturation

R 93 of 255 = 36%
G 109 of 255 = 43%
B 63 of 255 = 25%

93
109
63

R + G + B ~ 35%. #5D6D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 109 + 63 = 265 (100%)
R 93 of 265 ~ 35.09%
G 109 of 265 ~ 41.13%
B 63 of 265 ~ 23.77%

%35.09
%41.13
%23.77

CMYK color model

#5D6D3F color CMYK value is (15,0,42,57).

  • cyan value is 14.68%
  • magenta value is 0.00%
  • yellow value is 42.20%
  • key color value is 57.25%
CMYK:
(15,0,42,57)
C15M0Y42K57 
(15%,0%,42%,57%)
(0.15/0.00/0.42/0.57)	

CMYK percentages

%14.68
%0
%42.2
%57.25

Codes

Color #5D6D3F in popluar color models

5D6D3F
RGB9310963
HSL81°26.74%33.73%
HSB/HSV81°42.20%42.75%
CMYK14.68%0.00%42.20%
57.25%

Color #5D6D3F in popluar number systems.

HEX5D6D3F
Decimal9310963
Binary10111011101101111111
Octal13515577

Shades and tints

Shades of #5D6D3F

#5D6D3F
(93,109,63)
#55643A
(85,100,58)
#4D5B35
(77,91,53)
#455230
(69,82,48)
#3D492B
(61,73,43)
#354026
(53,64,38)
#2D3721
(45,55,33)
#252E1C
(37,46,28)
#1D2517
(29,37,23)
#151C12
(21,28,18)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #5D6D3F

#5D6D3F
(93,109,63)
#6B7A50
(107,122,80)
#798761
(121,135,97)
#879472
(135,148,114)
#95A183
(149,161,131)
#A3AE94
(163,174,148)
#B1BBA5
(177,187,165)
#BFC8B6
(191,200,182)
#CDD5C7
(205,213,199)
#DBE2D8
(219,226,216)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6D3F; }

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

This text font color is #5D6D3F.


Background Color

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

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

This div background color is #5D6D3F.


Border color

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

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

This div border color is #5D6D3F.


Opacity

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

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

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

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

This text has shadow with #5D6D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6D3F on black background.


Color preview on white background

This text has color #5D6D3F on white background.



Black color preview on #5D6D3F background

This text has black color on #5D6D3F background.


White color preview on #5D6D3F background

This text has white color on #5D6D3F background.