COLOR #53595D

HEX: #53595D RGB: (83,89,93)

Color info

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

RGB color model

#53595D color RGB value is (83,89,93).

RGB: (83,89,93) (33%, 35%, 36%)

RGB channels and saturation

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

83
89
93

R + G + B ~ 35%. #53595D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 89 + 93 = 265 (100%)
R 83 of 265 ~ 31.32%
G 89 of 265 ~ 33.58%
B 93 of 265 ~ 35.09'%

%31.32
%33.58
%35.09

CMYK color model

#53595D color CMYK value is (11,4,0,64).

  • cyan value is 10.75%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (11,4,0,64)
C11M4Y0K64 (11%, 4%, 0%, 64%)
(0.11 / 0.04 / 0.00 / 0.64)

CMYK percentages

%10.75
%4.3
%0
%63.53

Codes

Color #53595D in popluar color models

53 59 5D
RGB 83 89 93
HSL 204° 5.68% 34.51%
HSB/HSV 204° 10.75% 36.47%
CMYK 10.75% 4.30% 0.00%
63.53%

Color #53595D in popluar number systems.

HEX 53 59 5D
Decimal 83 89 93
Binary 1010011 1011001 1011101
Octal 123 131 135

Shades and tints

Shades of #53595D

#53595D
(83,89,93)
#4C5155
(76,81,85)
#45494D
(69,73,77)
#3E4145
(62,65,69)
#37393D
(55,57,61)
#303135
(48,49,53)
#29292D
(41,41,45)
#222125
(34,33,37)
#1B191D
(27,25,29)
#141115
(20,17,21)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #53595D

#53595D
(83,89,93)
#62686B
(98,104,107)
#717779
(113,119,121)
#808687
(128,134,135)
#8F9595
(143,149,149)
#9EA4A3
(158,164,163)
#ADB3B1
(173,179,177)
#BCC2BF
(188,194,191)
#CBD1CD
(203,209,205)
#DAE0DB
(218,224,219)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53595D; }

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

This text font color is #53595D.

Background Color

.myBgColor { background-color: #53595D; }

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

This div background color is #53595D.

Border color

.myBorderColor { border: 1px solid #53595D; }

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

This div border color is #53595D.

Opacity

.myOpacity80 { color: #53595D; opacity: 0.8; }

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

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

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

This text has shadow with #53595D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53595D.

Preview

Color preview on black background

This text has color #53595D on black background.


Color preview on white background

This text has color #53595D on white background.


Black color preview on #53595D background

This text has black color on #53595D background.


White color preview on #53595D background

This text has white color on #53595D background.


Related colors

Complementary color

Complementary color for #hex is #ACA6A2.


I love getcolorcode.com

Triadic colors

1 #5D5359 and #595D53 with #53595D are triadic colors.

2 #5D5953 and #59535D with #53595D are triadic colors.