COLOR #59835E

HEX: #59835E
RGB: (89,131,94)

Color info

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

RGB color model

#59835E color RGB value is (89,131,94).

  • red value is 89;
  • green value is 131;
  • blue value is 94.
RGB:
(89,131,94)
(35%,51%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 131 of 255 = 51%
B 94 of 255 = 37%

89
131
94

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

Portions of RGB colors in percentages

R + G + B =
89 + 131 + 94 = 314 (100%)
R 89 of 314 ~ 28.34%
G 131 of 314 ~ 41.72%
B 94 of 314 ~ 29.94%

%28.34
%41.72
%29.94

CMYK color model

#59835E color CMYK value is (32,0,28,49).

  • cyan value is 32.06%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 48.63%
CMYK:
(32,0,28,49)
C32M0Y28K49 
(32%,0%,28%,49%)
(0.32/0.00/0.28/0.49)	

CMYK percentages

%32.06
%0
%28.24
%48.63

Codes

Color #59835E in popluar color models

59835E
RGB8913194
HSL127°19.09%43.14%
HSB/HSV127°32.06%51.37%
CMYK32.06%0.00%28.24%
48.63%

Color #59835E in popluar number systems.

HEX59835E
Decimal8913194
Binary1011001100000111011110
Octal131203136

Shades and tints

Shades of #59835E

#59835E
(89,131,94)
#517856
(81,120,86)
#496D4E
(73,109,78)
#416246
(65,98,70)
#39573E
(57,87,62)
#314C36
(49,76,54)
#29412E
(41,65,46)
#213626
(33,54,38)
#192B1E
(25,43,30)
#112016
(17,32,22)
#09150E
(9,21,14)
#000000
(0,0,0)

Tints of #59835E

#59835E
(89,131,94)
#688E6C
(104,142,108)
#77997A
(119,153,122)
#86A488
(134,164,136)
#95AF96
(149,175,150)
#A4BAA4
(164,186,164)
#B3C5B2
(179,197,178)
#C2D0C0
(194,208,192)
#D1DBCE
(209,219,206)
#E0E6DC
(224,230,220)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59835E color. Also use rgb(89,131,94) instead hex code.

Text Font Color

.myTextColor { color: #59835E; }

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

This text font color is #59835E.


Background Color

.myBgColor { background-color: #59835E; }

<div style="background-color:#59835E">Inner text</div>

This div background color is #59835E.


Border color

.myBorderColor { border: 1px solid #59835E; }

<div style="border:3px solid #59835E">Div</div>

This div border color is #59835E.


Opacity

.myOpacity80 { color: #59835E; opacity: 0.8; }

<p style="color:#59835E;opacity:0.8;">80%</p>

Text with #59835E 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 #59835E;}

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

This text has shadow with #59835E color.

.textShadow {text-shadow: 3px 3px 1px #59835E, 3px 3px 1px red;}

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

This text has shadow with #59835E primary color and red secondary color.


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

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

This text has shadow with #59835E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59835E on black background.


Color preview on white background

This text has color #59835E on white background.



Black color preview on #59835E background

This text has black color on #59835E background.


White color preview on #59835E background

This text has white color on #59835E background.