COLOR #59845A

HEX: #59845A RGB: (89,132,90)

Color info

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

RGB color model

#59845A color RGB value is (89,132,90).

RGB: (89,132,90) (35%, 52%, 35%)

RGB channels and saturation

R 89 of 255 = 35%
G 132 of 255 = 52%
B 90 of 255 = 35%

89
132
90

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

Portions of RGB colors in percentages

R + G + B = 89 + 132 + 90 = 311 (100%)
R 89 of 311 ~ 28.62%
G 132 of 311 ~ 42.44%
B 90 of 311 ~ 28.94'%

%28.62
%42.44
%28.94

CMYK color model

#59845A color CMYK value is (33,0,32,48).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 48.24%

CMYK: (33,0,32,48)
C33M0Y32K48 (33%, 0%, 32%, 48%)
(0.33 / 0.00 / 0.32 / 0.48)

CMYK percentages

%32.58
%0
%31.82
%48.24

Codes

Color #59845A in popluar color models

59 84 5A
RGB 89 132 90
HSL 121° 19.46% 43.33%
HSB/HSV 121° 32.58% 51.76%
CMYK 32.58% 0.00% 31.82%
48.24%

Color #59845A in popluar number systems.

HEX 59 84 5A
Decimal 89 132 90
Binary 1011001 10000100 1011010
Octal 131 204 132

Shades and tints

Shades of #59845A

#59845A
(89,132,90)
#517852
(81,120,82)
#496C4A
(73,108,74)
#416042
(65,96,66)
#39543A
(57,84,58)
#314832
(49,72,50)
#293C2A
(41,60,42)
#213022
(33,48,34)
#19241A
(25,36,26)
#111812
(17,24,18)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #59845A

#59845A
(89,132,90)
#688F69
(104,143,105)
#779A78
(119,154,120)
#86A587
(134,165,135)
#95B096
(149,176,150)
#A4BBA5
(164,187,165)
#B3C6B4
(179,198,180)
#C2D1C3
(194,209,195)
#D1DCD2
(209,220,210)
#E0E7E1
(224,231,225)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59845A; }

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

This text font color is #59845A.

Background Color

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

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

This div background color is #59845A.

Border color

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

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

This div border color is #59845A.

Opacity

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

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

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

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

This text has shadow with #59845A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59845A.

Preview

Color preview on black background

This text has color #59845A on black background.


Color preview on white background

This text has color #59845A on white background.


Black color preview on #59845A background

This text has black color on #59845A background.


White color preview on #59845A background

This text has white color on #59845A background.


Related colors

Complementary color

Complementary color for #hex is #A67BA5.


I love getcolorcode.com

Triadic colors

1 #5A5984 and #845A59 with #59845A are triadic colors.

2 #5A8459 and #84595A with #59845A are triadic colors.