COLOR #59596A

HEX: #59596A
RGB: (89,89,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
89
106

R + G + B ~ 37%. #59596A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 106 = 284 (100%)
R 89 of 284 ~ 31.34%
G 89 of 284 ~ 31.34%
B 106 of 284 ~ 37.32%

%31.34
%31.34
%37.32

CMYK color model

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

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

CMYK percentages

%16.04
%16.04
%0
%58.43

Codes

Color #59596A in popluar color models

59596A
RGB8989106
HSL240°8.72%38.24%
HSB/HSV240°16.04%41.57%
CMYK16.04%16.04%0.00%
58.43%

Color #59596A in popluar number systems.

HEX59596A
Decimal8989106
Binary101100110110011101010
Octal131131152

Shades and tints

Shades of #59596A

#59596A
(89,89,106)
#515161
(81,81,97)
#494958
(73,73,88)
#41414F
(65,65,79)
#393946
(57,57,70)
#31313D
(49,49,61)
#292934
(41,41,52)
#21212B
(33,33,43)
#191922
(25,25,34)
#111119
(17,17,25)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #59596A

#59596A
(89,89,106)
#686877
(104,104,119)
#777784
(119,119,132)
#868691
(134,134,145)
#95959E
(149,149,158)
#A4A4AB
(164,164,171)
#B3B3B8
(179,179,184)
#C2C2C5
(194,194,197)
#D1D1D2
(209,209,210)
#E0E0DF
(224,224,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59596A; }

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

This text font color is #59596A.


Background Color

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

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

This div background color is #59596A.


Border color

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

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

This div border color is #59596A.


Opacity

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

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

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

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

This text has shadow with #59596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59596A on black background.


Color preview on white background

This text has color #59596A on white background.



Black color preview on #59596A background

This text has black color on #59596A background.


White color preview on #59596A background

This text has white color on #59596A background.