COLOR #5D885C

HEX: #5D885C
RGB: (93,136,92)

Color info

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

RGB color model

#5D885C color RGB value is (93,136,92).

  • red value is 93;
  • green value is 136;
  • blue value is 92.
RGB:
(93,136,92)
(36%,53%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 136 of 255 = 53%
B 92 of 255 = 36%

93
136
92

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

Portions of RGB colors in percentages

R + G + B =
93 + 136 + 92 = 321 (100%)
R 93 of 321 ~ 28.97%
G 136 of 321 ~ 42.37%
B 92 of 321 ~ 28.66%

%28.97
%42.37
%28.66

CMYK color model

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

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(32,0,32,47)
C32M0Y32K47 
(32%,0%,32%,47%)
(0.32/0.00/0.32/0.47)	

CMYK percentages

%31.62
%0
%32.35
%46.67

Codes

Color #5D885C in popluar color models

5D885C
RGB9313692
HSL119°19.30%44.71%
HSB/HSV119°32.35%53.33%
CMYK31.62%0.00%32.35%
46.67%

Color #5D885C in popluar number systems.

HEX5D885C
Decimal9313692
Binary1011101100010001011100
Octal135210134

Shades and tints

Shades of #5D885C

#5D885C
(93,136,92)
#557C54
(85,124,84)
#4D704C
(77,112,76)
#456444
(69,100,68)
#3D583C
(61,88,60)
#354C34
(53,76,52)
#2D402C
(45,64,44)
#253424
(37,52,36)
#1D281C
(29,40,28)
#151C14
(21,28,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #5D885C

#5D885C
(93,136,92)
#6B926A
(107,146,106)
#799C78
(121,156,120)
#87A686
(135,166,134)
#95B094
(149,176,148)
#A3BAA2
(163,186,162)
#B1C4B0
(177,196,176)
#BFCEBE
(191,206,190)
#CDD8CC
(205,216,204)
#DBE2DA
(219,226,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D885C; }

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

This text font color is #5D885C.


Background Color

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

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

This div background color is #5D885C.


Border color

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

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

This div border color is #5D885C.


Opacity

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

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

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

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

This text has shadow with #5D885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D885C on black background.


Color preview on white background

This text has color #5D885C on white background.



Black color preview on #5D885C background

This text has black color on #5D885C background.


White color preview on #5D885C background

This text has white color on #5D885C background.