COLOR #53515E

HEX: #53515E
RGB: (83,81,94)

Color info

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

RGB color model

#53515E color RGB value is (83,81,94).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 94 of 255 = 37%

83
81
94

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

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 94 = 258 (100%)
R 83 of 258 ~ 32.17%
G 81 of 258 ~ 31.4%
B 94 of 258 ~ 36.43%

%32.17
%31.4
%36.43

CMYK color model

#53515E color CMYK value is (12,14,0,63).

  • cyan value is 11.70%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(12,14,0,63)
C12M14Y0K63 
(12%,14%,0%,63%)
(0.12/0.14/0.00/0.63)	

CMYK percentages

%11.7
%13.83
%0
%63.14

Codes

Color #53515E in popluar color models

53515E
RGB838194
HSL249°7.43%34.31%
HSB/HSV249°13.83%36.86%
CMYK11.70%13.83%0.00%
63.14%

Color #53515E in popluar number systems.

HEX53515E
Decimal838194
Binary101001110100011011110
Octal123121136

Shades and tints

Shades of #53515E

#53515E
(83,81,94)
#4C4A56
(76,74,86)
#45434E
(69,67,78)
#3E3C46
(62,60,70)
#37353E
(55,53,62)
#302E36
(48,46,54)
#29272E
(41,39,46)
#222026
(34,32,38)
#1B191E
(27,25,30)
#141216
(20,18,22)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #53515E

#53515E
(83,81,94)
#62606C
(98,96,108)
#716F7A
(113,111,122)
#807E88
(128,126,136)
#8F8D96
(143,141,150)
#9E9CA4
(158,156,164)
#ADABB2
(173,171,178)
#BCBAC0
(188,186,192)
#CBC9CE
(203,201,206)
#DAD8DC
(218,216,220)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53515E; }

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

This text font color is #53515E.


Background Color

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

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

This div background color is #53515E.


Border color

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

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

This div border color is #53515E.


Opacity

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

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

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

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

This text has shadow with #53515E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53515E on black background.


Color preview on white background

This text has color #53515E on white background.



Black color preview on #53515E background

This text has black color on #53515E background.


White color preview on #53515E background

This text has white color on #53515E background.