COLOR #596565

HEX: #596565
RGB: (89,101,101)

Color info

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

RGB color model

#596565 color RGB value is (89,101,101).

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

RGB channels and saturation

R 89 of 255 = 35%
G 101 of 255 = 40%
B 101 of 255 = 40%

89
101
101

R + G + B ~ 38%. #596565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 101 + 101 = 291 (100%)
R 89 of 291 ~ 30.58%
G 101 of 291 ~ 34.71%
B 101 of 291 ~ 34.71%

%30.58
%34.71
%34.71

CMYK color model

#596565 color CMYK value is (12,0,0,60).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(12,0,0,60)
C12M0Y0K60 
(12%,0%,0%,60%)
(0.12/0.00/0.00/0.60)	

CMYK percentages

%11.88
%0
%0
%60.39

Codes

Color #596565 in popluar color models

596565
RGB89101101
HSL180°6.32%37.25%
HSB/HSV180°11.88%39.61%
CMYK11.88%0.00%0.00%
60.39%

Color #596565 in popluar number systems.

HEX596565
Decimal89101101
Binary101100111001011100101
Octal131145145

Shades and tints

Shades of #596565

#596565
(89,101,101)
#515C5C
(81,92,92)
#495353
(73,83,83)
#414A4A
(65,74,74)
#394141
(57,65,65)
#313838
(49,56,56)
#292F2F
(41,47,47)
#212626
(33,38,38)
#191D1D
(25,29,29)
#111414
(17,20,20)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #596565

#596565
(89,101,101)
#687373
(104,115,115)
#778181
(119,129,129)
#868F8F
(134,143,143)
#959D9D
(149,157,157)
#A4ABAB
(164,171,171)
#B3B9B9
(179,185,185)
#C2C7C7
(194,199,199)
#D1D5D5
(209,213,213)
#E0E3E3
(224,227,227)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596565; }

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

This text font color is #596565.


Background Color

.myBgColor { background-color: #596565; }

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

This div background color is #596565.


Border color

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

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

This div border color is #596565.


Opacity

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

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

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

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

This text has shadow with #596565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596565 on black background.


Color preview on white background

This text has color #596565 on white background.



Black color preview on #596565 background

This text has black color on #596565 background.


White color preview on #596565 background

This text has white color on #596565 background.