COLOR #59A277

HEX: #59A277
RGB: (89,162,119)

Color info

#59A277 contains mainly green and blue colors. Web safe color of #59A277 is #669966 (or #696).

RGB color model

#59A277 color RGB value is (89,162,119).

  • red value is 89;
  • green value is 162;
  • blue value is 119.
RGB:
(89,162,119)
(35%,64%,47%)

RGB channels and saturation

R 89 of 255 = 35%
G 162 of 255 = 64%
B 119 of 255 = 47%

89
162
119

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

Portions of RGB colors in percentages

R + G + B =
89 + 162 + 119 = 370 (100%)
R 89 of 370 ~ 24.05%
G 162 of 370 ~ 43.78%
B 119 of 370 ~ 32.16%

%24.05
%43.78
%32.16

CMYK color model

#59A277 color CMYK value is (45,0,27,36).

  • cyan value is 45.06%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 36.47%
CMYK:
(45,0,27,36)
C45M0Y27K36 
(45%,0%,27%,36%)
(0.45/0.00/0.27/0.36)	

CMYK percentages

%45.06
%0
%26.54
%36.47

Codes

Color #59A277 in popluar color models

59A277
RGB89162119
HSL145°29.08%49.22%
HSB/HSV145°45.06%63.53%
CMYK45.06%0.00%26.54%
36.47%

Color #59A277 in popluar number systems.

HEX59A277
Decimal89162119
Binary1011001101000101110111
Octal131242167

Shades and tints

Shades of #59A277

#59A277
(89,162,119)
#51946D
(81,148,109)
#498663
(73,134,99)
#417859
(65,120,89)
#396A4F
(57,106,79)
#315C45
(49,92,69)
#294E3B
(41,78,59)
#214031
(33,64,49)
#193227
(25,50,39)
#11241D
(17,36,29)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #59A277

#59A277
(89,162,119)
#68AA83
(104,170,131)
#77B28F
(119,178,143)
#86BA9B
(134,186,155)
#95C2A7
(149,194,167)
#A4CAB3
(164,202,179)
#B3D2BF
(179,210,191)
#C2DACB
(194,218,203)
#D1E2D7
(209,226,215)
#E0EAE3
(224,234,227)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A277 color. Also use rgb(89,162,119) instead hex code.

Text Font Color

.myTextColor { color: #59A277; }

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

This text font color is #59A277.


Background Color

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

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

This div background color is #59A277.


Border color

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

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

This div border color is #59A277.


Opacity

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

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

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

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

This text has shadow with #59A277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A277 on black background.


Color preview on white background

This text has color #59A277 on white background.



Black color preview on #59A277 background

This text has black color on #59A277 background.


White color preview on #59A277 background

This text has white color on #59A277 background.