COLOR #595754

HEX: #595754
RGB: (89,87,84)

Color info

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

RGB color model

#595754 color RGB value is (89,87,84).

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

RGB channels and saturation

R 89 of 255 = 35%
G 87 of 255 = 34%
B 84 of 255 = 33%

89
87
84

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

Portions of RGB colors in percentages

R + G + B =
89 + 87 + 84 = 260 (100%)
R 89 of 260 ~ 34.23%
G 87 of 260 ~ 33.46%
B 84 of 260 ~ 32.31%

%34.23
%33.46
%32.31

CMYK color model

#595754 color CMYK value is (0,2,6,65).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 5.62%
  • key color value is 65.10%
CMYK:
(0,2,6,65)
C0M2Y6K65 
(0%,2%,6%,65%)
(0.00/0.02/0.06/0.65)	

CMYK percentages

%0
%2.25
%5.62
%65.1

Codes

Color #595754 in popluar color models

595754
RGB898784
HSL36°2.89%33.92%
HSB/HSV36°5.62%34.90%
CMYK0.00%2.25%5.62%
65.10%

Color #595754 in popluar number systems.

HEX595754
Decimal898784
Binary101100110101111010100
Octal131127124

Shades and tints

Shades of #595754

#595754
(89,87,84)
#51504D
(81,80,77)
#494946
(73,73,70)
#41423F
(65,66,63)
#393B38
(57,59,56)
#313431
(49,52,49)
#292D2A
(41,45,42)
#212623
(33,38,35)
#191F1C
(25,31,28)
#111815
(17,24,21)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #595754

#595754
(89,87,84)
#686663
(104,102,99)
#777572
(119,117,114)
#868481
(134,132,129)
#959390
(149,147,144)
#A4A29F
(164,162,159)
#B3B1AE
(179,177,174)
#C2C0BD
(194,192,189)
#D1CFCC
(209,207,204)
#E0DEDB
(224,222,219)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595754; }

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

This text font color is #595754.


Background Color

.myBgColor { background-color: #595754; }

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

This div background color is #595754.


Border color

.myBorderColor { border: 1px solid #595754; }

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

This div border color is #595754.


Opacity

.myOpacity80 { color: #595754; opacity: 0.8; }

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

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

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

This text has shadow with #595754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595754 on black background.


Color preview on white background

This text has color #595754 on white background.



Black color preview on #595754 background

This text has black color on #595754 background.


White color preview on #595754 background

This text has white color on #595754 background.