COLOR #5D855B

HEX: #5D855B
RGB: (93,133,91)

Color info

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

RGB color model

#5D855B color RGB value is (93,133,91).

  • red value is 93;
  • green value is 133;
  • blue value is 91.
RGB:
(93,133,91)
(36%,52%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 91 of 255 = 36%

93
133
91

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

Portions of RGB colors in percentages

R + G + B =
93 + 133 + 91 = 317 (100%)
R 93 of 317 ~ 29.34%
G 133 of 317 ~ 41.96%
B 91 of 317 ~ 28.71%

%29.34
%41.96
%28.71

CMYK color model

#5D855B color CMYK value is (30,0,32,48).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK:
(30,0,32,48)
C30M0Y32K48 
(30%,0%,32%,48%)
(0.30/0.00/0.32/0.48)	

CMYK percentages

%30.08
%0
%31.58
%47.84

Codes

Color #5D855B in popluar color models

5D855B
RGB9313391
HSL117°18.75%43.92%
HSB/HSV117°31.58%52.16%
CMYK30.08%0.00%31.58%
47.84%

Color #5D855B in popluar number systems.

HEX5D855B
Decimal9313391
Binary1011101100001011011011
Octal135205133

Shades and tints

Shades of #5D855B

#5D855B
(93,133,91)
#557953
(85,121,83)
#4D6D4B
(77,109,75)
#456143
(69,97,67)
#3D553B
(61,85,59)
#354933
(53,73,51)
#2D3D2B
(45,61,43)
#253123
(37,49,35)
#1D251B
(29,37,27)
#151913
(21,25,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #5D855B

#5D855B
(93,133,91)
#6B9069
(107,144,105)
#799B77
(121,155,119)
#87A685
(135,166,133)
#95B193
(149,177,147)
#A3BCA1
(163,188,161)
#B1C7AF
(177,199,175)
#BFD2BD
(191,210,189)
#CDDDCB
(205,221,203)
#DBE8D9
(219,232,217)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D855B color. Also use rgb(93,133,91) instead hex code.

Text Font Color

.myTextColor { color: #5D855B; }

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

This text font color is #5D855B.


Background Color

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

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

This div background color is #5D855B.


Border color

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

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

This div border color is #5D855B.


Opacity

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

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

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

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

This text has shadow with #5D855B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D855B on black background.


Color preview on white background

This text has color #5D855B on white background.



Black color preview on #5D855B background

This text has black color on #5D855B background.


White color preview on #5D855B background

This text has white color on #5D855B background.