COLOR #59971D

HEX: #59971D
RGB: (89,151,29)

Color info

#59971D contains mainly green color. Web safe color of #59971D is #669933 (or #693).

RGB color model

#59971D color RGB value is (89,151,29).

  • red value is 89;
  • green value is 151;
  • blue value is 29.
RGB:
(89,151,29)
(35%,59%,11%)

RGB channels and saturation

R 89 of 255 = 35%
G 151 of 255 = 59%
B 29 of 255 = 11%

89
151
29

R + G + B ~ 35%. #59971D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 151 + 29 = 269 (100%)
R 89 of 269 ~ 33.09%
G 151 of 269 ~ 56.13%
B 29 of 269 ~ 10.78%

%33.09
%56.13
%10.78

CMYK color model

#59971D color CMYK value is (41,0,81,41).

  • cyan value is 41.06%
  • magenta value is 0.00%
  • yellow value is 80.79%
  • key color value is 40.78%
CMYK:
(41,0,81,41)
C41M0Y81K41 
(41%,0%,81%,41%)
(0.41/0.00/0.81/0.41)	

CMYK percentages

%41.06
%0
%80.79
%40.78

Codes

Color #59971D in popluar color models

59971D
RGB8915129
HSL90°67.78%35.29%
HSB/HSV90°80.79%59.22%
CMYK41.06%0.00%80.79%
40.78%

Color #59971D in popluar number systems.

HEX59971D
Decimal8915129
Binary10110011001011111101
Octal13122735

Shades and tints

Shades of #59971D

#59971D
(89,151,29)
#518A1B
(81,138,27)
#497D19
(73,125,25)
#417017
(65,112,23)
#396315
(57,99,21)
#315613
(49,86,19)
#294911
(41,73,17)
#213C0F
(33,60,15)
#192F0D
(25,47,13)
#11220B
(17,34,11)
#091509
(9,21,9)
#000000
(0,0,0)

Tints of #59971D

#59971D
(89,151,29)
#68A031
(104,160,49)
#77A945
(119,169,69)
#86B259
(134,178,89)
#95BB6D
(149,187,109)
#A4C481
(164,196,129)
#B3CD95
(179,205,149)
#C2D6A9
(194,214,169)
#D1DFBD
(209,223,189)
#E0E8D1
(224,232,209)
#EFF1E5
(239,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59971D color. Also use rgb(89,151,29) instead hex code.

Text Font Color

.myTextColor { color: #59971D; }

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

This text font color is #59971D.


Background Color

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

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

This div background color is #59971D.


Border color

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

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

This div border color is #59971D.


Opacity

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

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

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

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

This text has shadow with #59971D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59971D on black background.


Color preview on white background

This text has color #59971D on white background.



Black color preview on #59971D background

This text has black color on #59971D background.


White color preview on #59971D background

This text has white color on #59971D background.