COLOR #595555

HEX: #595555
RGB: (89,85,85)

Color info

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

RGB color model

#595555 color RGB value is (89,85,85).

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

RGB channels and saturation

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

89
85
85

R + G + B ~ 34%. #595555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 85 + 85 = 259 (100%)
R 89 of 259 ~ 34.36%
G 85 of 259 ~ 32.82%
B 85 of 259 ~ 32.82%

%34.36
%32.82
%32.82

CMYK color model

#595555 color CMYK value is (0,4,4,65).

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

CMYK percentages

%0
%4.49
%4.49
%65.1

Codes

Color #595555 in popluar color models

595555
RGB898585
HSL2.30%34.12%
HSB/HSV4.49%34.90%
CMYK0.00%4.49%4.49%
65.10%

Color #595555 in popluar number systems.

HEX595555
Decimal898585
Binary101100110101011010101
Octal131125125

Shades and tints

Shades of #595555

#595555
(89,85,85)
#514E4E
(81,78,78)
#494747
(73,71,71)
#414040
(65,64,64)
#393939
(57,57,57)
#313232
(49,50,50)
#292B2B
(41,43,43)
#212424
(33,36,36)
#191D1D
(25,29,29)
#111616
(17,22,22)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #595555

#595555
(89,85,85)
#686464
(104,100,100)
#777373
(119,115,115)
#868282
(134,130,130)
#959191
(149,145,145)
#A4A0A0
(164,160,160)
#B3AFAF
(179,175,175)
#C2BEBE
(194,190,190)
#D1CDCD
(209,205,205)
#E0DCDC
(224,220,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595555; }

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

This text font color is #595555.


Background Color

.myBgColor { background-color: #595555; }

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

This div background color is #595555.


Border color

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

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

This div border color is #595555.


Opacity

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

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

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

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

This text has shadow with #595555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595555 on black background.


Color preview on white background

This text has color #595555 on white background.



Black color preview on #595555 background

This text has black color on #595555 background.


White color preview on #595555 background

This text has white color on #595555 background.