COLOR #53565F

HEX: #53565F RGB: (83,86,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
86
95

R + G + B ~ 35%. #53565F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 86 + 95 = 264 (100%)
R 83 of 264 ~ 31.44%
G 86 of 264 ~ 32.58%
B 95 of 264 ~ 35.98'%

%31.44
%32.58
%35.98

CMYK color model

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

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

CMYK: (13,9,0,63)
C13M9Y0K63 (13%, 9%, 0%, 63%)
(0.13 / 0.09 / 0.00 / 0.63)

CMYK percentages

%12.63
%9.47
%0
%62.75

Codes

Color #53565F in popluar color models

53 56 5F
RGB 83 86 95
HSL 225° 6.74% 34.90%
HSB/HSV 225° 12.63% 37.25%
CMYK 12.63% 9.47% 0.00%
62.75%

Color #53565F in popluar number systems.

HEX 53 56 5F
Decimal 83 86 95
Binary 1010011 1010110 1011111
Octal 123 126 137

Shades and tints

Shades of #53565F

#53565F
(83,86,95)
#4C4F57
(76,79,87)
#45484F
(69,72,79)
#3E4147
(62,65,71)
#373A3F
(55,58,63)
#303337
(48,51,55)
#292C2F
(41,44,47)
#222527
(34,37,39)
#1B1E1F
(27,30,31)
#141717
(20,23,23)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #53565F

#53565F
(83,86,95)
#62656D
(98,101,109)
#71747B
(113,116,123)
#808389
(128,131,137)
#8F9297
(143,146,151)
#9EA1A5
(158,161,165)
#ADB0B3
(173,176,179)
#BCBFC1
(188,191,193)
#CBCECF
(203,206,207)
#DADDDD
(218,221,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53565F; }

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

This text font color is #53565F.

Background Color

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

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

This div background color is #53565F.

Border color

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

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

This div border color is #53565F.

Opacity

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

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

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

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

This text has shadow with #53565F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53565F.

Preview

Color preview on black background

This text has color #53565F on black background.


Color preview on white background

This text has color #53565F on white background.


Black color preview on #53565F background

This text has black color on #53565F background.


White color preview on #53565F background

This text has white color on #53565F background.


Related colors

Complementary color

Complementary color for #hex is #ACA9A0.


I love getcolorcode.com

Triadic colors

1 #5F5356 and #565F53 with #53565F are triadic colors.

2 #5F5653 and #56535F with #53565F are triadic colors.