COLOR #59816F

HEX: #59816F
RGB: (89,129,111)

Color info

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

RGB color model

#59816F color RGB value is (89,129,111).

  • red value is 89;
  • green value is 129;
  • blue value is 111.
RGB:
(89,129,111)
(35%,51%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 129 of 255 = 51%
B 111 of 255 = 44%

89
129
111

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

Portions of RGB colors in percentages

R + G + B =
89 + 129 + 111 = 329 (100%)
R 89 of 329 ~ 27.05%
G 129 of 329 ~ 39.21%
B 111 of 329 ~ 33.74%

%27.05
%39.21
%33.74

CMYK color model

#59816F color CMYK value is (31,0,14,49).

  • cyan value is 31.01%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 49.41%
CMYK:
(31,0,14,49)
C31M0Y14K49 
(31%,0%,14%,49%)
(0.31/0.00/0.14/0.49)	

CMYK percentages

%31.01
%0
%13.95
%49.41

Codes

Color #59816F in popluar color models

59816F
RGB89129111
HSL153°18.35%42.75%
HSB/HSV153°31.01%50.59%
CMYK31.01%0.00%13.95%
49.41%

Color #59816F in popluar number systems.

HEX59816F
Decimal89129111
Binary1011001100000011101111
Octal131201157

Shades and tints

Shades of #59816F

#59816F
(89,129,111)
#517665
(81,118,101)
#496B5B
(73,107,91)
#416051
(65,96,81)
#395547
(57,85,71)
#314A3D
(49,74,61)
#293F33
(41,63,51)
#213429
(33,52,41)
#19291F
(25,41,31)
#111E15
(17,30,21)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #59816F

#59816F
(89,129,111)
#688C7C
(104,140,124)
#779789
(119,151,137)
#86A296
(134,162,150)
#95ADA3
(149,173,163)
#A4B8B0
(164,184,176)
#B3C3BD
(179,195,189)
#C2CECA
(194,206,202)
#D1D9D7
(209,217,215)
#E0E4E4
(224,228,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59816F color. Also use rgb(89,129,111) instead hex code.

Text Font Color

.myTextColor { color: #59816F; }

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

This text font color is #59816F.


Background Color

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

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

This div background color is #59816F.


Border color

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

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

This div border color is #59816F.


Opacity

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

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

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

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

This text has shadow with #59816F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59816F on black background.


Color preview on white background

This text has color #59816F on white background.



Black color preview on #59816F background

This text has black color on #59816F background.


White color preview on #59816F background

This text has white color on #59816F background.