COLOR #59834F

HEX: #59834F
RGB: (89,131,79)

Color info

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

RGB color model

#59834F color RGB value is (89,131,79).

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

RGB channels and saturation

R 89 of 255 = 35%
G 131 of 255 = 51%
B 79 of 255 = 31%

89
131
79

R + G + B ~ 39%. #59834F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 131 + 79 = 299 (100%)
R 89 of 299 ~ 29.77%
G 131 of 299 ~ 43.81%
B 79 of 299 ~ 26.42%

%29.77
%43.81
%26.42

CMYK color model

#59834F color CMYK value is (32,0,40,49).

  • cyan value is 32.06%
  • magenta value is 0.00%
  • yellow value is 39.69%
  • key color value is 48.63%
CMYK:
(32,0,40,49)
C32M0Y40K49 
(32%,0%,40%,49%)
(0.32/0.00/0.40/0.49)	

CMYK percentages

%32.06
%0
%39.69
%48.63

Codes

Color #59834F in popluar color models

59834F
RGB8913179
HSL108°24.76%41.18%
HSB/HSV108°39.69%51.37%
CMYK32.06%0.00%39.69%
48.63%

Color #59834F in popluar number systems.

HEX59834F
Decimal8913179
Binary1011001100000111001111
Octal131203117

Shades and tints

Shades of #59834F

#59834F
(89,131,79)
#517848
(81,120,72)
#496D41
(73,109,65)
#41623A
(65,98,58)
#395733
(57,87,51)
#314C2C
(49,76,44)
#294125
(41,65,37)
#21361E
(33,54,30)
#192B17
(25,43,23)
#112010
(17,32,16)
#091509
(9,21,9)
#000000
(0,0,0)

Tints of #59834F

#59834F
(89,131,79)
#688E5F
(104,142,95)
#77996F
(119,153,111)
#86A47F
(134,164,127)
#95AF8F
(149,175,143)
#A4BA9F
(164,186,159)
#B3C5AF
(179,197,175)
#C2D0BF
(194,208,191)
#D1DBCF
(209,219,207)
#E0E6DF
(224,230,223)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59834F color. Also use rgb(89,131,79) instead hex code.

Text Font Color

.myTextColor { color: #59834F; }

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

This text font color is #59834F.


Background Color

.myBgColor { background-color: #59834F; }

<div style="background-color:#59834F">Inner text</div>

This div background color is #59834F.


Border color

.myBorderColor { border: 1px solid #59834F; }

<div style="border:3px solid #59834F">Div</div>

This div border color is #59834F.


Opacity

.myOpacity80 { color: #59834F; opacity: 0.8; }

<p style="color:#59834F;opacity:0.8;">80%</p>

Text with #59834F 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 #59834F;}

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

This text has shadow with #59834F color.

.textShadow {text-shadow: 3px 3px 1px #59834F, 3px 3px 1px red;}

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

This text has shadow with #59834F primary color and red secondary color.


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

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

This text has shadow with #59834F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59834F on black background.


Color preview on white background

This text has color #59834F on white background.



Black color preview on #59834F background

This text has black color on #59834F background.


White color preview on #59834F background

This text has white color on #59834F background.