COLOR #595463

HEX: #595463
RGB: (89,84,99)

Color info

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

RGB color model

#595463 color RGB value is (89,84,99).

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

RGB channels and saturation

R 89 of 255 = 35%
G 84 of 255 = 33%
B 99 of 255 = 39%

89
84
99

R + G + B ~ 36%. #595463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 84 + 99 = 272 (100%)
R 89 of 272 ~ 32.72%
G 84 of 272 ~ 30.88%
B 99 of 272 ~ 36.4%

%32.72
%30.88
%36.4

CMYK color model

#595463 color CMYK value is (10,15,0,61).

  • cyan value is 10.10%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(10,15,0,61)
C10M15Y0K61 
(10%,15%,0%,61%)
(0.10/0.15/0.00/0.61)	

CMYK percentages

%10.1
%15.15
%0
%61.18

Codes

Color #595463 in popluar color models

595463
RGB898499
HSL260°8.20%35.88%
HSB/HSV260°15.15%38.82%
CMYK10.10%15.15%0.00%
61.18%

Color #595463 in popluar number systems.

HEX595463
Decimal898499
Binary101100110101001100011
Octal131124143

Shades and tints

Shades of #595463

#595463
(89,84,99)
#514D5A
(81,77,90)
#494651
(73,70,81)
#413F48
(65,63,72)
#39383F
(57,56,63)
#313136
(49,49,54)
#292A2D
(41,42,45)
#212324
(33,35,36)
#191C1B
(25,28,27)
#111512
(17,21,18)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #595463

#595463
(89,84,99)
#686371
(104,99,113)
#77727F
(119,114,127)
#86818D
(134,129,141)
#95909B
(149,144,155)
#A49FA9
(164,159,169)
#B3AEB7
(179,174,183)
#C2BDC5
(194,189,197)
#D1CCD3
(209,204,211)
#E0DBE1
(224,219,225)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595463; }

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

This text font color is #595463.


Background Color

.myBgColor { background-color: #595463; }

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

This div background color is #595463.


Border color

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

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

This div border color is #595463.


Opacity

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

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

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

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

This text has shadow with #595463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595463 on black background.


Color preview on white background

This text has color #595463 on white background.



Black color preview on #595463 background

This text has black color on #595463 background.


White color preview on #595463 background

This text has white color on #595463 background.