COLOR #595955

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
89
85

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

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 85 = 263 (100%)
R 89 of 263 ~ 33.84%
G 89 of 263 ~ 33.84%
B 85 of 263 ~ 32.32%

%33.84
%33.84
%32.32

CMYK color model

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

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

CMYK percentages

%0
%0
%4.49
%65.1

Codes

Color #595955 in popluar color models

595955
RGB898985
HSL60°2.30%34.12%
HSB/HSV60°4.49%34.90%
CMYK0.00%0.00%4.49%
65.10%

Color #595955 in popluar number systems.

HEX595955
Decimal898985
Binary101100110110011010101
Octal131131125

Shades and tints

Shades of #595955

#595955
(89,89,85)
#51514E
(81,81,78)
#494947
(73,73,71)
#414140
(65,65,64)
#393939
(57,57,57)
#313132
(49,49,50)
#29292B
(41,41,43)
#212124
(33,33,36)
#19191D
(25,25,29)
#111116
(17,17,22)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #595955

#595955
(89,89,85)
#686864
(104,104,100)
#777773
(119,119,115)
#868682
(134,134,130)
#959591
(149,149,145)
#A4A4A0
(164,164,160)
#B3B3AF
(179,179,175)
#C2C2BE
(194,194,190)
#D1D1CD
(209,209,205)
#E0E0DC
(224,224,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595955; }

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

This text font color is #595955.


Background Color

.myBgColor { background-color: #595955; }

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

This div background color is #595955.


Border color

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

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

This div border color is #595955.


Opacity

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

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

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

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

This text has shadow with #595955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595955 on black background.


Color preview on white background

This text has color #595955 on white background.



Black color preview on #595955 background

This text has black color on #595955 background.


White color preview on #595955 background

This text has white color on #595955 background.