COLOR #595659

HEX: #595659
RGB: (89,86,89)

Color info

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

RGB color model

#595659 color RGB value is (89,86,89).

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

RGB channels and saturation

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

89
86
89

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

Portions of RGB colors in percentages

R + G + B =
89 + 86 + 89 = 264 (100%)
R 89 of 264 ~ 33.71%
G 86 of 264 ~ 32.58%
B 89 of 264 ~ 33.71%

%33.71
%32.58
%33.71

CMYK color model

#595659 color CMYK value is (0,3,0,65).

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

CMYK percentages

%0
%3.37
%0
%65.1

Codes

Color #595659 in popluar color models

595659
RGB898689
HSL300°1.71%34.31%
HSB/HSV300°3.37%34.90%
CMYK0.00%3.37%0.00%
65.10%

Color #595659 in popluar number systems.

HEX595659
Decimal898689
Binary101100110101101011001
Octal131126131

Shades and tints

Shades of #595659

#595659
(89,86,89)
#514F51
(81,79,81)
#494849
(73,72,73)
#414141
(65,65,65)
#393A39
(57,58,57)
#313331
(49,51,49)
#292C29
(41,44,41)
#212521
(33,37,33)
#191E19
(25,30,25)
#111711
(17,23,17)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #595659

#595659
(89,86,89)
#686568
(104,101,104)
#777477
(119,116,119)
#868386
(134,131,134)
#959295
(149,146,149)
#A4A1A4
(164,161,164)
#B3B0B3
(179,176,179)
#C2BFC2
(194,191,194)
#D1CED1
(209,206,209)
#E0DDE0
(224,221,224)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595659; }

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

This text font color is #595659.


Background Color

.myBgColor { background-color: #595659; }

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

This div background color is #595659.


Border color

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

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

This div border color is #595659.


Opacity

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

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

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

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

This text has shadow with #595659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595659 on black background.


Color preview on white background

This text has color #595659 on white background.



Black color preview on #595659 background

This text has black color on #595659 background.


White color preview on #595659 background

This text has white color on #595659 background.