COLOR #59997E

HEX: #59997E
RGB: (89,153,126)

Color info

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

RGB color model

#59997E color RGB value is (89,153,126).

  • red value is 89;
  • green value is 153;
  • blue value is 126.
RGB:
(89,153,126)
(35%,60%,49%)

RGB channels and saturation

R 89 of 255 = 35%
G 153 of 255 = 60%
B 126 of 255 = 49%

89
153
126

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

Portions of RGB colors in percentages

R + G + B =
89 + 153 + 126 = 368 (100%)
R 89 of 368 ~ 24.18%
G 153 of 368 ~ 41.58%
B 126 of 368 ~ 34.24%

%24.18
%41.58
%34.24

CMYK color model

#59997E color CMYK value is (42,0,18,40).

  • cyan value is 41.83%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(42,0,18,40)
C42M0Y18K40 
(42%,0%,18%,40%)
(0.42/0.00/0.18/0.40)	

CMYK percentages

%41.83
%0
%17.65
%40

Codes

Color #59997E in popluar color models

59997E
RGB89153126
HSL155°26.45%47.45%
HSB/HSV155°41.83%60.00%
CMYK41.83%0.00%17.65%
40.00%

Color #59997E in popluar number systems.

HEX59997E
Decimal89153126
Binary1011001100110011111110
Octal131231176

Shades and tints

Shades of #59997E

#59997E
(89,153,126)
#518C73
(81,140,115)
#497F68
(73,127,104)
#41725D
(65,114,93)
#396552
(57,101,82)
#315847
(49,88,71)
#294B3C
(41,75,60)
#213E31
(33,62,49)
#193126
(25,49,38)
#11241B
(17,36,27)
#091710
(9,23,16)
#000000
(0,0,0)

Tints of #59997E

#59997E
(89,153,126)
#68A289
(104,162,137)
#77AB94
(119,171,148)
#86B49F
(134,180,159)
#95BDAA
(149,189,170)
#A4C6B5
(164,198,181)
#B3CFC0
(179,207,192)
#C2D8CB
(194,216,203)
#D1E1D6
(209,225,214)
#E0EAE1
(224,234,225)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59997E color. Also use rgb(89,153,126) instead hex code.

Text Font Color

.myTextColor { color: #59997E; }

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

This text font color is #59997E.


Background Color

.myBgColor { background-color: #59997E; }

<div style="background-color:#59997E">Inner text</div>

This div background color is #59997E.


Border color

.myBorderColor { border: 1px solid #59997E; }

<div style="border:3px solid #59997E">Div</div>

This div border color is #59997E.


Opacity

.myOpacity80 { color: #59997E; opacity: 0.8; }

<p style="color:#59997E;opacity:0.8;">80%</p>

Text with #59997E 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 #59997E;}

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

This text has shadow with #59997E color.

.textShadow {text-shadow: 3px 3px 1px #59997E, 3px 3px 1px red;}

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

This text has shadow with #59997E primary color and red secondary color.


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

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

This text has shadow with #59997E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59997E on black background.


Color preview on white background

This text has color #59997E on white background.



Black color preview on #59997E background

This text has black color on #59997E background.


White color preview on #59997E background

This text has white color on #59997E background.