COLOR #5D855F

HEX: #5D855F RGB: (93,133,95)

Color info

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

RGB color model

#5D855F color RGB value is (93,133,95).

RGB: (93,133,95) (36%, 52%, 37%)

RGB channels and saturation

R 93 of 255 = 36%
G 133 of 255 = 52%
B 95 of 255 = 37%

93
133
95

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

Portions of RGB colors in percentages

R + G + B = 93 + 133 + 95 = 321 (100%)
R 93 of 321 ~ 28.97%
G 133 of 321 ~ 41.43%
B 95 of 321 ~ 29.6'%

%28.97
%41.43
%29.6

CMYK color model

#5D855F color CMYK value is (30,0,29,48).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 47.84%
CMYK: (30,0,29,48) C30M0Y29K48 (30%,0%,29%,48%) (0.30/0.00/0.29/0.48) 

CMYK percentages

%30.08
%0
%28.57
%47.84

Codes

Color #5D855F in popluar color models

5D 85 5F
RGB 93 133 95
HSL 123° 17.70% 44.31%
HSB/HSV 123° 30.08% 52.16%
CMYK 30.08% 0.00% 28.57%
47.84%

Color #5D855F in popluar number systems.

HEX 5D 85 5F
Decimal 93 133 95
Binary 1011101 10000101 1011111
Octal 135 205 137

Shades and tints

Shades of #5D855F

#5D855F
(93,133,95)
#557957
(85,121,87)
#4D6D4F
(77,109,79)
#456147
(69,97,71)
#3D553F
(61,85,63)
#354937
(53,73,55)
#2D3D2F
(45,61,47)
#253127
(37,49,39)
#1D251F
(29,37,31)
#151917
(21,25,23)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #5D855F

#5D855F
(93,133,95)
#6B906D
(107,144,109)
#799B7B
(121,155,123)
#87A689
(135,166,137)
#95B197
(149,177,151)
#A3BCA5
(163,188,165)
#B1C7B3
(177,199,179)
#BFD2C1
(191,210,193)
#CDDDCF
(205,221,207)
#DBE8DD
(219,232,221)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D855F; }

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

This text font color is #5D855F.

Background Color

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

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

This div background color is #5D855F.

Border color

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

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

This div border color is #5D855F.

Opacity

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

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

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

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

This text has shadow with #5D855F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D855F.

Preview

Color preview on black background

This text has color #5D855F on black background.


Color preview on white background

This text has color #5D855F on white background.


Black color preview on #5D855F background

This text has black color on #5D855F background.


White color preview on #5D855F background

This text has white color on #5D855F background.


Related colors

Complementary color

Complementary color for #hex is #A27AA0.


I love getcolorcode.com

Triadic colors

1 #5F5D85 and #855F5D with #5D855F are triadic colors.

2 #5F855D and #855D5F with #5D855F are triadic colors.