COLOR #59981C

HEX: #59981C
RGB: (89,152,28)

Color info

#59981C contains mainly green color. Web safe color of #59981C is #669933 (or #693).

RGB color model

#59981C color RGB value is (89,152,28).

  • red value is 89;
  • green value is 152;
  • blue value is 28.
RGB:
(89,152,28)
(35%,60%,11%)

RGB channels and saturation

R 89 of 255 = 35%
G 152 of 255 = 60%
B 28 of 255 = 11%

89
152
28

R + G + B ~ 35%. #59981C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 152 + 28 = 269 (100%)
R 89 of 269 ~ 33.09%
G 152 of 269 ~ 56.51%
B 28 of 269 ~ 10.41%

%33.09
%56.51
%10.41

CMYK color model

#59981C color CMYK value is (41,0,82,40).

  • cyan value is 41.45%
  • magenta value is 0.00%
  • yellow value is 81.58%
  • key color value is 40.39%
CMYK:
(41,0,82,40)
C41M0Y82K40 
(41%,0%,82%,40%)
(0.41/0.00/0.82/0.40)	

CMYK percentages

%41.45
%0
%81.58
%40.39

Codes

Color #59981C in popluar color models

59981C
RGB8915228
HSL90°68.89%35.29%
HSB/HSV90°81.58%59.61%
CMYK41.45%0.00%81.58%
40.39%

Color #59981C in popluar number systems.

HEX59981C
Decimal8915228
Binary10110011001100011100
Octal13123034

Shades and tints

Shades of #59981C

#59981C
(89,152,28)
#518B1A
(81,139,26)
#497E18
(73,126,24)
#417116
(65,113,22)
#396414
(57,100,20)
#315712
(49,87,18)
#294A10
(41,74,16)
#213D0E
(33,61,14)
#19300C
(25,48,12)
#11230A
(17,35,10)
#091608
(9,22,8)
#000000
(0,0,0)

Tints of #59981C

#59981C
(89,152,28)
#68A130
(104,161,48)
#77AA44
(119,170,68)
#86B358
(134,179,88)
#95BC6C
(149,188,108)
#A4C580
(164,197,128)
#B3CE94
(179,206,148)
#C2D7A8
(194,215,168)
#D1E0BC
(209,224,188)
#E0E9D0
(224,233,208)
#EFF2E4
(239,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59981C color. Also use rgb(89,152,28) instead hex code.

Text Font Color

.myTextColor { color: #59981C; }

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

This text font color is #59981C.


Background Color

.myBgColor { background-color: #59981C; }

<div style="background-color:#59981C">Inner text</div>

This div background color is #59981C.


Border color

.myBorderColor { border: 1px solid #59981C; }

<div style="border:3px solid #59981C">Div</div>

This div border color is #59981C.


Opacity

.myOpacity80 { color: #59981C; opacity: 0.8; }

<p style="color:#59981C;opacity:0.8;">80%</p>

Text with #59981C 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 #59981C;}

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

This text has shadow with #59981C color.

.textShadow {text-shadow: 3px 3px 1px #59981C, 3px 3px 1px red;}

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

This text has shadow with #59981C primary color and red secondary color.


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

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

This text has shadow with #59981C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59981C on black background.


Color preview on white background

This text has color #59981C on white background.



Black color preview on #59981C background

This text has black color on #59981C background.


White color preview on #59981C background

This text has white color on #59981C background.