COLOR #59875F

HEX: #59875F RGB: (89,135,95)

Color info

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

RGB color model

#59875F color RGB value is (89,135,95).

RGB: (89,135,95) (35%, 53%, 37%)

RGB channels and saturation

R 89 of 255 = 35%
G 135 of 255 = 53%
B 95 of 255 = 37%

89
135
95

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

Portions of RGB colors in percentages

R + G + B = 89 + 135 + 95 = 319 (100%)
R 89 of 319 ~ 27.9%
G 135 of 319 ~ 42.32%
B 95 of 319 ~ 29.78'%

%27.9
%42.32
%29.78

CMYK color model

#59875F color CMYK value is (34,0,30,47).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK: (34,0,30,47) C34M0Y30K47 (34%,0%,30%,47%) (0.34/0.00/0.30/0.47) 

CMYK percentages

%34.07
%0
%29.63
%47.06

Codes

Color #59875F in popluar color models

59 87 5F
RGB 89 135 95
HSL 128° 20.54% 43.92%
HSB/HSV 128° 34.07% 52.94%
CMYK 34.07% 0.00% 29.63%
47.06%

Color #59875F in popluar number systems.

HEX 59 87 5F
Decimal 89 135 95
Binary 1011001 10000111 1011111
Octal 131 207 137

Shades and tints

Shades of #59875F

#59875F
(89,135,95)
#517B57
(81,123,87)
#496F4F
(73,111,79)
#416347
(65,99,71)
#39573F
(57,87,63)
#314B37
(49,75,55)
#293F2F
(41,63,47)
#213327
(33,51,39)
#19271F
(25,39,31)
#111B17
(17,27,23)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #59875F

#59875F
(89,135,95)
#68916D
(104,145,109)
#779B7B
(119,155,123)
#86A589
(134,165,137)
#95AF97
(149,175,151)
#A4B9A5
(164,185,165)
#B3C3B3
(179,195,179)
#C2CDC1
(194,205,193)
#D1D7CF
(209,215,207)
#E0E1DD
(224,225,221)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59875F color. Also use rgb(89,135,95) instead hex code.

Text Font Color

.myTextColor { color: #59875F; }

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

This text font color is #59875F.

Background Color

.myBgColor { background-color: #59875F; }

<div style="background-color:#59875F">Inner text</div>

This div background color is #59875F.

Border color

.myBorderColor { border: 1px solid #59875F; }

<div style="border:3px solid #59875F">Div</div>

This div border color is #59875F.

Opacity

.myOpacity80 { color: #59875F; opacity: 0.8; }

<p style="color:#59875F;opacity:0.8;">80%</p>

Text with #59875F 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 #59875F;}

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

This text has shadow with #59875F color.


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

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

This text has shadow with #59875F primary color and red secondary color.


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

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

This text has shadow with #59875F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59875F.

Preview

Color preview on black background

This text has color #59875F on black background.


Color preview on white background

This text has color #59875F on white background.


Black color preview on #59875F background

This text has black color on #59875F background.


White color preview on #59875F background

This text has white color on #59875F background.


Related colors

Complementary color

Complementary color for #hex is #A678A0.


I love getcolorcode.com

Triadic colors

1 #5F5987 and #875F59 with #59875F are triadic colors.

2 #5F8759 and #87595F with #59875F are triadic colors.