COLOR #59815A

HEX: #59815A RGB: (89,129,90)

Color info

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

RGB color model

#59815A color RGB value is (89,129,90).

RGB: (89,129,90) (35%, 51%, 35%)

RGB channels and saturation

R 89 of 255 = 35%
G 129 of 255 = 51%
B 90 of 255 = 35%

89
129
90

R + G + B ~ 40%. #59815A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 129 + 90 = 308 (100%)
R 89 of 308 ~ 28.9%
G 129 of 308 ~ 41.88%
B 90 of 308 ~ 29.22'%

%28.9
%41.88
%29.22

CMYK color model

#59815A color CMYK value is (31,0,30,49).

  • cyan value is 31.01%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 49.41%

CMYK: (31,0,30,49)
C31M0Y30K49 (31%, 0%, 30%, 49%)
(0.31 / 0.00 / 0.30 / 0.49)

CMYK percentages

%31.01
%0
%30.23
%49.41

Codes

Color #59815A in popluar color models

59 81 5A
RGB 89 129 90
HSL 122° 18.35% 42.75%
HSB/HSV 122° 31.01% 50.59%
CMYK 31.01% 0.00% 30.23%
49.41%

Color #59815A in popluar number systems.

HEX 59 81 5A
Decimal 89 129 90
Binary 1011001 10000001 1011010
Octal 131 201 132

Shades and tints

Shades of #59815A

#59815A
(89,129,90)
#517652
(81,118,82)
#496B4A
(73,107,74)
#416042
(65,96,66)
#39553A
(57,85,58)
#314A32
(49,74,50)
#293F2A
(41,63,42)
#213422
(33,52,34)
#19291A
(25,41,26)
#111E12
(17,30,18)
#09130A
(9,19,10)
#000000
(0,0,0)

Tints of #59815A

#59815A
(89,129,90)
#688C69
(104,140,105)
#779778
(119,151,120)
#86A287
(134,162,135)
#95AD96
(149,173,150)
#A4B8A5
(164,184,165)
#B3C3B4
(179,195,180)
#C2CEC3
(194,206,195)
#D1D9D2
(209,217,210)
#E0E4E1
(224,228,225)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59815A color. Also use rgb(89,129,90) instead hex code.

Text Font Color

.myTextColor { color: #59815A; }

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

This text font color is #59815A.

Background Color

.myBgColor { background-color: #59815A; }

<div style="background-color:#59815A">Inner text</div>

This div background color is #59815A.

Border color

.myBorderColor { border: 1px solid #59815A; }

<div style="border:3px solid #59815A">Div</div>

This div border color is #59815A.

Opacity

.myOpacity80 { color: #59815A; opacity: 0.8; }

<p style="color:#59815A;opacity:0.8;">80%</p>

Text with #59815A 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 #59815A;}

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

This text has shadow with #59815A color.


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

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

This text has shadow with #59815A primary color and red secondary color.


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

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

This text has shadow with #59815A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59815A.

Preview

Color preview on black background

This text has color #59815A on black background.


Color preview on white background

This text has color #59815A on white background.


Black color preview on #59815A background

This text has black color on #59815A background.


White color preview on #59815A background

This text has white color on #59815A background.


Related colors

Complementary color

Complementary color for #hex is #A67EA5.


I love getcolorcode.com

Triadic colors

1 #5A5981 and #815A59 with #59815A are triadic colors.

2 #5A8159 and #81595A with #59815A are triadic colors.