COLOR #59717B

HEX: #59717B
RGB: (89,113,123)

Color info

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

RGB color model

#59717B color RGB value is (89,113,123).

  • red value is 89;
  • green value is 113;
  • blue value is 123.
RGB:
(89,113,123)
(35%,44%,48%)

RGB channels and saturation

R 89 of 255 = 35%
G 113 of 255 = 44%
B 123 of 255 = 48%

89
113
123

R + G + B ~ 42%. #59717B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 113 + 123 = 325 (100%)
R 89 of 325 ~ 27.38%
G 113 of 325 ~ 34.77%
B 123 of 325 ~ 37.85%

%27.38
%34.77
%37.85

CMYK color model

#59717B color CMYK value is (28,8,0,52).

  • cyan value is 27.64%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(28,8,0,52)
C28M8Y0K52 
(28%,8%,0%,52%)
(0.28/0.08/0.00/0.52)	

CMYK percentages

%27.64
%8.13
%0
%51.76

Codes

Color #59717B in popluar color models

59717B
RGB89113123
HSL198°16.04%41.57%
HSB/HSV198°27.64%48.24%
CMYK27.64%8.13%0.00%
51.76%

Color #59717B in popluar number systems.

HEX59717B
Decimal89113123
Binary101100111100011111011
Octal131161173

Shades and tints

Shades of #59717B

#59717B
(89,113,123)
#516770
(81,103,112)
#495D65
(73,93,101)
#41535A
(65,83,90)
#39494F
(57,73,79)
#313F44
(49,63,68)
#293539
(41,53,57)
#212B2E
(33,43,46)
#192123
(25,33,35)
#111718
(17,23,24)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #59717B

#59717B
(89,113,123)
#687D87
(104,125,135)
#778993
(119,137,147)
#86959F
(134,149,159)
#95A1AB
(149,161,171)
#A4ADB7
(164,173,183)
#B3B9C3
(179,185,195)
#C2C5CF
(194,197,207)
#D1D1DB
(209,209,219)
#E0DDE7
(224,221,231)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59717B color. Also use rgb(89,113,123) instead hex code.

Text Font Color

.myTextColor { color: #59717B; }

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

This text font color is #59717B.


Background Color

.myBgColor { background-color: #59717B; }

<div style="background-color:#59717B">Inner text</div>

This div background color is #59717B.


Border color

.myBorderColor { border: 1px solid #59717B; }

<div style="border:3px solid #59717B">Div</div>

This div border color is #59717B.


Opacity

.myOpacity80 { color: #59717B; opacity: 0.8; }

<p style="color:#59717B;opacity:0.8;">80%</p>

Text with #59717B 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 #59717B;}

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

This text has shadow with #59717B color.

.textShadow {text-shadow: 3px 3px 1px #59717B, 3px 3px 1px red;}

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

This text has shadow with #59717B primary color and red secondary color.


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

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

This text has shadow with #59717B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59717B on black background.


Color preview on white background

This text has color #59717B on white background.



Black color preview on #59717B background

This text has black color on #59717B background.


White color preview on #59717B background

This text has white color on #59717B background.