COLOR #59886B

HEX: #59886B
RGB: (89,136,107)

Color info

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

RGB color model

#59886B color RGB value is (89,136,107).

  • red value is 89;
  • green value is 136;
  • blue value is 107.
RGB:
(89,136,107)
(35%,53%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 136 of 255 = 53%
B 107 of 255 = 42%

89
136
107

R + G + B ~ 43%. #59886B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 136 + 107 = 332 (100%)
R 89 of 332 ~ 26.81%
G 136 of 332 ~ 40.96%
B 107 of 332 ~ 32.23%

%26.81
%40.96
%32.23

CMYK color model

#59886B color CMYK value is (35,0,21,47).

  • cyan value is 34.56%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK:
(35,0,21,47)
C35M0Y21K47 
(35%,0%,21%,47%)
(0.35/0.00/0.21/0.47)	

CMYK percentages

%34.56
%0
%21.32
%46.67

Codes

Color #59886B in popluar color models

59886B
RGB89136107
HSL143°20.89%44.12%
HSB/HSV143°34.56%53.33%
CMYK34.56%0.00%21.32%
46.67%

Color #59886B in popluar number systems.

HEX59886B
Decimal89136107
Binary1011001100010001101011
Octal131210153

Shades and tints

Shades of #59886B

#59886B
(89,136,107)
#517C62
(81,124,98)
#497059
(73,112,89)
#416450
(65,100,80)
#395847
(57,88,71)
#314C3E
(49,76,62)
#294035
(41,64,53)
#21342C
(33,52,44)
#192823
(25,40,35)
#111C1A
(17,28,26)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #59886B

#59886B
(89,136,107)
#689278
(104,146,120)
#779C85
(119,156,133)
#86A692
(134,166,146)
#95B09F
(149,176,159)
#A4BAAC
(164,186,172)
#B3C4B9
(179,196,185)
#C2CEC6
(194,206,198)
#D1D8D3
(209,216,211)
#E0E2E0
(224,226,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59886B color. Also use rgb(89,136,107) instead hex code.

Text Font Color

.myTextColor { color: #59886B; }

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

This text font color is #59886B.


Background Color

.myBgColor { background-color: #59886B; }

<div style="background-color:#59886B">Inner text</div>

This div background color is #59886B.


Border color

.myBorderColor { border: 1px solid #59886B; }

<div style="border:3px solid #59886B">Div</div>

This div border color is #59886B.


Opacity

.myOpacity80 { color: #59886B; opacity: 0.8; }

<p style="color:#59886B;opacity:0.8;">80%</p>

Text with #59886B 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 #59886B;}

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

This text has shadow with #59886B color.

.textShadow {text-shadow: 3px 3px 1px #59886B, 3px 3px 1px red;}

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

This text has shadow with #59886B primary color and red secondary color.


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

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

This text has shadow with #59886B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59886B on black background.


Color preview on white background

This text has color #59886B on white background.



Black color preview on #59886B background

This text has black color on #59886B background.


White color preview on #59886B background

This text has white color on #59886B background.