COLOR #596465

HEX: #596465
RGB: (89,100,101)

Color info

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

RGB color model

#596465 color RGB value is (89,100,101).

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

RGB channels and saturation

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

89
100
101

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

Portions of RGB colors in percentages

R + G + B =
89 + 100 + 101 = 290 (100%)
R 89 of 290 ~ 30.69%
G 100 of 290 ~ 34.48%
B 101 of 290 ~ 34.83%

%30.69
%34.48
%34.83

CMYK color model

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

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

CMYK percentages

%11.88
%0.99
%0
%60.39

Codes

Color #596465 in popluar color models

596465
RGB89100101
HSL185°6.32%37.25%
HSB/HSV185°11.88%39.61%
CMYK11.88%0.99%0.00%
60.39%

Color #596465 in popluar number systems.

HEX596465
Decimal89100101
Binary101100111001001100101
Octal131144145

Shades and tints

Shades of #596465

#596465
(89,100,101)
#515B5C
(81,91,92)
#495253
(73,82,83)
#41494A
(65,73,74)
#394041
(57,64,65)
#313738
(49,55,56)
#292E2F
(41,46,47)
#212526
(33,37,38)
#191C1D
(25,28,29)
#111314
(17,19,20)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #596465

#596465
(89,100,101)
#687273
(104,114,115)
#778081
(119,128,129)
#868E8F
(134,142,143)
#959C9D
(149,156,157)
#A4AAAB
(164,170,171)
#B3B8B9
(179,184,185)
#C2C6C7
(194,198,199)
#D1D4D5
(209,212,213)
#E0E2E3
(224,226,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596465; }

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

This text font color is #596465.


Background Color

.myBgColor { background-color: #596465; }

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

This div background color is #596465.


Border color

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

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

This div border color is #596465.


Opacity

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

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

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

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

This text has shadow with #596465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596465 on black background.


Color preview on white background

This text has color #596465 on white background.



Black color preview on #596465 background

This text has black color on #596465 background.


White color preview on #596465 background

This text has white color on #596465 background.