COLOR #53535F

HEX: #53535F RGB: (83,83,95)

Color info

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

RGB color model

#53535F color RGB value is (83,83,95).

RGB: (83,83,95) (33%, 33%, 37%)

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 95 of 255 = 37%

83
83
95

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

Portions of RGB colors in percentages

R + G + B = 83 + 83 + 95 = 261 (100%)
R 83 of 261 ~ 31.8%
G 83 of 261 ~ 31.8%
B 95 of 261 ~ 36.4'%

%31.8
%31.8
%36.4

CMYK color model

#53535F color CMYK value is (13,13,0,63).

  • cyan value is 12.63%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (13,13,0,63)
C13M13Y0K63 (13%, 13%, 0%, 63%)
(0.13 / 0.13 / 0.00 / 0.63)

CMYK percentages

%12.63
%12.63
%0
%62.75

Codes

Color #53535F in popluar color models

53 53 5F
RGB 83 83 95
HSL 240° 6.74% 34.90%
HSB/HSV 240° 12.63% 37.25%
CMYK 12.63% 12.63% 0.00%
62.75%

Color #53535F in popluar number systems.

HEX 53 53 5F
Decimal 83 83 95
Binary 1010011 1010011 1011111
Octal 123 123 137

Shades and tints

Shades of #53535F

#53535F
(83,83,95)
#4C4C57
(76,76,87)
#45454F
(69,69,79)
#3E3E47
(62,62,71)
#37373F
(55,55,63)
#303037
(48,48,55)
#29292F
(41,41,47)
#222227
(34,34,39)
#1B1B1F
(27,27,31)
#141417
(20,20,23)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #53535F

#53535F
(83,83,95)
#62626D
(98,98,109)
#71717B
(113,113,123)
#808089
(128,128,137)
#8F8F97
(143,143,151)
#9E9EA5
(158,158,165)
#ADADB3
(173,173,179)
#BCBCC1
(188,188,193)
#CBCBCF
(203,203,207)
#DADADD
(218,218,221)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53535F color. Also use rgb(83,83,95) instead hex code.

Text Font Color

.myTextColor { color: #53535F; }

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

This text font color is #53535F.

Background Color

.myBgColor { background-color: #53535F; }

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

This div background color is #53535F.

Border color

.myBorderColor { border: 1px solid #53535F; }

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

This div border color is #53535F.

Opacity

.myOpacity80 { color: #53535F; opacity: 0.8; }

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

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

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

This text has shadow with #53535F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53535F.

Preview

Color preview on black background

This text has color #53535F on black background.


Color preview on white background

This text has color #53535F on white background.


Black color preview on #53535F background

This text has black color on #53535F background.


White color preview on #53535F background

This text has white color on #53535F background.


Related colors

Complementary color

Complementary color for #hex is #ACACA0.


I love getcolorcode.com