COLOR #59B387

HEX: #59B387
RGB: (89,179,135)

Color info

#59B387 contains mainly green and blue colors. Web safe color of #59B387 is #669999 (or #699).

RGB color model

#59B387 color RGB value is (89,179,135).

  • red value is 89;
  • green value is 179;
  • blue value is 135.
RGB:
(89,179,135)
(35%,70%,53%)

RGB channels and saturation

R 89 of 255 = 35%
G 179 of 255 = 70%
B 135 of 255 = 53%

89
179
135

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

Portions of RGB colors in percentages

R + G + B =
89 + 179 + 135 = 403 (100%)
R 89 of 403 ~ 22.08%
G 179 of 403 ~ 44.42%
B 135 of 403 ~ 33.5%

%22.08
%44.42
%33.5

CMYK color model

#59B387 color CMYK value is (50,0,25,30).

  • cyan value is 50.28%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(50,0,25,30)
C50M0Y25K30 
(50%,0%,25%,30%)
(0.50/0.00/0.25/0.30)	

CMYK percentages

%50.28
%0
%24.58
%29.8

Codes

Color #59B387 in popluar color models

59B387
RGB89179135
HSL151°37.19%52.55%
HSB/HSV151°50.28%70.20%
CMYK50.28%0.00%24.58%
29.80%

Color #59B387 in popluar number systems.

HEX59B387
Decimal89179135
Binary10110011011001110000111
Octal131263207

Shades and tints

Shades of #59B387

#59B387
(89,179,135)
#51A37B
(81,163,123)
#49936F
(73,147,111)
#418363
(65,131,99)
#397357
(57,115,87)
#31634B
(49,99,75)
#29533F
(41,83,63)
#214333
(33,67,51)
#193327
(25,51,39)
#11231B
(17,35,27)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #59B387

#59B387
(89,179,135)
#68B991
(104,185,145)
#77BF9B
(119,191,155)
#86C5A5
(134,197,165)
#95CBAF
(149,203,175)
#A4D1B9
(164,209,185)
#B3D7C3
(179,215,195)
#C2DDCD
(194,221,205)
#D1E3D7
(209,227,215)
#E0E9E1
(224,233,225)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B387 color. Also use rgb(89,179,135) instead hex code.

Text Font Color

.myTextColor { color: #59B387; }

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

This text font color is #59B387.


Background Color

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

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

This div background color is #59B387.


Border color

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

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

This div border color is #59B387.


Opacity

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

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

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

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

This text has shadow with #59B387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B387 on black background.


Color preview on white background

This text has color #59B387 on white background.



Black color preview on #59B387 background

This text has black color on #59B387 background.


White color preview on #59B387 background

This text has white color on #59B387 background.