COLOR #515353

HEX: #515353 RGB: (81,83,83)

Color info

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

RGB color model

#515353 color RGB value is (81,83,83).

RGB: (81,83,83) (32%, 33%, 33%)

RGB channels and saturation

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

81
83
83

R + G + B ~ 33%. #515353 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 83 + 83 = 247 (100%)
R 81 of 247 ~ 32.79%
G 83 of 247 ~ 33.6%
B 83 of 247 ~ 33.6'%

%32.79
%33.6
%33.6

CMYK color model

#515353 color CMYK value is (2,0,0,67).

  • cyan value is 2.41%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (2,0,0,67)
C2M0Y0K67 (2%, 0%, 0%, 67%)
(0.02 / 0.00 / 0.00 / 0.67)

CMYK percentages

%2.41
%0
%0
%67.45

Codes

Color #515353 in popluar color models

51 53 53
RGB 81 83 83
HSL 180° 1.22% 32.16%
HSB/HSV 180° 2.41% 32.55%
CMYK 2.41% 0.00% 0.00%
67.45%

Color #515353 in popluar number systems.

HEX 51 53 53
Decimal 81 83 83
Binary 1010001 1010011 1010011
Octal 121 123 123

Shades and tints

Shades of #515353

#515353
(81,83,83)
#4A4C4C
(74,76,76)
#434545
(67,69,69)
#3C3E3E
(60,62,62)
#353737
(53,55,55)
#2E3030
(46,48,48)
#272929
(39,41,41)
#202222
(32,34,34)
#191B1B
(25,27,27)
#121414
(18,20,20)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #515353

#515353
(81,83,83)
#606262
(96,98,98)
#6F7171
(111,113,113)
#7E8080
(126,128,128)
#8D8F8F
(141,143,143)
#9C9E9E
(156,158,158)
#ABADAD
(171,173,173)
#BABCBC
(186,188,188)
#C9CBCB
(201,203,203)
#D8DADA
(216,218,218)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515353; }

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

This text font color is #515353.

Background Color

.myBgColor { background-color: #515353; }

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

This div background color is #515353.

Border color

.myBorderColor { border: 1px solid #515353; }

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

This div border color is #515353.

Opacity

.myOpacity80 { color: #515353; opacity: 0.8; }

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

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

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

This text has shadow with #515353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515353.

Preview

Color preview on black background

This text has color #515353 on black background.


Color preview on white background

This text has color #515353 on white background.


Black color preview on #515353 background

This text has black color on #515353 background.


White color preview on #515353 background

This text has white color on #515353 background.


Related colors

Complementary color

Complementary color for #hex is #AEACAC.


I love getcolorcode.com