COLOR #59B373

HEX: #59B373
RGB: (89,179,115)

Color info

#59B373 contains mainly green color. Web safe color of #59B373 is #669966 (or #696).

RGB color model

#59B373 color RGB value is (89,179,115).

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

RGB channels and saturation

R 89 of 255 = 35%
G 179 of 255 = 70%
B 115 of 255 = 45%

89
179
115

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

Portions of RGB colors in percentages

R + G + B =
89 + 179 + 115 = 383 (100%)
R 89 of 383 ~ 23.24%
G 179 of 383 ~ 46.74%
B 115 of 383 ~ 30.03%

%23.24
%46.74
%30.03

CMYK color model

#59B373 color CMYK value is (50,0,36,30).

  • cyan value is 50.28%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 29.80%
CMYK:
(50,0,36,30)
C50M0Y36K30 
(50%,0%,36%,30%)
(0.50/0.00/0.36/0.30)	

CMYK percentages

%50.28
%0
%35.75
%29.8

Codes

Color #59B373 in popluar color models

59B373
RGB89179115
HSL137°37.19%52.55%
HSB/HSV137°50.28%70.20%
CMYK50.28%0.00%35.75%
29.80%

Color #59B373 in popluar number systems.

HEX59B373
Decimal89179115
Binary1011001101100111110011
Octal131263163

Shades and tints

Shades of #59B373

#59B373
(89,179,115)
#51A369
(81,163,105)
#49935F
(73,147,95)
#418355
(65,131,85)
#39734B
(57,115,75)
#316341
(49,99,65)
#295337
(41,83,55)
#21432D
(33,67,45)
#193323
(25,51,35)
#112319
(17,35,25)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #59B373

#59B373
(89,179,115)
#68B97F
(104,185,127)
#77BF8B
(119,191,139)
#86C597
(134,197,151)
#95CBA3
(149,203,163)
#A4D1AF
(164,209,175)
#B3D7BB
(179,215,187)
#C2DDC7
(194,221,199)
#D1E3D3
(209,227,211)
#E0E9DF
(224,233,223)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B373; }

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

This text font color is #59B373.


Background Color

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

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

This div background color is #59B373.


Border color

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

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

This div border color is #59B373.


Opacity

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

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

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

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

This text has shadow with #59B373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B373 on black background.


Color preview on white background

This text has color #59B373 on white background.



Black color preview on #59B373 background

This text has black color on #59B373 background.


White color preview on #59B373 background

This text has white color on #59B373 background.