COLOR #59626F

HEX: #59626F
RGB: (89,98,111)

Color info

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

RGB color model

#59626F color RGB value is (89,98,111).

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

RGB channels and saturation

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

89
98
111

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

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 111 = 298 (100%)
R 89 of 298 ~ 29.87%
G 98 of 298 ~ 32.89%
B 111 of 298 ~ 37.25%

%29.87
%32.89
%37.25

CMYK color model

#59626F color CMYK value is (20,12,0,56).

  • cyan value is 19.82%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(20,12,0,56)
C20M12Y0K56 
(20%,12%,0%,56%)
(0.20/0.12/0.00/0.56)	

CMYK percentages

%19.82
%11.71
%0
%56.47

Codes

Color #59626F in popluar color models

59626F
RGB8998111
HSL215°11.00%39.22%
HSB/HSV215°19.82%43.53%
CMYK19.82%11.71%0.00%
56.47%

Color #59626F in popluar number systems.

HEX59626F
Decimal8998111
Binary101100111000101101111
Octal131142157

Shades and tints

Shades of #59626F

#59626F
(89,98,111)
#515A65
(81,90,101)
#49525B
(73,82,91)
#414A51
(65,74,81)
#394247
(57,66,71)
#313A3D
(49,58,61)
#293233
(41,50,51)
#212A29
(33,42,41)
#19221F
(25,34,31)
#111A15
(17,26,21)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #59626F

#59626F
(89,98,111)
#68707C
(104,112,124)
#777E89
(119,126,137)
#868C96
(134,140,150)
#959AA3
(149,154,163)
#A4A8B0
(164,168,176)
#B3B6BD
(179,182,189)
#C2C4CA
(194,196,202)
#D1D2D7
(209,210,215)
#E0E0E4
(224,224,228)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59626F; }

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

This text font color is #59626F.


Background Color

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

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

This div background color is #59626F.


Border color

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

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

This div border color is #59626F.


Opacity

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

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

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

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

This text has shadow with #59626F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59626F on black background.


Color preview on white background

This text has color #59626F on white background.



Black color preview on #59626F background

This text has black color on #59626F background.


White color preview on #59626F background

This text has white color on #59626F background.