COLOR #59957F

HEX: #59957F
RGB: (89,149,127)

Color info

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

RGB color model

#59957F color RGB value is (89,149,127).

  • red value is 89;
  • green value is 149;
  • blue value is 127.
RGB:
(89,149,127)
(35%,58%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 149 of 255 = 58%
B 127 of 255 = 50%

89
149
127

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

Portions of RGB colors in percentages

R + G + B =
89 + 149 + 127 = 365 (100%)
R 89 of 365 ~ 24.38%
G 149 of 365 ~ 40.82%
B 127 of 365 ~ 34.79%

%24.38
%40.82
%34.79

CMYK color model

#59957F color CMYK value is (40,0,15,42).

  • cyan value is 40.27%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(40,0,15,42)
C40M0Y15K42 
(40%,0%,15%,42%)
(0.40/0.00/0.15/0.42)	

CMYK percentages

%40.27
%0
%14.77
%41.57

Codes

Color #59957F in popluar color models

59957F
RGB89149127
HSL158°25.21%46.67%
HSB/HSV158°40.27%58.43%
CMYK40.27%0.00%14.77%
41.57%

Color #59957F in popluar number systems.

HEX59957F
Decimal89149127
Binary1011001100101011111111
Octal131225177

Shades and tints

Shades of #59957F

#59957F
(89,149,127)
#518874
(81,136,116)
#497B69
(73,123,105)
#416E5E
(65,110,94)
#396153
(57,97,83)
#315448
(49,84,72)
#29473D
(41,71,61)
#213A32
(33,58,50)
#192D27
(25,45,39)
#11201C
(17,32,28)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #59957F

#59957F
(89,149,127)
#689E8A
(104,158,138)
#77A795
(119,167,149)
#86B0A0
(134,176,160)
#95B9AB
(149,185,171)
#A4C2B6
(164,194,182)
#B3CBC1
(179,203,193)
#C2D4CC
(194,212,204)
#D1DDD7
(209,221,215)
#E0E6E2
(224,230,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59957F color. Also use rgb(89,149,127) instead hex code.

Text Font Color

.myTextColor { color: #59957F; }

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

This text font color is #59957F.


Background Color

.myBgColor { background-color: #59957F; }

<div style="background-color:#59957F">Inner text</div>

This div background color is #59957F.


Border color

.myBorderColor { border: 1px solid #59957F; }

<div style="border:3px solid #59957F">Div</div>

This div border color is #59957F.


Opacity

.myOpacity80 { color: #59957F; opacity: 0.8; }

<p style="color:#59957F;opacity:0.8;">80%</p>

Text with #59957F 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 #59957F;}

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

This text has shadow with #59957F color.

.textShadow {text-shadow: 3px 3px 1px #59957F, 3px 3px 1px red;}

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

This text has shadow with #59957F primary color and red secondary color.


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

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

This text has shadow with #59957F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59957F on black background.


Color preview on white background

This text has color #59957F on white background.



Black color preview on #59957F background

This text has black color on #59957F background.


White color preview on #59957F background

This text has white color on #59957F background.