COLOR #595C53

HEX: #595C53
RGB: (89,92,83)

Color info

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

RGB color model

#595C53 color RGB value is (89,92,83).

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

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 83 of 255 = 33%

89
92
83

R + G + B ~ 35%. #595C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 92 + 83 = 264 (100%)
R 89 of 264 ~ 33.71%
G 92 of 264 ~ 34.85%
B 83 of 264 ~ 31.44%

%33.71
%34.85
%31.44

CMYK color model

#595C53 color CMYK value is (3,0,10,64).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 9.78%
  • key color value is 63.92%
CMYK:
(3,0,10,64)
C3M0Y10K64 
(3%,0%,10%,64%)
(0.03/0.00/0.10/0.64)	

CMYK percentages

%3.26
%0
%9.78
%63.92

Codes

Color #595C53 in popluar color models

595C53
RGB899283
HSL80°5.14%34.31%
HSB/HSV80°9.78%36.08%
CMYK3.26%0.00%9.78%
63.92%

Color #595C53 in popluar number systems.

HEX595C53
Decimal899283
Binary101100110111001010011
Octal131134123

Shades and tints

Shades of #595C53

#595C53
(89,92,83)
#51544C
(81,84,76)
#494C45
(73,76,69)
#41443E
(65,68,62)
#393C37
(57,60,55)
#313430
(49,52,48)
#292C29
(41,44,41)
#212422
(33,36,34)
#191C1B
(25,28,27)
#111414
(17,20,20)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #595C53

#595C53
(89,92,83)
#686A62
(104,106,98)
#777871
(119,120,113)
#868680
(134,134,128)
#95948F
(149,148,143)
#A4A29E
(164,162,158)
#B3B0AD
(179,176,173)
#C2BEBC
(194,190,188)
#D1CCCB
(209,204,203)
#E0DADA
(224,218,218)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595C53; }

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

This text font color is #595C53.


Background Color

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

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

This div background color is #595C53.


Border color

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

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

This div border color is #595C53.


Opacity

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

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

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

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

This text has shadow with #595C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C53 on black background.


Color preview on white background

This text has color #595C53 on white background.



Black color preview on #595C53 background

This text has black color on #595C53 background.


White color preview on #595C53 background

This text has white color on #595C53 background.