COLOR #59895D

HEX: #59895D RGB: (89,137,93)

Color info

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

RGB color model

#59895D color RGB value is (89,137,93).

RGB: (89,137,93) (35%, 54%, 36%)

RGB channels and saturation

R 89 of 255 = 35%
G 137 of 255 = 54%
B 93 of 255 = 36%

89
137
93

R + G + B ~ 42%. #59895D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 137 + 93 = 319 (100%)
R 89 of 319 ~ 27.9%
G 137 of 319 ~ 42.95%
B 93 of 319 ~ 29.15'%

%27.9
%42.95
%29.15

CMYK color model

#59895D color CMYK value is (35,0,32,46).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 46.27%

CMYK: (35,0,32,46)
C35M0Y32K46 (35%, 0%, 32%, 46%)
(0.35 / 0.00 / 0.32 / 0.46)

CMYK percentages

%35.04
%0
%32.12
%46.27

Codes

Color #59895D in popluar color models

59 89 5D
RGB 89 137 93
HSL 125° 21.24% 44.31%
HSB/HSV 125° 35.04% 53.73%
CMYK 35.04% 0.00% 32.12%
46.27%

Color #59895D in popluar number systems.

HEX 59 89 5D
Decimal 89 137 93
Binary 1011001 10001001 1011101
Octal 131 211 135

Shades and tints

Shades of #59895D

#59895D
(89,137,93)
#517D55
(81,125,85)
#49714D
(73,113,77)
#416545
(65,101,69)
#39593D
(57,89,61)
#314D35
(49,77,53)
#29412D
(41,65,45)
#213525
(33,53,37)
#19291D
(25,41,29)
#111D15
(17,29,21)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #59895D

#59895D
(89,137,93)
#68936B
(104,147,107)
#779D79
(119,157,121)
#86A787
(134,167,135)
#95B195
(149,177,149)
#A4BBA3
(164,187,163)
#B3C5B1
(179,197,177)
#C2CFBF
(194,207,191)
#D1D9CD
(209,217,205)
#E0E3DB
(224,227,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59895D color. Also use rgb(89,137,93) instead hex code.

Text Font Color

.myTextColor { color: #59895D; }

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

This text font color is #59895D.

Background Color

.myBgColor { background-color: #59895D; }

<div style="background-color:#59895D">Inner text</div>

This div background color is #59895D.

Border color

.myBorderColor { border: 1px solid #59895D; }

<div style="border:3px solid #59895D">Div</div>

This div border color is #59895D.

Opacity

.myOpacity80 { color: #59895D; opacity: 0.8; }

<p style="color:#59895D;opacity:0.8;">80%</p>

Text with #59895D 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 #59895D;}

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

This text has shadow with #59895D color.


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

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

This text has shadow with #59895D primary color and red secondary color.


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

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

This text has shadow with #59895D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59895D.

Preview

Color preview on black background

This text has color #59895D on black background.


Color preview on white background

This text has color #59895D on white background.


Black color preview on #59895D background

This text has black color on #59895D background.


White color preview on #59895D background

This text has white color on #59895D background.


Related colors

Complementary color

Complementary color for #hex is #A676A2.


I love getcolorcode.com

Triadic colors

1 #5D5989 and #895D59 with #59895D are triadic colors.

2 #5D8959 and #89595D with #59895D are triadic colors.