COLOR #59696C

HEX: #59696C
RGB: (89,105,108)

Color info

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

RGB color model

#59696C color RGB value is (89,105,108).

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

RGB channels and saturation

R 89 of 255 = 35%
G 105 of 255 = 41%
B 108 of 255 = 42%

89
105
108

R + G + B ~ 39%. #59696C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 108 = 302 (100%)
R 89 of 302 ~ 29.47%
G 105 of 302 ~ 34.77%
B 108 of 302 ~ 35.76%

%29.47
%34.77
%35.76

CMYK color model

#59696C color CMYK value is (18,3,0,58).

  • cyan value is 17.59%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(18,3,0,58)
C18M3Y0K58 
(18%,3%,0%,58%)
(0.18/0.03/0.00/0.58)	

CMYK percentages

%17.59
%2.78
%0
%57.65

Codes

Color #59696C in popluar color models

59696C
RGB89105108
HSL189°9.64%38.63%
HSB/HSV189°17.59%42.35%
CMYK17.59%2.78%0.00%
57.65%

Color #59696C in popluar number systems.

HEX59696C
Decimal89105108
Binary101100111010011101100
Octal131151154

Shades and tints

Shades of #59696C

#59696C
(89,105,108)
#516063
(81,96,99)
#49575A
(73,87,90)
#414E51
(65,78,81)
#394548
(57,69,72)
#313C3F
(49,60,63)
#293336
(41,51,54)
#212A2D
(33,42,45)
#192124
(25,33,36)
#11181B
(17,24,27)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #59696C

#59696C
(89,105,108)
#687679
(104,118,121)
#778386
(119,131,134)
#869093
(134,144,147)
#959DA0
(149,157,160)
#A4AAAD
(164,170,173)
#B3B7BA
(179,183,186)
#C2C4C7
(194,196,199)
#D1D1D4
(209,209,212)
#E0DEE1
(224,222,225)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59696C; }

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

This text font color is #59696C.


Background Color

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

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

This div background color is #59696C.


Border color

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

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

This div border color is #59696C.


Opacity

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

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

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

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

This text has shadow with #59696C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59696C on black background.


Color preview on white background

This text has color #59696C on white background.



Black color preview on #59696C background

This text has black color on #59696C background.


White color preview on #59696C background

This text has white color on #59696C background.