COLOR #59707D

HEX: #59707D
RGB: (89,112,125)

Color info

#59707D contains red, green and blue colors in about the same proportion. Web safe color of #59707D is #666666 (or #666).

RGB color model

#59707D color RGB value is (89,112,125).

  • red value is 89;
  • green value is 112;
  • blue value is 125.
RGB:
(89,112,125)
(35%,44%,49%)

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 125 of 255 = 49%

89
112
125

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

Portions of RGB colors in percentages

R + G + B =
89 + 112 + 125 = 326 (100%)
R 89 of 326 ~ 27.3%
G 112 of 326 ~ 34.36%
B 125 of 326 ~ 38.34%

%27.3
%34.36
%38.34

CMYK color model

#59707D color CMYK value is (29,10,0,51).

  • cyan value is 28.80%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(29,10,0,51)
C29M10Y0K51 
(29%,10%,0%,51%)
(0.29/0.10/0.00/0.51)	

CMYK percentages

%28.8
%10.4
%0
%50.98

Codes

Color #59707D in popluar color models

59707D
RGB89112125
HSL202°16.82%41.96%
HSB/HSV202°28.80%49.02%
CMYK28.80%10.40%0.00%
50.98%

Color #59707D in popluar number systems.

HEX59707D
Decimal89112125
Binary101100111100001111101
Octal131160175

Shades and tints

Shades of #59707D

#59707D
(89,112,125)
#516672
(81,102,114)
#495C67
(73,92,103)
#41525C
(65,82,92)
#394851
(57,72,81)
#313E46
(49,62,70)
#29343B
(41,52,59)
#212A30
(33,42,48)
#192025
(25,32,37)
#11161A
(17,22,26)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #59707D

#59707D
(89,112,125)
#687D88
(104,125,136)
#778A93
(119,138,147)
#86979E
(134,151,158)
#95A4A9
(149,164,169)
#A4B1B4
(164,177,180)
#B3BEBF
(179,190,191)
#C2CBCA
(194,203,202)
#D1D8D5
(209,216,213)
#E0E5E0
(224,229,224)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59707D color. Also use rgb(89,112,125) instead hex code.

Text Font Color

.myTextColor { color: #59707D; }

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

This text font color is #59707D.


Background Color

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

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

This div background color is #59707D.


Border color

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

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

This div border color is #59707D.


Opacity

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

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

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

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

This text has shadow with #59707D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59707D on black background.


Color preview on white background

This text has color #59707D on white background.



Black color preview on #59707D background

This text has black color on #59707D background.


White color preview on #59707D background

This text has white color on #59707D background.