COLOR #595D72

HEX: #595D72
RGB: (89,93,114)

Color info

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

RGB color model

#595D72 color RGB value is (89,93,114).

  • red value is 89;
  • green value is 93;
  • blue value is 114.
RGB: (89,93,114) (35%,36%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 93 of 255 = 36%
B 114 of 255 = 45%

89
93
114

R + G + B ~ 39%. #595D72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 93 + 114 = 296 (100%)
R 89 of 296 ~ 30.07%
G 93 of 296 ~ 31.42%
B 114 of 296 ~ 38.51%

%30.07
%31.42
%38.51

CMYK color model

#595D72 color CMYK value is (22,18,0,55).

  • cyan value is 21.93%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (22,18,0,55) C22M18Y0K55 (22%,18%,0%,55%) (0.22/0.18/0.00/0.55)

CMYK percentages

%21.93
%18.42
%0
%55.29

Codes

Color #595D72 in popluar color models

595D72
RGB8993114
HSL230°12.32%39.80%
HSB/HSV230°21.93%44.71%
CMYK21.93%18.42%0.00%
55.29%

Color #595D72 in popluar number systems.

HEX595D72
Decimal8993114
Binary101100110111011110010
Octal131135162

Shades and tints

Shades of #595D72

#595D72
(89,93,114)
#515568
(81,85,104)
#494D5E
(73,77,94)
#414554
(65,69,84)
#393D4A
(57,61,74)
#313540
(49,53,64)
#292D36
(41,45,54)
#21252C
(33,37,44)
#191D22
(25,29,34)
#111518
(17,21,24)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #595D72

#595D72
(89,93,114)
#686B7E
(104,107,126)
#77798A
(119,121,138)
#868796
(134,135,150)
#9595A2
(149,149,162)
#A4A3AE
(164,163,174)
#B3B1BA
(179,177,186)
#C2BFC6
(194,191,198)
#D1CDD2
(209,205,210)
#E0DBDE
(224,219,222)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595D72 color. Also use rgb(89,93,114) instead hex code.

Text Font Color

.myTextColor { color: #595D72; }

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

This text font color is #595D72.


Background Color

.myBgColor { background-color: #595D72; }

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

This div background color is #595D72.


Border color

.myBorderColor { border: 1px solid #595D72; }

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

This div border color is #595D72.


Opacity

.myOpacity80 { color: #595D72; opacity: 0.8; }

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

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

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

This text has shadow with #595D72 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #595D72 on black background.


Color preview on white background

This text has color #595D72 on white background.



Black color preview on #595D72 background

This text has black color on #595D72 background.


White color preview on #595D72 background

This text has white color on #595D72 background.