COLOR #59737C

HEX: #59737C
RGB: (89,115,124)

Color info

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

RGB color model

#59737C color RGB value is (89,115,124).

  • red value is 89;
  • green value is 115;
  • blue value is 124.
RGB:
(89,115,124)
(35%,45%,49%)

RGB channels and saturation

R 89 of 255 = 35%
G 115 of 255 = 45%
B 124 of 255 = 49%

89
115
124

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

Portions of RGB colors in percentages

R + G + B =
89 + 115 + 124 = 328 (100%)
R 89 of 328 ~ 27.13%
G 115 of 328 ~ 35.06%
B 124 of 328 ~ 37.8%

%27.13
%35.06
%37.8

CMYK color model

#59737C color CMYK value is (28,7,0,51).

  • cyan value is 28.23%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(28,7,0,51)
C28M7Y0K51 
(28%,7%,0%,51%)
(0.28/0.07/0.00/0.51)	

CMYK percentages

%28.23
%7.26
%0
%51.37

Codes

Color #59737C in popluar color models

59737C
RGB89115124
HSL195°16.43%41.76%
HSB/HSV195°28.23%48.63%
CMYK28.23%7.26%0.00%
51.37%

Color #59737C in popluar number systems.

HEX59737C
Decimal89115124
Binary101100111100111111100
Octal131163174

Shades and tints

Shades of #59737C

#59737C
(89,115,124)
#516971
(81,105,113)
#495F66
(73,95,102)
#41555B
(65,85,91)
#394B50
(57,75,80)
#314145
(49,65,69)
#29373A
(41,55,58)
#212D2F
(33,45,47)
#192324
(25,35,36)
#111919
(17,25,25)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #59737C

#59737C
(89,115,124)
#687F87
(104,127,135)
#778B92
(119,139,146)
#86979D
(134,151,157)
#95A3A8
(149,163,168)
#A4AFB3
(164,175,179)
#B3BBBE
(179,187,190)
#C2C7C9
(194,199,201)
#D1D3D4
(209,211,212)
#E0DFDF
(224,223,223)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59737C color. Also use rgb(89,115,124) instead hex code.

Text Font Color

.myTextColor { color: #59737C; }

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

This text font color is #59737C.


Background Color

.myBgColor { background-color: #59737C; }

<div style="background-color:#59737C">Inner text</div>

This div background color is #59737C.


Border color

.myBorderColor { border: 1px solid #59737C; }

<div style="border:3px solid #59737C">Div</div>

This div border color is #59737C.


Opacity

.myOpacity80 { color: #59737C; opacity: 0.8; }

<p style="color:#59737C;opacity:0.8;">80%</p>

Text with #59737C 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 #59737C;}

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

This text has shadow with #59737C color.

.textShadow {text-shadow: 3px 3px 1px #59737C, 3px 3px 1px red;}

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

This text has shadow with #59737C primary color and red secondary color.


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

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

This text has shadow with #59737C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59737C on black background.


Color preview on white background

This text has color #59737C on white background.



Black color preview on #59737C background

This text has black color on #59737C background.


White color preview on #59737C background

This text has white color on #59737C background.