COLOR #595C5C

HEX: #595C5C
RGB: (89,92,92)

Color info

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

RGB color model

#595C5C color RGB value is (89,92,92).

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

RGB channels and saturation

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

89
92
92

R + G + B ~ 36%. #595C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 92 + 92 = 273 (100%)
R 89 of 273 ~ 32.6%
G 92 of 273 ~ 33.7%
B 92 of 273 ~ 33.7%

%32.6
%33.7
%33.7

CMYK color model

#595C5C color CMYK value is (3,0,0,64).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(3,0,0,64)
C3M0Y0K64 
(3%,0%,0%,64%)
(0.03/0.00/0.00/0.64)	

CMYK percentages

%3.26
%0
%0
%63.92

Codes

Color #595C5C in popluar color models

595C5C
RGB899292
HSL180°1.66%35.49%
HSB/HSV180°3.26%36.08%
CMYK3.26%0.00%0.00%
63.92%

Color #595C5C in popluar number systems.

HEX595C5C
Decimal899292
Binary101100110111001011100
Octal131134134

Shades and tints

Shades of #595C5C

#595C5C
(89,92,92)
#515454
(81,84,84)
#494C4C
(73,76,76)
#414444
(65,68,68)
#393C3C
(57,60,60)
#313434
(49,52,52)
#292C2C
(41,44,44)
#212424
(33,36,36)
#191C1C
(25,28,28)
#111414
(17,20,20)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #595C5C

#595C5C
(89,92,92)
#686A6A
(104,106,106)
#777878
(119,120,120)
#868686
(134,134,134)
#959494
(149,148,148)
#A4A2A2
(164,162,162)
#B3B0B0
(179,176,176)
#C2BEBE
(194,190,190)
#D1CCCC
(209,204,204)
#E0DADA
(224,218,218)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595C5C; }

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

This text font color is #595C5C.


Background Color

.myBgColor { background-color: #595C5C; }

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

This div background color is #595C5C.


Border color

.myBorderColor { border: 1px solid #595C5C; }

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

This div border color is #595C5C.


Opacity

.myOpacity80 { color: #595C5C; opacity: 0.8; }

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

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

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

This text has shadow with #595C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C5C on black background.


Color preview on white background

This text has color #595C5C on white background.



Black color preview on #595C5C background

This text has black color on #595C5C background.


White color preview on #595C5C background

This text has white color on #595C5C background.