COLOR #59992E

HEX: #59992E
RGB: (89,153,46)

Color info

#59992E contains mainly green color. Web safe color of #59992E is #669933 (or #693).

RGB color model

#59992E color RGB value is (89,153,46).

  • red value is 89;
  • green value is 153;
  • blue value is 46.
RGB:
(89,153,46)
(35%,60%,18%)

RGB channels and saturation

R 89 of 255 = 35%
G 153 of 255 = 60%
B 46 of 255 = 18%

89
153
46

R + G + B ~ 38%. #59992E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 153 + 46 = 288 (100%)
R 89 of 288 ~ 30.9%
G 153 of 288 ~ 53.13%
B 46 of 288 ~ 15.97%

%30.9
%53.13
%15.97

CMYK color model

#59992E color CMYK value is (42,0,70,40).

  • cyan value is 41.83%
  • magenta value is 0.00%
  • yellow value is 69.93%
  • key color value is 40.00%
CMYK:
(42,0,70,40)
C42M0Y70K40 
(42%,0%,70%,40%)
(0.42/0.00/0.70/0.40)	

CMYK percentages

%41.83
%0
%69.93
%40

Codes

Color #59992E in popluar color models

59992E
RGB8915346
HSL96°53.77%39.02%
HSB/HSV96°69.93%60.00%
CMYK41.83%0.00%69.93%
40.00%

Color #59992E in popluar number systems.

HEX59992E
Decimal8915346
Binary101100110011001101110
Octal13123156

Shades and tints

Shades of #59992E

#59992E
(89,153,46)
#518C2A
(81,140,42)
#497F26
(73,127,38)
#417222
(65,114,34)
#39651E
(57,101,30)
#31581A
(49,88,26)
#294B16
(41,75,22)
#213E12
(33,62,18)
#19310E
(25,49,14)
#11240A
(17,36,10)
#091706
(9,23,6)
#000000
(0,0,0)

Tints of #59992E

#59992E
(89,153,46)
#68A241
(104,162,65)
#77AB54
(119,171,84)
#86B467
(134,180,103)
#95BD7A
(149,189,122)
#A4C68D
(164,198,141)
#B3CFA0
(179,207,160)
#C2D8B3
(194,216,179)
#D1E1C6
(209,225,198)
#E0EAD9
(224,234,217)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59992E color. Also use rgb(89,153,46) instead hex code.

Text Font Color

.myTextColor { color: #59992E; }

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

This text font color is #59992E.


Background Color

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

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

This div background color is #59992E.


Border color

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

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

This div border color is #59992E.


Opacity

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

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

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

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

This text has shadow with #59992E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59992E on black background.


Color preview on white background

This text has color #59992E on white background.



Black color preview on #59992E background

This text has black color on #59992E background.


White color preview on #59992E background

This text has white color on #59992E background.