COLOR #59535F

HEX: #59535F
RGB: (89,83,95)

Color info

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

RGB color model

#59535F color RGB value is (89,83,95).

  • red value is 89;
  • green value is 83;
  • blue value is 95.
RGB:
(89,83,95)
(35%,33%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 83 of 255 = 33%
B 95 of 255 = 37%

89
83
95

R + G + B ~ 35%. #59535F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 83 + 95 = 267 (100%)
R 89 of 267 ~ 33.33%
G 83 of 267 ~ 31.09%
B 95 of 267 ~ 35.58%

%33.33
%31.09
%35.58

CMYK color model

#59535F color CMYK value is (6,13,0,63).

  • cyan value is 6.32%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(6,13,0,63)
C6M13Y0K63 
(6%,13%,0%,63%)
(0.06/0.13/0.00/0.63)	

CMYK percentages

%6.32
%12.63
%0
%62.75

Codes

Color #59535F in popluar color models

59535F
RGB898395
HSL270°6.74%34.90%
HSB/HSV270°12.63%37.25%
CMYK6.32%12.63%0.00%
62.75%

Color #59535F in popluar number systems.

HEX59535F
Decimal898395
Binary101100110100111011111
Octal131123137

Shades and tints

Shades of #59535F

#59535F
(89,83,95)
#514C57
(81,76,87)
#49454F
(73,69,79)
#413E47
(65,62,71)
#39373F
(57,55,63)
#313037
(49,48,55)
#29292F
(41,41,47)
#212227
(33,34,39)
#191B1F
(25,27,31)
#111417
(17,20,23)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #59535F

#59535F
(89,83,95)
#68626D
(104,98,109)
#77717B
(119,113,123)
#868089
(134,128,137)
#958F97
(149,143,151)
#A49EA5
(164,158,165)
#B3ADB3
(179,173,179)
#C2BCC1
(194,188,193)
#D1CBCF
(209,203,207)
#E0DADD
(224,218,221)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59535F color. Also use rgb(89,83,95) instead hex code.

Text Font Color

.myTextColor { color: #59535F; }

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

This text font color is #59535F.


Background Color

.myBgColor { background-color: #59535F; }

<div style="background-color:#59535F">Inner text</div>

This div background color is #59535F.


Border color

.myBorderColor { border: 1px solid #59535F; }

<div style="border:3px solid #59535F">Div</div>

This div border color is #59535F.


Opacity

.myOpacity80 { color: #59535F; opacity: 0.8; }

<p style="color:#59535F;opacity:0.8;">80%</p>

Text with #59535F 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 #59535F;}

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

This text has shadow with #59535F color.

.textShadow {text-shadow: 3px 3px 1px #59535F, 3px 3px 1px red;}

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

This text has shadow with #59535F primary color and red secondary color.


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

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

This text has shadow with #59535F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59535F on black background.


Color preview on white background

This text has color #59535F on white background.



Black color preview on #59535F background

This text has black color on #59535F background.


White color preview on #59535F background

This text has white color on #59535F background.