COLOR #59A545

HEX: #59A545
RGB: (89,165,69)

Color info

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

RGB color model

#59A545 color RGB value is (89,165,69).

  • red value is 89;
  • green value is 165;
  • blue value is 69.
RGB:
(89,165,69)
(35%,65%,27%)

RGB channels and saturation

R 89 of 255 = 35%
G 165 of 255 = 65%
B 69 of 255 = 27%

89
165
69

R + G + B ~ 42%. #59A545 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 165 + 69 = 323 (100%)
R 89 of 323 ~ 27.55%
G 165 of 323 ~ 51.08%
B 69 of 323 ~ 21.36%

%27.55
%51.08
%21.36

CMYK color model

#59A545 color CMYK value is (46,0,58,35).

  • cyan value is 46.06%
  • magenta value is 0.00%
  • yellow value is 58.18%
  • key color value is 35.29%
CMYK:
(46,0,58,35)
C46M0Y58K35 
(46%,0%,58%,35%)
(0.46/0.00/0.58/0.35)	

CMYK percentages

%46.06
%0
%58.18
%35.29

Codes

Color #59A545 in popluar color models

59A545
RGB8916569
HSL108°41.03%45.88%
HSB/HSV108°58.18%64.71%
CMYK46.06%0.00%58.18%
35.29%

Color #59A545 in popluar number systems.

HEX59A545
Decimal8916569
Binary1011001101001011000101
Octal131245105

Shades and tints

Shades of #59A545

#59A545
(89,165,69)
#51963F
(81,150,63)
#498739
(73,135,57)
#417833
(65,120,51)
#39692D
(57,105,45)
#315A27
(49,90,39)
#294B21
(41,75,33)
#213C1B
(33,60,27)
#192D15
(25,45,21)
#111E0F
(17,30,15)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #59A545

#59A545
(89,165,69)
#68AD55
(104,173,85)
#77B565
(119,181,101)
#86BD75
(134,189,117)
#95C585
(149,197,133)
#A4CD95
(164,205,149)
#B3D5A5
(179,213,165)
#C2DDB5
(194,221,181)
#D1E5C5
(209,229,197)
#E0EDD5
(224,237,213)
#EFF5E5
(239,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A545 color. Also use rgb(89,165,69) instead hex code.

Text Font Color

.myTextColor { color: #59A545; }

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

This text font color is #59A545.


Background Color

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

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

This div background color is #59A545.


Border color

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

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

This div border color is #59A545.


Opacity

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

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

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

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

This text has shadow with #59A545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A545 on black background.


Color preview on white background

This text has color #59A545 on white background.



Black color preview on #59A545 background

This text has black color on #59A545 background.


White color preview on #59A545 background

This text has white color on #59A545 background.