COLOR #59616F

HEX: #59616F
RGB: (89,97,111)

Color info

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

RGB color model

#59616F color RGB value is (89,97,111).

  • red value is 89;
  • green value is 97;
  • blue value is 111.
RGB:
(89,97,111)
(35%,38%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 111 of 255 = 44%

89
97
111

R + G + B ~ 39%. #59616F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 111 = 297 (100%)
R 89 of 297 ~ 29.97%
G 97 of 297 ~ 32.66%
B 111 of 297 ~ 37.37%

%29.97
%32.66
%37.37

CMYK color model

#59616F color CMYK value is (20,13,0,56).

  • cyan value is 19.82%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(20,13,0,56)
C20M13Y0K56 
(20%,13%,0%,56%)
(0.20/0.13/0.00/0.56)	

CMYK percentages

%19.82
%12.61
%0
%56.47

Codes

Color #59616F in popluar color models

59616F
RGB8997111
HSL218°11.00%39.22%
HSB/HSV218°19.82%43.53%
CMYK19.82%12.61%0.00%
56.47%

Color #59616F in popluar number systems.

HEX59616F
Decimal8997111
Binary101100111000011101111
Octal131141157

Shades and tints

Shades of #59616F

#59616F
(89,97,111)
#515965
(81,89,101)
#49515B
(73,81,91)
#414951
(65,73,81)
#394147
(57,65,71)
#31393D
(49,57,61)
#293133
(41,49,51)
#212929
(33,41,41)
#19211F
(25,33,31)
#111915
(17,25,21)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #59616F

#59616F
(89,97,111)
#686F7C
(104,111,124)
#777D89
(119,125,137)
#868B96
(134,139,150)
#9599A3
(149,153,163)
#A4A7B0
(164,167,176)
#B3B5BD
(179,181,189)
#C2C3CA
(194,195,202)
#D1D1D7
(209,209,215)
#E0DFE4
(224,223,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59616F color. Also use rgb(89,97,111) instead hex code.

Text Font Color

.myTextColor { color: #59616F; }

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

This text font color is #59616F.


Background Color

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

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

This div background color is #59616F.


Border color

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

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

This div border color is #59616F.


Opacity

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

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

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

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

This text has shadow with #59616F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59616F on black background.


Color preview on white background

This text has color #59616F on white background.



Black color preview on #59616F background

This text has black color on #59616F background.


White color preview on #59616F background

This text has white color on #59616F background.