COLOR #5D865E

HEX: #5D865E RGB: (93,134,94)

Color info

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

RGB color model

#5D865E color RGB value is (93,134,94).

RGB: (93,134,94) (36%, 53%, 37%)

RGB channels and saturation

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

93
134
94

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

Portions of RGB colors in percentages

R + G + B = 93 + 134 + 94 = 321 (100%)
R 93 of 321 ~ 28.97%
G 134 of 321 ~ 41.74%
B 94 of 321 ~ 29.28'%

%28.97
%41.74
%29.28

CMYK color model

#5D865E color CMYK value is (31,0,30,47).

  • cyan value is 30.60%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • key color value is 47.45%

CMYK: (31,0,30,47)
C31M0Y30K47 (31%, 0%, 30%, 47%)
(0.31 / 0.00 / 0.30 / 0.47)

CMYK percentages

%30.6
%0
%29.85
%47.45

Codes

Color #5D865E in popluar color models

5D 86 5E
RGB 93 134 94
HSL 121° 18.06% 44.51%
HSB/HSV 121° 30.60% 52.55%
CMYK 30.60% 0.00% 29.85%
47.45%

Color #5D865E in popluar number systems.

HEX 5D 86 5E
Decimal 93 134 94
Binary 1011101 10000110 1011110
Octal 135 206 136

Shades and tints

Shades of #5D865E

#5D865E
(93,134,94)
#557A56
(85,122,86)
#4D6E4E
(77,110,78)
#456246
(69,98,70)
#3D563E
(61,86,62)
#354A36
(53,74,54)
#2D3E2E
(45,62,46)
#253226
(37,50,38)
#1D261E
(29,38,30)
#151A16
(21,26,22)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #5D865E

#5D865E
(93,134,94)
#6B916C
(107,145,108)
#799C7A
(121,156,122)
#87A788
(135,167,136)
#95B296
(149,178,150)
#A3BDA4
(163,189,164)
#B1C8B2
(177,200,178)
#BFD3C0
(191,211,192)
#CDDECE
(205,222,206)
#DBE9DC
(219,233,220)
#E9F4EA
(233,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D865E; }

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

This text font color is #5D865E.

Background Color

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

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

This div background color is #5D865E.

Border color

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

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

This div border color is #5D865E.

Opacity

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

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

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

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

This text has shadow with #5D865E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D865E.

Preview

Color preview on black background

This text has color #5D865E on black background.


Color preview on white background

This text has color #5D865E on white background.


Black color preview on #5D865E background

This text has black color on #5D865E background.


White color preview on #5D865E background

This text has white color on #5D865E background.


Related colors

Complementary color

Complementary color for #hex is #A279A1.


I love getcolorcode.com

Triadic colors

1 #5E5D86 and #865E5D with #5D865E are triadic colors.

2 #5E865D and #865D5E with #5D865E are triadic colors.