COLOR #59845B

HEX: #59845B RGB: (89,132,91)

Color info

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

RGB color model

#59845B color RGB value is (89,132,91).

RGB: (89,132,91) (35%, 52%, 36%)

RGB channels and saturation

R 89 of 255 = 35%
G 132 of 255 = 52%
B 91 of 255 = 36%

89
132
91

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

Portions of RGB colors in percentages

R + G + B = 89 + 132 + 91 = 312 (100%)
R 89 of 312 ~ 28.53%
G 132 of 312 ~ 42.31%
B 91 of 312 ~ 29.17'%

%28.53
%42.31
%29.17

CMYK color model

#59845B color CMYK value is (33,0,31,48).

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

CMYK: (33,0,31,48)
C33M0Y31K48 (33%, 0%, 31%, 48%)
(0.33 / 0.00 / 0.31 / 0.48)

CMYK percentages

%32.58
%0
%31.06
%48.24

Codes

Color #59845B in popluar color models

59 84 5B
RGB 89 132 91
HSL 123° 19.46% 43.33%
HSB/HSV 123° 32.58% 51.76%
CMYK 32.58% 0.00% 31.06%
48.24%

Color #59845B in popluar number systems.

HEX 59 84 5B
Decimal 89 132 91
Binary 1011001 10000100 1011011
Octal 131 204 133

Shades and tints

Shades of #59845B

#59845B
(89,132,91)
#517853
(81,120,83)
#496C4B
(73,108,75)
#416043
(65,96,67)
#39543B
(57,84,59)
#314833
(49,72,51)
#293C2B
(41,60,43)
#213023
(33,48,35)
#19241B
(25,36,27)
#111813
(17,24,19)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #59845B

#59845B
(89,132,91)
#688F69
(104,143,105)
#779A77
(119,154,119)
#86A585
(134,165,133)
#95B093
(149,176,147)
#A4BBA1
(164,187,161)
#B3C6AF
(179,198,175)
#C2D1BD
(194,209,189)
#D1DCCB
(209,220,203)
#E0E7D9
(224,231,217)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59845B; }

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

This text font color is #59845B.

Background Color

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

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

This div background color is #59845B.

Border color

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

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

This div border color is #59845B.

Opacity

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

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

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

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

This text has shadow with #59845B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59845B.

Preview

Color preview on black background

This text has color #59845B on black background.


Color preview on white background

This text has color #59845B on white background.


Black color preview on #59845B background

This text has black color on #59845B background.


White color preview on #59845B background

This text has white color on #59845B background.


Related colors

Complementary color

Complementary color for #hex is #A67BA4.


I love getcolorcode.com

Triadic colors

1 #5B5984 and #845B59 with #59845B are triadic colors.

2 #5B8459 and #84595B with #59845B are triadic colors.