COLOR #59A380

HEX: #59A380
RGB: (89,163,128)

Color info

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

RGB color model

#59A380 color RGB value is (89,163,128).

  • red value is 89;
  • green value is 163;
  • blue value is 128.
RGB:
(89,163,128)
(35%,64%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 163 of 255 = 64%
B 128 of 255 = 50%

89
163
128

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

Portions of RGB colors in percentages

R + G + B =
89 + 163 + 128 = 380 (100%)
R 89 of 380 ~ 23.42%
G 163 of 380 ~ 42.89%
B 128 of 380 ~ 33.68%

%23.42
%42.89
%33.68

CMYK color model

#59A380 color CMYK value is (45,0,21,36).

  • cyan value is 45.40%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(45,0,21,36)
C45M0Y21K36 
(45%,0%,21%,36%)
(0.45/0.00/0.21/0.36)	

CMYK percentages

%45.4
%0
%21.47
%36.08

Codes

Color #59A380 in popluar color models

59A380
RGB89163128
HSL152°29.37%49.41%
HSB/HSV152°45.40%63.92%
CMYK45.40%0.00%21.47%
36.08%

Color #59A380 in popluar number systems.

HEX59A380
Decimal89163128
Binary10110011010001110000000
Octal131243200

Shades and tints

Shades of #59A380

#59A380
(89,163,128)
#519575
(81,149,117)
#49876A
(73,135,106)
#41795F
(65,121,95)
#396B54
(57,107,84)
#315D49
(49,93,73)
#294F3E
(41,79,62)
#214133
(33,65,51)
#193328
(25,51,40)
#11251D
(17,37,29)
#091712
(9,23,18)
#000000
(0,0,0)

Tints of #59A380

#59A380
(89,163,128)
#68AB8B
(104,171,139)
#77B396
(119,179,150)
#86BBA1
(134,187,161)
#95C3AC
(149,195,172)
#A4CBB7
(164,203,183)
#B3D3C2
(179,211,194)
#C2DBCD
(194,219,205)
#D1E3D8
(209,227,216)
#E0EBE3
(224,235,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A380 color. Also use rgb(89,163,128) instead hex code.

Text Font Color

.myTextColor { color: #59A380; }

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

This text font color is #59A380.


Background Color

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

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

This div background color is #59A380.


Border color

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

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

This div border color is #59A380.


Opacity

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

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

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

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

This text has shadow with #59A380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A380 on black background.


Color preview on white background

This text has color #59A380 on white background.



Black color preview on #59A380 background

This text has black color on #59A380 background.


White color preview on #59A380 background

This text has white color on #59A380 background.