COLOR #595C55

HEX: #595C55
RGB: (89,92,85)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
92
85

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

Portions of RGB colors in percentages

R + G + B =
89 + 92 + 85 = 266 (100%)
R 89 of 266 ~ 33.46%
G 92 of 266 ~ 34.59%
B 85 of 266 ~ 31.95%

%33.46
%34.59
%31.95

CMYK color model

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

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

CMYK percentages

%3.26
%0
%7.61
%63.92

Codes

Color #595C55 in popluar color models

595C55
RGB899285
HSL86°3.95%34.71%
HSB/HSV86°7.61%36.08%
CMYK3.26%0.00%7.61%
63.92%

Color #595C55 in popluar number systems.

HEX595C55
Decimal899285
Binary101100110111001010101
Octal131134125

Shades and tints

Shades of #595C55

#595C55
(89,92,85)
#51544E
(81,84,78)
#494C47
(73,76,71)
#414440
(65,68,64)
#393C39
(57,60,57)
#313432
(49,52,50)
#292C2B
(41,44,43)
#212424
(33,36,36)
#191C1D
(25,28,29)
#111416
(17,20,22)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #595C55

#595C55
(89,92,85)
#686A64
(104,106,100)
#777873
(119,120,115)
#868682
(134,134,130)
#959491
(149,148,145)
#A4A2A0
(164,162,160)
#B3B0AF
(179,176,175)
#C2BEBE
(194,190,190)
#D1CCCD
(209,204,205)
#E0DADC
(224,218,220)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595C55; }

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

This text font color is #595C55.


Background Color

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

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

This div background color is #595C55.


Border color

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

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

This div border color is #595C55.


Opacity

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

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

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

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

This text has shadow with #595C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C55 on black background.


Color preview on white background

This text has color #595C55 on white background.



Black color preview on #595C55 background

This text has black color on #595C55 background.


White color preview on #595C55 background

This text has white color on #595C55 background.