COLOR #59696A

HEX: #59696A
RGB: (89,105,106)

Color info

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

RGB color model

#59696A color RGB value is (89,105,106).

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

RGB channels and saturation

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

89
105
106

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

Portions of RGB colors in percentages

R + G + B =
89 + 105 + 106 = 300 (100%)
R 89 of 300 ~ 29.67%
G 105 of 300 ~ 35%
B 106 of 300 ~ 35.33%

%29.67
%35
%35.33

CMYK color model

#59696A color CMYK value is (16,1,0,58).

  • cyan value is 16.04%
  • magenta value is 0.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(16,1,0,58)
C16M1Y0K58 
(16%,1%,0%,58%)
(0.16/0.01/0.00/0.58)	

CMYK percentages

%16.04
%0.94
%0
%58.43

Codes

Color #59696A in popluar color models

59696A
RGB89105106
HSL184°8.72%38.24%
HSB/HSV184°16.04%41.57%
CMYK16.04%0.94%0.00%
58.43%

Color #59696A in popluar number systems.

HEX59696A
Decimal89105106
Binary101100111010011101010
Octal131151152

Shades and tints

Shades of #59696A

#59696A
(89,105,106)
#516061
(81,96,97)
#495758
(73,87,88)
#414E4F
(65,78,79)
#394546
(57,69,70)
#313C3D
(49,60,61)
#293334
(41,51,52)
#212A2B
(33,42,43)
#192122
(25,33,34)
#111819
(17,24,25)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #59696A

#59696A
(89,105,106)
#687677
(104,118,119)
#778384
(119,131,132)
#869091
(134,144,145)
#959D9E
(149,157,158)
#A4AAAB
(164,170,171)
#B3B7B8
(179,183,184)
#C2C4C5
(194,196,197)
#D1D1D2
(209,209,210)
#E0DEDF
(224,222,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59696A; }

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

This text font color is #59696A.


Background Color

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

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

This div background color is #59696A.


Border color

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

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

This div border color is #59696A.


Opacity

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

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

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

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

This text has shadow with #59696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59696A on black background.


Color preview on white background

This text has color #59696A on white background.



Black color preview on #59696A background

This text has black color on #59696A background.


White color preview on #59696A background

This text has white color on #59696A background.