COLOR #595C6A

HEX: #595C6A
RGB: (89,92,106)

Color info

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

RGB color model

#595C6A color RGB value is (89,92,106).

  • red value is 89;
  • green value is 92;
  • blue value is 106.
RGB:
(89,92,106)
(35%,36%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 106 of 255 = 42%

89
92
106

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

Portions of RGB colors in percentages

R + G + B =
89 + 92 + 106 = 287 (100%)
R 89 of 287 ~ 31.01%
G 92 of 287 ~ 32.06%
B 106 of 287 ~ 36.93%

%31.01
%32.06
%36.93

CMYK color model

#595C6A color CMYK value is (16,13,0,58).

  • cyan value is 16.04%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(16,13,0,58)
C16M13Y0K58 
(16%,13%,0%,58%)
(0.16/0.13/0.00/0.58)	

CMYK percentages

%16.04
%13.21
%0
%58.43

Codes

Color #595C6A in popluar color models

595C6A
RGB8992106
HSL229°8.72%38.24%
HSB/HSV229°16.04%41.57%
CMYK16.04%13.21%0.00%
58.43%

Color #595C6A in popluar number systems.

HEX595C6A
Decimal8992106
Binary101100110111001101010
Octal131134152

Shades and tints

Shades of #595C6A

#595C6A
(89,92,106)
#515461
(81,84,97)
#494C58
(73,76,88)
#41444F
(65,68,79)
#393C46
(57,60,70)
#31343D
(49,52,61)
#292C34
(41,44,52)
#21242B
(33,36,43)
#191C22
(25,28,34)
#111419
(17,20,25)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #595C6A

#595C6A
(89,92,106)
#686A77
(104,106,119)
#777884
(119,120,132)
#868691
(134,134,145)
#95949E
(149,148,158)
#A4A2AB
(164,162,171)
#B3B0B8
(179,176,184)
#C2BEC5
(194,190,197)
#D1CCD2
(209,204,210)
#E0DADF
(224,218,223)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595C6A color. Also use rgb(89,92,106) instead hex code.

Text Font Color

.myTextColor { color: #595C6A; }

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

This text font color is #595C6A.


Background Color

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

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

This div background color is #595C6A.


Border color

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

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

This div border color is #595C6A.


Opacity

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

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

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

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

This text has shadow with #595C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C6A on black background.


Color preview on white background

This text has color #595C6A on white background.



Black color preview on #595C6A background

This text has black color on #595C6A background.


White color preview on #595C6A background

This text has white color on #595C6A background.