COLOR #59697C

HEX: #59697C
RGB: (89,105,124)

Color info

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

RGB color model

#59697C color RGB value is (89,105,124).

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

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 124 of 255 = 49%

89
105
124

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

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 124 = 318 (100%)
R 89 of 318 ~ 27.99%
G 105 of 318 ~ 33.02%
B 124 of 318 ~ 38.99%

%27.99
%33.02
%38.99

CMYK color model

#59697C color CMYK value is (28,15,0,51).

  • cyan value is 28.23%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(28,15,0,51)
C28M15Y0K51 
(28%,15%,0%,51%)
(0.28/0.15/0.00/0.51)	

CMYK percentages

%28.23
%15.32
%0
%51.37

Codes

Color #59697C in popluar color models

59697C
RGB89105124
HSL213°16.43%41.76%
HSB/HSV213°28.23%48.63%
CMYK28.23%15.32%0.00%
51.37%

Color #59697C in popluar number systems.

HEX59697C
Decimal89105124
Binary101100111010011111100
Octal131151174

Shades and tints

Shades of #59697C

#59697C
(89,105,124)
#516071
(81,96,113)
#495766
(73,87,102)
#414E5B
(65,78,91)
#394550
(57,69,80)
#313C45
(49,60,69)
#29333A
(41,51,58)
#212A2F
(33,42,47)
#192124
(25,33,36)
#111819
(17,24,25)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #59697C

#59697C
(89,105,124)
#687687
(104,118,135)
#778392
(119,131,146)
#86909D
(134,144,157)
#959DA8
(149,157,168)
#A4AAB3
(164,170,179)
#B3B7BE
(179,183,190)
#C2C4C9
(194,196,201)
#D1D1D4
(209,209,212)
#E0DEDF
(224,222,223)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59697C; }

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

This text font color is #59697C.


Background Color

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

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

This div background color is #59697C.


Border color

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

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

This div border color is #59697C.


Opacity

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

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

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

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

This text has shadow with #59697C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59697C on black background.


Color preview on white background

This text has color #59697C on white background.



Black color preview on #59697C background

This text has black color on #59697C background.


White color preview on #59697C background

This text has white color on #59697C background.