COLOR #59877E

HEX: #59877E
RGB: (89,135,126)

Color info

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

RGB color model

#59877E color RGB value is (89,135,126).

  • red value is 89;
  • green value is 135;
  • blue value is 126.
RGB:
(89,135,126)
(35%,53%,49%)

RGB channels and saturation

R 89 of 255 = 35%
G 135 of 255 = 53%
B 126 of 255 = 49%

89
135
126

R + G + B ~ 46%. #59877E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 135 + 126 = 350 (100%)
R 89 of 350 ~ 25.43%
G 135 of 350 ~ 38.57%
B 126 of 350 ~ 36%

%25.43
%38.57
%36

CMYK color model

#59877E color CMYK value is (34,0,7,47).

  • cyan value is 34.07%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(34,0,7,47)
C34M0Y7K47 
(34%,0%,7%,47%)
(0.34/0.00/0.07/0.47)	

CMYK percentages

%34.07
%0
%6.67
%47.06

Codes

Color #59877E in popluar color models

59877E
RGB89135126
HSL168°20.54%43.92%
HSB/HSV168°34.07%52.94%
CMYK34.07%0.00%6.67%
47.06%

Color #59877E in popluar number systems.

HEX59877E
Decimal89135126
Binary1011001100001111111110
Octal131207176

Shades and tints

Shades of #59877E

#59877E
(89,135,126)
#517B73
(81,123,115)
#496F68
(73,111,104)
#41635D
(65,99,93)
#395752
(57,87,82)
#314B47
(49,75,71)
#293F3C
(41,63,60)
#213331
(33,51,49)
#192726
(25,39,38)
#111B1B
(17,27,27)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #59877E

#59877E
(89,135,126)
#689189
(104,145,137)
#779B94
(119,155,148)
#86A59F
(134,165,159)
#95AFAA
(149,175,170)
#A4B9B5
(164,185,181)
#B3C3C0
(179,195,192)
#C2CDCB
(194,205,203)
#D1D7D6
(209,215,214)
#E0E1E1
(224,225,225)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59877E color. Also use rgb(89,135,126) instead hex code.

Text Font Color

.myTextColor { color: #59877E; }

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

This text font color is #59877E.


Background Color

.myBgColor { background-color: #59877E; }

<div style="background-color:#59877E">Inner text</div>

This div background color is #59877E.


Border color

.myBorderColor { border: 1px solid #59877E; }

<div style="border:3px solid #59877E">Div</div>

This div border color is #59877E.


Opacity

.myOpacity80 { color: #59877E; opacity: 0.8; }

<p style="color:#59877E;opacity:0.8;">80%</p>

Text with #59877E 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 #59877E;}

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

This text has shadow with #59877E color.

.textShadow {text-shadow: 3px 3px 1px #59877E, 3px 3px 1px red;}

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

This text has shadow with #59877E primary color and red secondary color.


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

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

This text has shadow with #59877E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59877E on black background.


Color preview on white background

This text has color #59877E on white background.



Black color preview on #59877E background

This text has black color on #59877E background.


White color preview on #59877E background

This text has white color on #59877E background.