COLOR #59A029

HEX: #59A029
RGB: (89,160,41)

Color info

#59A029 contains mainly green color. Web safe color of #59A029 is #669933 (or #693).

RGB color model

#59A029 color RGB value is (89,160,41).

  • red value is 89;
  • green value is 160;
  • blue value is 41.
RGB:
(89,160,41)
(35%,63%,16%)

RGB channels and saturation

R 89 of 255 = 35%
G 160 of 255 = 63%
B 41 of 255 = 16%

89
160
41

R + G + B ~ 38%. #59A029 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 160 + 41 = 290 (100%)
R 89 of 290 ~ 30.69%
G 160 of 290 ~ 55.17%
B 41 of 290 ~ 14.14%

%30.69
%55.17
%14.14

CMYK color model

#59A029 color CMYK value is (44,0,74,37).

  • cyan value is 44.38%
  • magenta value is 0.00%
  • yellow value is 74.38%
  • key color value is 37.25%
CMYK:
(44,0,74,37)
C44M0Y74K37 
(44%,0%,74%,37%)
(0.44/0.00/0.74/0.37)	

CMYK percentages

%44.38
%0
%74.38
%37.25

Codes

Color #59A029 in popluar color models

59A029
RGB8916041
HSL96°59.20%39.41%
HSB/HSV96°74.38%62.75%
CMYK44.38%0.00%74.38%
37.25%

Color #59A029 in popluar number systems.

HEX59A029
Decimal8916041
Binary101100110100000101001
Octal13124051

Shades and tints

Shades of #59A029

#59A029
(89,160,41)
#519226
(81,146,38)
#498423
(73,132,35)
#417620
(65,118,32)
#39681D
(57,104,29)
#315A1A
(49,90,26)
#294C17
(41,76,23)
#213E14
(33,62,20)
#193011
(25,48,17)
#11220E
(17,34,14)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #59A029

#59A029
(89,160,41)
#68A83C
(104,168,60)
#77B04F
(119,176,79)
#86B862
(134,184,98)
#95C075
(149,192,117)
#A4C888
(164,200,136)
#B3D09B
(179,208,155)
#C2D8AE
(194,216,174)
#D1E0C1
(209,224,193)
#E0E8D4
(224,232,212)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A029 color. Also use rgb(89,160,41) instead hex code.

Text Font Color

.myTextColor { color: #59A029; }

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

This text font color is #59A029.


Background Color

.myBgColor { background-color: #59A029; }

<div style="background-color:#59A029">Inner text</div>

This div background color is #59A029.


Border color

.myBorderColor { border: 1px solid #59A029; }

<div style="border:3px solid #59A029">Div</div>

This div border color is #59A029.


Opacity

.myOpacity80 { color: #59A029; opacity: 0.8; }

<p style="color:#59A029;opacity:0.8;">80%</p>

Text with #59A029 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 #59A029;}

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

This text has shadow with #59A029 color.

.textShadow {text-shadow: 3px 3px 1px #59A029, 3px 3px 1px red;}

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

This text has shadow with #59A029 primary color and red secondary color.


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

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

This text has shadow with #59A029 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A029 on black background.


Color preview on white background

This text has color #59A029 on white background.



Black color preview on #59A029 background

This text has black color on #59A029 background.


White color preview on #59A029 background

This text has white color on #59A029 background.