COLOR #5D865F

HEX: #5D865F
RGB: (93,134,95)

Color info

#5D865F contains red, green and blue colors in about the same proportion. Web safe color of #5D865F is #669966 (or #696).

RGB color model

#5D865F color RGB value is (93,134,95).

  • red value is 93;
  • green value is 134;
  • blue value is 95.
RGB:
(93,134,95)
(36%,53%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 134 of 255 = 53%
B 95 of 255 = 37%

93
134
95

R + G + B ~ 42%. #5D865F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 134 + 95 = 322 (100%)
R 93 of 322 ~ 28.88%
G 134 of 322 ~ 41.61%
B 95 of 322 ~ 29.5%

%28.88
%41.61
%29.5

CMYK color model

#5D865F color CMYK value is (31,0,29,47).

  • cyan value is 30.60%
  • magenta value is 0.00%
  • yellow value is 29.10%
  • key color value is 47.45%
CMYK:
(31,0,29,47)
C31M0Y29K47 
(31%,0%,29%,47%)
(0.31/0.00/0.29/0.47)	

CMYK percentages

%30.6
%0
%29.1
%47.45

Codes

Color #5D865F in popluar color models

5D865F
RGB9313495
HSL123°18.06%44.51%
HSB/HSV123°30.60%52.55%
CMYK30.60%0.00%29.10%
47.45%

Color #5D865F in popluar number systems.

HEX5D865F
Decimal9313495
Binary1011101100001101011111
Octal135206137

Shades and tints

Shades of #5D865F

#5D865F
(93,134,95)
#557A57
(85,122,87)
#4D6E4F
(77,110,79)
#456247
(69,98,71)
#3D563F
(61,86,63)
#354A37
(53,74,55)
#2D3E2F
(45,62,47)
#253227
(37,50,39)
#1D261F
(29,38,31)
#151A17
(21,26,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #5D865F

#5D865F
(93,134,95)
#6B916D
(107,145,109)
#799C7B
(121,156,123)
#87A789
(135,167,137)
#95B297
(149,178,151)
#A3BDA5
(163,189,165)
#B1C8B3
(177,200,179)
#BFD3C1
(191,211,193)
#CDDECF
(205,222,207)
#DBE9DD
(219,233,221)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D865F color. Also use rgb(93,134,95) instead hex code.

Text Font Color

.myTextColor { color: #5D865F; }

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

This text font color is #5D865F.


Background Color

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

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

This div background color is #5D865F.


Border color

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

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

This div border color is #5D865F.


Opacity

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

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

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

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

This text has shadow with #5D865F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D865F on black background.


Color preview on white background

This text has color #5D865F on white background.



Black color preview on #5D865F background

This text has black color on #5D865F background.


White color preview on #5D865F background

This text has white color on #5D865F background.