COLOR #5D885E

HEX: #5D885E RGB: (93,136,94)

Color info

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

RGB color model

#5D885E color RGB value is (93,136,94).

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

RGB channels and saturation

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

93
136
94

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

Portions of RGB colors in percentages

R + G + B = 93 + 136 + 94 = 323 (100%)
R 93 of 323 ~ 28.79%
G 136 of 323 ~ 42.11%
B 94 of 323 ~ 29.1'%

%28.79
%42.11
%29.1

CMYK color model

#5D885E color CMYK value is (32,0,31,47).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 46.67%

CMYK: (32,0,31,47)
C32M0Y31K47 (32%, 0%, 31%, 47%)
(0.32 / 0.00 / 0.31 / 0.47)

CMYK percentages

%31.62
%0
%30.88
%46.67

Codes

Color #5D885E in popluar color models

5D 88 5E
RGB 93 136 94
HSL 121° 18.78% 44.90%
HSB/HSV 121° 31.62% 53.33%
CMYK 31.62% 0.00% 30.88%
46.67%

Color #5D885E in popluar number systems.

HEX 5D 88 5E
Decimal 93 136 94
Binary 1011101 10001000 1011110
Octal 135 210 136

Shades and tints

Shades of #5D885E

#5D885E
(93,136,94)
#557C56
(85,124,86)
#4D704E
(77,112,78)
#456446
(69,100,70)
#3D583E
(61,88,62)
#354C36
(53,76,54)
#2D402E
(45,64,46)
#253426
(37,52,38)
#1D281E
(29,40,30)
#151C16
(21,28,22)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #5D885E

#5D885E
(93,136,94)
#6B926C
(107,146,108)
#799C7A
(121,156,122)
#87A688
(135,166,136)
#95B096
(149,176,150)
#A3BAA4
(163,186,164)
#B1C4B2
(177,196,178)
#BFCEC0
(191,206,192)
#CDD8CE
(205,216,206)
#DBE2DC
(219,226,220)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D885E; }

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

This text font color is #5D885E.

Background Color

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

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

This div background color is #5D885E.

Border color

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

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

This div border color is #5D885E.

Opacity

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

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

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

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

This text has shadow with #5D885E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D885E.

Preview

Color preview on black background

This text has color #5D885E on black background.


Color preview on white background

This text has color #5D885E on white background.


Black color preview on #5D885E background

This text has black color on #5D885E background.


White color preview on #5D885E background

This text has white color on #5D885E background.


Related colors

Complementary color

Complementary color for #hex is #A277A1.


I love getcolorcode.com

Triadic colors

1 #5E5D88 and #885E5D with #5D885E are triadic colors.

2 #5E885D and #885D5E with #5D885E are triadic colors.