COLOR #595959

HEX: #595959
RGB: (89,89,89)

Color info

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

RGB color model

#595959 color RGB value is (89,89,89).

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

RGB channels and saturation

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

89
89
89

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

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 89 = 267 (100%)
R 89 of 267 ~ 33.33%
G 89 of 267 ~ 33.33%
B 89 of 267 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#595959 color CMYK value is (0,0,0,65).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(0,0,0,65)
C0M0Y0K65 
(0%,0%,0%,65%)
(0.00/0.00/0.00/0.65)	

CMYK percentages

%0
%0
%0
%65.1

Codes

Color #595959 in popluar color models

595959
RGB898989
HSL0.00%0.35%
HSB/HSV0.00%0.35%
CMYK0.00%0.00%0.00%
65.10%

Color #595959 in popluar number systems.

HEX595959
Decimal898989
Binary101100110110011011001
Octal131131131

Shades and tints

Shades of #595959

#595959
(89,89,89)
#515151
(81,81,81)
#494949
(73,73,73)
#414141
(65,65,65)
#393939
(57,57,57)
#313131
(49,49,49)
#292929
(41,41,41)
#212121
(33,33,33)
#191919
(25,25,25)
#111111
(17,17,17)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #595959

#595959
(89,89,89)
#686868
(104,104,104)
#777777
(119,119,119)
#868686
(134,134,134)
#959595
(149,149,149)
#A4A4A4
(164,164,164)
#B3B3B3
(179,179,179)
#C2C2C2
(194,194,194)
#D1D1D1
(209,209,209)
#E0E0E0
(224,224,224)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595959; }

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

This text font color is #595959.


Background Color

.myBgColor { background-color: #595959; }

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

This div background color is #595959.


Border color

.myBorderColor { border: 1px solid #595959; }

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

This div border color is #595959.


Opacity

.myOpacity80 { color: #595959; opacity: 0.8; }

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

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

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

This text has shadow with #595959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595959 on black background.


Color preview on white background

This text has color #595959 on white background.



Black color preview on #595959 background

This text has black color on #595959 background.


White color preview on #595959 background

This text has white color on #595959 background.