COLOR #59595B

HEX: #59595B
RGB: (89,89,91)

Color info

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

RGB color model

#59595B color RGB value is (89,89,91).

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

RGB channels and saturation

R 89 of 255 = 35%
G 89 of 255 = 35%
B 91 of 255 = 36%

89
89
91

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

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 91 = 269 (100%)
R 89 of 269 ~ 33.09%
G 89 of 269 ~ 33.09%
B 91 of 269 ~ 33.83%

%33.09
%33.09
%33.83

CMYK color model

#59595B color CMYK value is (2,2,0,64).

  • cyan value is 2.20%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(2,2,0,64)
C2M2Y0K64 
(2%,2%,0%,64%)
(0.02/0.02/0.00/0.64)	

CMYK percentages

%2.2
%2.2
%0
%64.31

Codes

Color #59595B in popluar color models

59595B
RGB898991
HSL240°1.11%35.29%
HSB/HSV240°2.20%35.69%
CMYK2.20%2.20%0.00%
64.31%

Color #59595B in popluar number systems.

HEX59595B
Decimal898991
Binary101100110110011011011
Octal131131133

Shades and tints

Shades of #59595B

#59595B
(89,89,91)
#515153
(81,81,83)
#49494B
(73,73,75)
#414143
(65,65,67)
#39393B
(57,57,59)
#313133
(49,49,51)
#29292B
(41,41,43)
#212123
(33,33,35)
#19191B
(25,25,27)
#111113
(17,17,19)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #59595B

#59595B
(89,89,91)
#686869
(104,104,105)
#777777
(119,119,119)
#868685
(134,134,133)
#959593
(149,149,147)
#A4A4A1
(164,164,161)
#B3B3AF
(179,179,175)
#C2C2BD
(194,194,189)
#D1D1CB
(209,209,203)
#E0E0D9
(224,224,217)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59595B color. Also use rgb(89,89,91) instead hex code.

Text Font Color

.myTextColor { color: #59595B; }

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

This text font color is #59595B.


Background Color

.myBgColor { background-color: #59595B; }

<div style="background-color:#59595B">Inner text</div>

This div background color is #59595B.


Border color

.myBorderColor { border: 1px solid #59595B; }

<div style="border:3px solid #59595B">Div</div>

This div border color is #59595B.


Opacity

.myOpacity80 { color: #59595B; opacity: 0.8; }

<p style="color:#59595B;opacity:0.8;">80%</p>

Text with #59595B 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 #59595B;}

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

This text has shadow with #59595B color.

.textShadow {text-shadow: 3px 3px 1px #59595B, 3px 3px 1px red;}

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

This text has shadow with #59595B primary color and red secondary color.


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

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

This text has shadow with #59595B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59595B on black background.


Color preview on white background

This text has color #59595B on white background.



Black color preview on #59595B background

This text has black color on #59595B background.


White color preview on #59595B background

This text has white color on #59595B background.