COLOR #595A5F

HEX: #595A5F
RGB: (89,90,95)

Color info

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

RGB color model

#595A5F color RGB value is (89,90,95).

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

RGB channels and saturation

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

89
90
95

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

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 95 = 274 (100%)
R 89 of 274 ~ 32.48%
G 90 of 274 ~ 32.85%
B 95 of 274 ~ 34.67%

%32.48
%32.85
%34.67

CMYK color model

#595A5F color CMYK value is (6,5,0,63).

  • cyan value is 6.32%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(6,5,0,63)
C6M5Y0K63 
(6%,5%,0%,63%)
(0.06/0.05/0.00/0.63)	

CMYK percentages

%6.32
%5.26
%0
%62.75

Codes

Color #595A5F in popluar color models

595A5F
RGB899095
HSL230°3.26%36.08%
HSB/HSV230°6.32%37.25%
CMYK6.32%5.26%0.00%
62.75%

Color #595A5F in popluar number systems.

HEX595A5F
Decimal899095
Binary101100110110101011111
Octal131132137

Shades and tints

Shades of #595A5F

#595A5F
(89,90,95)
#515257
(81,82,87)
#494A4F
(73,74,79)
#414247
(65,66,71)
#393A3F
(57,58,63)
#313237
(49,50,55)
#292A2F
(41,42,47)
#212227
(33,34,39)
#191A1F
(25,26,31)
#111217
(17,18,23)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #595A5F

#595A5F
(89,90,95)
#68696D
(104,105,109)
#77787B
(119,120,123)
#868789
(134,135,137)
#959697
(149,150,151)
#A4A5A5
(164,165,165)
#B3B4B3
(179,180,179)
#C2C3C1
(194,195,193)
#D1D2CF
(209,210,207)
#E0E1DD
(224,225,221)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595A5F; }

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

This text font color is #595A5F.


Background Color

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

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

This div background color is #595A5F.


Border color

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

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

This div border color is #595A5F.


Opacity

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

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

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

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

This text has shadow with #595A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A5F on black background.


Color preview on white background

This text has color #595A5F on white background.



Black color preview on #595A5F background

This text has black color on #595A5F background.


White color preview on #595A5F background

This text has white color on #595A5F background.