COLOR #59855D

HEX: #59855D
RGB: (89,133,93)

Color info

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

RGB color model

#59855D color RGB value is (89,133,93).

  • red value is 89;
  • green value is 133;
  • blue value is 93.
RGB:
(89,133,93)
(35%,52%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 133 of 255 = 52%
B 93 of 255 = 36%

89
133
93

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

Portions of RGB colors in percentages

R + G + B =
89 + 133 + 93 = 315 (100%)
R 89 of 315 ~ 28.25%
G 133 of 315 ~ 42.22%
B 93 of 315 ~ 29.52%

%28.25
%42.22
%29.52

CMYK color model

#59855D color CMYK value is (33,0,30,48).

  • cyan value is 33.08%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 47.84%
CMYK:
(33,0,30,48)
C33M0Y30K48 
(33%,0%,30%,48%)
(0.33/0.00/0.30/0.48)	

CMYK percentages

%33.08
%0
%30.08
%47.84

Codes

Color #59855D in popluar color models

59855D
RGB8913393
HSL125°19.82%43.53%
HSB/HSV125°33.08%52.16%
CMYK33.08%0.00%30.08%
47.84%

Color #59855D in popluar number systems.

HEX59855D
Decimal8913393
Binary1011001100001011011101
Octal131205135

Shades and tints

Shades of #59855D

#59855D
(89,133,93)
#517955
(81,121,85)
#496D4D
(73,109,77)
#416145
(65,97,69)
#39553D
(57,85,61)
#314935
(49,73,53)
#293D2D
(41,61,45)
#213125
(33,49,37)
#19251D
(25,37,29)
#111915
(17,25,21)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #59855D

#59855D
(89,133,93)
#68906B
(104,144,107)
#779B79
(119,155,121)
#86A687
(134,166,135)
#95B195
(149,177,149)
#A4BCA3
(164,188,163)
#B3C7B1
(179,199,177)
#C2D2BF
(194,210,191)
#D1DDCD
(209,221,205)
#E0E8DB
(224,232,219)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59855D; }

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

This text font color is #59855D.


Background Color

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

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

This div background color is #59855D.


Border color

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

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

This div border color is #59855D.


Opacity

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

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

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

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

This text has shadow with #59855D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59855D on black background.


Color preview on white background

This text has color #59855D on white background.



Black color preview on #59855D background

This text has black color on #59855D background.


White color preview on #59855D background

This text has white color on #59855D background.