COLOR #595D52

HEX: #595D52
RGB: (89,93,82)

Color info

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

RGB color model

#595D52 color RGB value is (89,93,82).

  • red value is 89;
  • green value is 93;
  • blue value is 82.
RGB:
(89,93,82)
(35%,36%,32%)

RGB channels and saturation

R 89 of 255 = 35%
G 93 of 255 = 36%
B 82 of 255 = 32%

89
93
82

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

Portions of RGB colors in percentages

R + G + B =
89 + 93 + 82 = 264 (100%)
R 89 of 264 ~ 33.71%
G 93 of 264 ~ 35.23%
B 82 of 264 ~ 31.06%

%33.71
%35.23
%31.06

CMYK color model

#595D52 color CMYK value is (4,0,12,64).

  • cyan value is 4.30%
  • magenta value is 0.00%
  • yellow value is 11.83%
  • key color value is 63.53%
CMYK:
(4,0,12,64)
C4M0Y12K64 
(4%,0%,12%,64%)
(0.04/0.00/0.12/0.64)	

CMYK percentages

%4.3
%0
%11.83
%63.53

Codes

Color #595D52 in popluar color models

595D52
RGB899382
HSL82°6.29%34.31%
HSB/HSV82°11.83%36.47%
CMYK4.30%0.00%11.83%
63.53%

Color #595D52 in popluar number systems.

HEX595D52
Decimal899382
Binary101100110111011010010
Octal131135122

Shades and tints

Shades of #595D52

#595D52
(89,93,82)
#51554B
(81,85,75)
#494D44
(73,77,68)
#41453D
(65,69,61)
#393D36
(57,61,54)
#31352F
(49,53,47)
#292D28
(41,45,40)
#212521
(33,37,33)
#191D1A
(25,29,26)
#111513
(17,21,19)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #595D52

#595D52
(89,93,82)
#686B61
(104,107,97)
#777970
(119,121,112)
#86877F
(134,135,127)
#95958E
(149,149,142)
#A4A39D
(164,163,157)
#B3B1AC
(179,177,172)
#C2BFBB
(194,191,187)
#D1CDCA
(209,205,202)
#E0DBD9
(224,219,217)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595D52 color. Also use rgb(89,93,82) instead hex code.

Text Font Color

.myTextColor { color: #595D52; }

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

This text font color is #595D52.


Background Color

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

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

This div background color is #595D52.


Border color

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

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

This div border color is #595D52.


Opacity

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

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

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

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

This text has shadow with #595D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595D52 on black background.


Color preview on white background

This text has color #595D52 on white background.



Black color preview on #595D52 background

This text has black color on #595D52 background.


White color preview on #595D52 background

This text has white color on #595D52 background.