COLOR #595354

HEX: #595354
RGB: (89,83,84)

Color info

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

RGB color model

#595354 color RGB value is (89,83,84).

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

RGB channels and saturation

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

89
83
84

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

Portions of RGB colors in percentages

R + G + B =
89 + 83 + 84 = 256 (100%)
R 89 of 256 ~ 34.77%
G 83 of 256 ~ 32.42%
B 84 of 256 ~ 32.81%

%34.77
%32.42
%32.81

CMYK color model

#595354 color CMYK value is (0,7,6,65).

  • cyan value is 0.00%
  • magenta value is 6.74%
  • yellow value is 5.62%
  • key color value is 65.10%
CMYK:
(0,7,6,65)
C0M7Y6K65 
(0%,7%,6%,65%)
(0.00/0.07/0.06/0.65)	

CMYK percentages

%0
%6.74
%5.62
%65.1

Codes

Color #595354 in popluar color models

595354
RGB898384
HSL350°3.49%33.73%
HSB/HSV350°6.74%34.90%
CMYK0.00%6.74%5.62%
65.10%

Color #595354 in popluar number systems.

HEX595354
Decimal898384
Binary101100110100111010100
Octal131123124

Shades and tints

Shades of #595354

#595354
(89,83,84)
#514C4D
(81,76,77)
#494546
(73,69,70)
#413E3F
(65,62,63)
#393738
(57,55,56)
#313031
(49,48,49)
#29292A
(41,41,42)
#212223
(33,34,35)
#191B1C
(25,27,28)
#111415
(17,20,21)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #595354

#595354
(89,83,84)
#686263
(104,98,99)
#777172
(119,113,114)
#868081
(134,128,129)
#958F90
(149,143,144)
#A49E9F
(164,158,159)
#B3ADAE
(179,173,174)
#C2BCBD
(194,188,189)
#D1CBCC
(209,203,204)
#E0DADB
(224,218,219)
#EFE9EA
(239,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595354; }

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

This text font color is #595354.


Background Color

.myBgColor { background-color: #595354; }

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

This div background color is #595354.


Border color

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

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

This div border color is #595354.


Opacity

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

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

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

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

This text has shadow with #595354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595354 on black background.


Color preview on white background

This text has color #595354 on white background.



Black color preview on #595354 background

This text has black color on #595354 background.


White color preview on #595354 background

This text has white color on #595354 background.