COLOR #59999D

HEX: #59999D
RGB: (89,153,157)

Color info

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

RGB color model

#59999D color RGB value is (89,153,157).

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

RGB channels and saturation

R 89 of 255 = 35%
G 153 of 255 = 60%
B 157 of 255 = 62%

89
153
157

R + G + B ~ 52%. #59999D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 153 + 157 = 399 (100%)
R 89 of 399 ~ 22.31%
G 153 of 399 ~ 38.35%
B 157 of 399 ~ 39.35%

%22.31
%38.35
%39.35

CMYK color model

#59999D color CMYK value is (43,3,0,38).

  • cyan value is 43.31%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(43,3,0,38)
C43M3Y0K38 
(43%,3%,0%,38%)
(0.43/0.03/0.00/0.38)	

CMYK percentages

%43.31
%2.55
%0
%38.43

Codes

Color #59999D in popluar color models

59999D
RGB89153157
HSL184°27.64%48.24%
HSB/HSV184°43.31%61.57%
CMYK43.31%2.55%0.00%
38.43%

Color #59999D in popluar number systems.

HEX59999D
Decimal89153157
Binary10110011001100110011101
Octal131231235

Shades and tints

Shades of #59999D

#59999D
(89,153,157)
#518C8F
(81,140,143)
#497F81
(73,127,129)
#417273
(65,114,115)
#396565
(57,101,101)
#315857
(49,88,87)
#294B49
(41,75,73)
#213E3B
(33,62,59)
#19312D
(25,49,45)
#11241F
(17,36,31)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #59999D

#59999D
(89,153,157)
#68A2A5
(104,162,165)
#77ABAD
(119,171,173)
#86B4B5
(134,180,181)
#95BDBD
(149,189,189)
#A4C6C5
(164,198,197)
#B3CFCD
(179,207,205)
#C2D8D5
(194,216,213)
#D1E1DD
(209,225,221)
#E0EAE5
(224,234,229)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59999D color. Also use rgb(89,153,157) instead hex code.

Text Font Color

.myTextColor { color: #59999D; }

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

This text font color is #59999D.


Background Color

.myBgColor { background-color: #59999D; }

<div style="background-color:#59999D">Inner text</div>

This div background color is #59999D.


Border color

.myBorderColor { border: 1px solid #59999D; }

<div style="border:3px solid #59999D">Div</div>

This div border color is #59999D.


Opacity

.myOpacity80 { color: #59999D; opacity: 0.8; }

<p style="color:#59999D;opacity:0.8;">80%</p>

Text with #59999D 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 #59999D;}

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

This text has shadow with #59999D color.

.textShadow {text-shadow: 3px 3px 1px #59999D, 3px 3px 1px red;}

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

This text has shadow with #59999D primary color and red secondary color.


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

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

This text has shadow with #59999D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59999D on black background.


Color preview on white background

This text has color #59999D on white background.



Black color preview on #59999D background

This text has black color on #59999D background.


White color preview on #59999D background

This text has white color on #59999D background.