COLOR #595A5E

HEX: #595A5E
RGB: (89,90,94)

Color info

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

RGB color model

#595A5E color RGB value is (89,90,94).

  • red value is 89;
  • green value is 90;
  • blue value is 94.
RGB:
(89,90,94)
(35%,35%,37%)

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 94 of 255 = 37%

89
90
94

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

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 94 = 273 (100%)
R 89 of 273 ~ 32.6%
G 90 of 273 ~ 32.97%
B 94 of 273 ~ 34.43%

%32.6
%32.97
%34.43

CMYK color model

#595A5E color CMYK value is (5,4,0,63).

  • cyan value is 5.32%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(5,4,0,63)
C5M4Y0K63 
(5%,4%,0%,63%)
(0.05/0.04/0.00/0.63)	

CMYK percentages

%5.32
%4.26
%0
%63.14

Codes

Color #595A5E in popluar color models

595A5E
RGB899094
HSL228°2.73%35.88%
HSB/HSV228°5.32%36.86%
CMYK5.32%4.26%0.00%
63.14%

Color #595A5E in popluar number systems.

HEX595A5E
Decimal899094
Binary101100110110101011110
Octal131132136

Shades and tints

Shades of #595A5E

#595A5E
(89,90,94)
#515256
(81,82,86)
#494A4E
(73,74,78)
#414246
(65,66,70)
#393A3E
(57,58,62)
#313236
(49,50,54)
#292A2E
(41,42,46)
#212226
(33,34,38)
#191A1E
(25,26,30)
#111216
(17,18,22)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #595A5E

#595A5E
(89,90,94)
#68696C
(104,105,108)
#77787A
(119,120,122)
#868788
(134,135,136)
#959696
(149,150,150)
#A4A5A4
(164,165,164)
#B3B4B2
(179,180,178)
#C2C3C0
(194,195,192)
#D1D2CE
(209,210,206)
#E0E1DC
(224,225,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595A5E color. Also use rgb(89,90,94) instead hex code.

Text Font Color

.myTextColor { color: #595A5E; }

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

This text font color is #595A5E.


Background Color

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

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

This div background color is #595A5E.


Border color

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

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

This div border color is #595A5E.


Opacity

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

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

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

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

This text has shadow with #595A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A5E on black background.


Color preview on white background

This text has color #595A5E on white background.



Black color preview on #595A5E background

This text has black color on #595A5E background.


White color preview on #595A5E background

This text has white color on #595A5E background.