COLOR #595453

HEX: #595453 RGB: (89,84,83)

Color info

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

RGB color model

#595453 color RGB value is (89,84,83).

RGB: (89,84,83) (35%, 33%, 33%)

RGB channels and saturation

R 89 of 255 = 35%
G 84 of 255 = 33%
B 83 of 255 = 33%

89
84
83

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

Portions of RGB colors in percentages

R + G + B = 89 + 84 + 83 = 256 (100%)
R 89 of 256 ~ 34.77%
G 84 of 256 ~ 32.81%
B 83 of 256 ~ 32.42'%

%34.77
%32.81
%32.42

CMYK color model

#595453 color CMYK value is (0,6,7,65).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 6.74%
  • key color value is 65.10%
CMYK: (0,6,7,65) C0M6Y7K65 (0%,6%,7%,65%) (0.00/0.06/0.07/0.65) 

CMYK percentages

%0
%5.62
%6.74
%65.1

Codes

Color #595453 in popluar color models

59 54 53
RGB 89 84 83
HSL 10° 3.49% 33.73%
HSB/HSV 10° 6.74% 34.90%
CMYK 0.00% 5.62% 6.74%
65.10%

Color #595453 in popluar number systems.

HEX 59 54 53
Decimal 89 84 83
Binary 1011001 1010100 1010011
Octal 131 124 123

Shades and tints

Shades of #595453

#595453
(89,84,83)
#514D4C
(81,77,76)
#494645
(73,70,69)
#413F3E
(65,63,62)
#393837
(57,56,55)
#313130
(49,49,48)
#292A29
(41,42,41)
#212322
(33,35,34)
#191C1B
(25,28,27)
#111514
(17,21,20)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #595453

#595453
(89,84,83)
#686362
(104,99,98)
#777271
(119,114,113)
#868180
(134,129,128)
#95908F
(149,144,143)
#A49F9E
(164,159,158)
#B3AEAD
(179,174,173)
#C2BDBC
(194,189,188)
#D1CCCB
(209,204,203)
#E0DBDA
(224,219,218)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595453; }

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

This text font color is #595453.

Background Color

.myBgColor { background-color: #595453; }

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

This div background color is #595453.

Border color

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

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

This div border color is #595453.

Opacity

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

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

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

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

This text has shadow with #595453 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595453.

Preview

Color preview on black background

This text has color #595453 on black background.


Color preview on white background

This text has color #595453 on white background.


Black color preview on #595453 background

This text has black color on #595453 background.


White color preview on #595453 background

This text has white color on #595453 background.


Related colors

Complementary color

Complementary color for #hex is #A6ABAC.


I love getcolorcode.com

Triadic colors

1 #535954 and #545359 with #595453 are triadic colors.

2 #535459 and #545953 with #595453 are triadic colors.