COLOR #595253

HEX: #595253 RGB: (89,82,83)

Color info

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

RGB color model

#595253 color RGB value is (89,82,83).

RGB: (89,82,83) (35%, 32%, 33%)

RGB channels and saturation

R 89 of 255 = 35%
G 82 of 255 = 32%
B 83 of 255 = 33%

89
82
83

R + G + B ~ 33%. #595253 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 82 + 83 = 254 (100%)
R 89 of 254 ~ 35.04%
G 82 of 254 ~ 32.28%
B 83 of 254 ~ 32.68'%

%35.04
%32.28
%32.68

CMYK color model

#595253 color CMYK value is (0,8,7,65).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 6.74%
  • key color value is 65.10%

CMYK: (0,8,7,65)
C0M8Y7K65 (0%, 8%, 7%, 65%)
(0.00 / 0.08 / 0.07 / 0.65)

CMYK percentages

%0
%7.87
%6.74
%65.1

Codes

Color #595253 in popluar color models

59 52 53
RGB 89 82 83
HSL 351° 4.09% 33.53%
HSB/HSV 351° 7.87% 34.90%
CMYK 0.00% 7.87% 6.74%
65.10%

Color #595253 in popluar number systems.

HEX 59 52 53
Decimal 89 82 83
Binary 1011001 1010010 1010011
Octal 131 122 123

Shades and tints

Shades of #595253

#595253
(89,82,83)
#514B4C
(81,75,76)
#494445
(73,68,69)
#413D3E
(65,61,62)
#393637
(57,54,55)
#312F30
(49,47,48)
#292829
(41,40,41)
#212122
(33,33,34)
#191A1B
(25,26,27)
#111314
(17,19,20)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #595253

#595253
(89,82,83)
#686162
(104,97,98)
#777071
(119,112,113)
#867F80
(134,127,128)
#958E8F
(149,142,143)
#A49D9E
(164,157,158)
#B3ACAD
(179,172,173)
#C2BBBC
(194,187,188)
#D1CACB
(209,202,203)
#E0D9DA
(224,217,218)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595253; }

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

This text font color is #595253.

Background Color

.myBgColor { background-color: #595253; }

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

This div background color is #595253.

Border color

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

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

This div border color is #595253.

Opacity

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

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

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

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

This text has shadow with #595253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595253.

Preview

Color preview on black background

This text has color #595253 on black background.


Color preview on white background

This text has color #595253 on white background.


Black color preview on #595253 background

This text has black color on #595253 background.


White color preview on #595253 background

This text has white color on #595253 background.


Related colors

Complementary color

Complementary color for #hex is #A6ADAC.


I love getcolorcode.com

Triadic colors

1 #535952 and #525359 with #595253 are triadic colors.

2 #535259 and #525953 with #595253 are triadic colors.