COLOR #53515B

HEX: #53515B
RGB: (83,81,91)

Color info

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

RGB color model

#53515B color RGB value is (83,81,91).

  • red value is 83;
  • green value is 81;
  • blue value is 91.
RGB:
(83,81,91)
(33%,32%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 91 of 255 = 36%

83
81
91

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

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 91 = 255 (100%)
R 83 of 255 ~ 32.55%
G 81 of 255 ~ 31.76%
B 91 of 255 ~ 35.69%

%32.55
%31.76
%35.69

CMYK color model

#53515B color CMYK value is (9,11,0,64).

  • cyan value is 8.79%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(9,11,0,64)
C9M11Y0K64 
(9%,11%,0%,64%)
(0.09/0.11/0.00/0.64)	

CMYK percentages

%8.79
%10.99
%0
%64.31

Codes

Color #53515B in popluar color models

53515B
RGB838191
HSL252°5.81%33.73%
HSB/HSV252°10.99%35.69%
CMYK8.79%10.99%0.00%
64.31%

Color #53515B in popluar number systems.

HEX53515B
Decimal838191
Binary101001110100011011011
Octal123121133

Shades and tints

Shades of #53515B

#53515B
(83,81,91)
#4C4A53
(76,74,83)
#45434B
(69,67,75)
#3E3C43
(62,60,67)
#37353B
(55,53,59)
#302E33
(48,46,51)
#29272B
(41,39,43)
#222023
(34,32,35)
#1B191B
(27,25,27)
#141213
(20,18,19)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #53515B

#53515B
(83,81,91)
#626069
(98,96,105)
#716F77
(113,111,119)
#807E85
(128,126,133)
#8F8D93
(143,141,147)
#9E9CA1
(158,156,161)
#ADABAF
(173,171,175)
#BCBABD
(188,186,189)
#CBC9CB
(203,201,203)
#DAD8D9
(218,216,217)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53515B color. Also use rgb(83,81,91) instead hex code.

Text Font Color

.myTextColor { color: #53515B; }

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

This text font color is #53515B.


Background Color

.myBgColor { background-color: #53515B; }

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

This div background color is #53515B.


Border color

.myBorderColor { border: 1px solid #53515B; }

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

This div border color is #53515B.


Opacity

.myOpacity80 { color: #53515B; opacity: 0.8; }

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

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

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

This text has shadow with #53515B color.

.textShadow {text-shadow: 3px 3px 1px #53515B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53515B on black background.


Color preview on white background

This text has color #53515B on white background.



Black color preview on #53515B background

This text has black color on #53515B background.


White color preview on #53515B background

This text has white color on #53515B background.