COLOR #595A54

HEX: #595A54
RGB: (89,90,84)

Color info

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

RGB color model

#595A54 color RGB value is (89,90,84).

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

RGB channels and saturation

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

89
90
84

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

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 84 = 263 (100%)
R 89 of 263 ~ 33.84%
G 90 of 263 ~ 34.22%
B 84 of 263 ~ 31.94%

%33.84
%34.22
%31.94

CMYK color model

#595A54 color CMYK value is (1,0,7,65).

  • cyan value is 1.11%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 64.71%
CMYK:
(1,0,7,65)
C1M0Y7K65 
(1%,0%,7%,65%)
(0.01/0.00/0.07/0.65)	

CMYK percentages

%1.11
%0
%6.67
%64.71

Codes

Color #595A54 in popluar color models

595A54
RGB899084
HSL70°3.45%34.12%
HSB/HSV70°6.67%35.29%
CMYK1.11%0.00%6.67%
64.71%

Color #595A54 in popluar number systems.

HEX595A54
Decimal899084
Binary101100110110101010100
Octal131132124

Shades and tints

Shades of #595A54

#595A54
(89,90,84)
#51524D
(81,82,77)
#494A46
(73,74,70)
#41423F
(65,66,63)
#393A38
(57,58,56)
#313231
(49,50,49)
#292A2A
(41,42,42)
#212223
(33,34,35)
#191A1C
(25,26,28)
#111215
(17,18,21)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #595A54

#595A54
(89,90,84)
#686963
(104,105,99)
#777872
(119,120,114)
#868781
(134,135,129)
#959690
(149,150,144)
#A4A59F
(164,165,159)
#B3B4AE
(179,180,174)
#C2C3BD
(194,195,189)
#D1D2CC
(209,210,204)
#E0E1DB
(224,225,219)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595A54; }

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

This text font color is #595A54.


Background Color

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

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

This div background color is #595A54.


Border color

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

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

This div border color is #595A54.


Opacity

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

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

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

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

This text has shadow with #595A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A54 on black background.


Color preview on white background

This text has color #595A54 on white background.



Black color preview on #595A54 background

This text has black color on #595A54 background.


White color preview on #595A54 background

This text has white color on #595A54 background.