COLOR #59A077

HEX: #59A077
RGB: (89,160,119)

Color info

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

RGB color model

#59A077 color RGB value is (89,160,119).

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

RGB channels and saturation

R 89 of 255 = 35%
G 160 of 255 = 63%
B 119 of 255 = 47%

89
160
119

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

Portions of RGB colors in percentages

R + G + B =
89 + 160 + 119 = 368 (100%)
R 89 of 368 ~ 24.18%
G 160 of 368 ~ 43.48%
B 119 of 368 ~ 32.34%

%24.18
%43.48
%32.34

CMYK color model

#59A077 color CMYK value is (44,0,26,37).

  • cyan value is 44.38%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK:
(44,0,26,37)
C44M0Y26K37 
(44%,0%,26%,37%)
(0.44/0.00/0.26/0.37)	

CMYK percentages

%44.38
%0
%25.63
%37.25

Codes

Color #59A077 in popluar color models

59A077
RGB89160119
HSL145°28.51%48.82%
HSB/HSV145°44.38%62.75%
CMYK44.38%0.00%25.63%
37.25%

Color #59A077 in popluar number systems.

HEX59A077
Decimal89160119
Binary1011001101000001110111
Octal131240167

Shades and tints

Shades of #59A077

#59A077
(89,160,119)
#51926D
(81,146,109)
#498463
(73,132,99)
#417659
(65,118,89)
#39684F
(57,104,79)
#315A45
(49,90,69)
#294C3B
(41,76,59)
#213E31
(33,62,49)
#193027
(25,48,39)
#11221D
(17,34,29)
#091413
(9,20,19)
#000000
(0,0,0)

Tints of #59A077

#59A077
(89,160,119)
#68A883
(104,168,131)
#77B08F
(119,176,143)
#86B89B
(134,184,155)
#95C0A7
(149,192,167)
#A4C8B3
(164,200,179)
#B3D0BF
(179,208,191)
#C2D8CB
(194,216,203)
#D1E0D7
(209,224,215)
#E0E8E3
(224,232,227)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A077; }

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

This text font color is #59A077.


Background Color

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

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

This div background color is #59A077.


Border color

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

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

This div border color is #59A077.


Opacity

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

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

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

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

This text has shadow with #59A077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A077 on black background.


Color preview on white background

This text has color #59A077 on white background.



Black color preview on #59A077 background

This text has black color on #59A077 background.


White color preview on #59A077 background

This text has white color on #59A077 background.