COLOR #515253

HEX: #515253 RGB: (81,82,83)

Color info

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

RGB color model

#515253 color RGB value is (81,82,83).

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

RGB channels and saturation

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

81
82
83

R + G + B ~ 32%. #515253 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 82 + 83 = 246 (100%)
R 81 of 246 ~ 32.93%
G 82 of 246 ~ 33.33%
B 83 of 246 ~ 33.74'%

%32.93
%33.33
%33.74

CMYK color model

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

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

CMYK: (2,1,0,67)
C2M1Y0K67 (2%, 1%, 0%, 67%)
(0.02 / 0.01 / 0.00 / 0.67)

CMYK percentages

%2.41
%1.2
%0
%67.45

Codes

Color #515253 in popluar color models

51 52 53
RGB 81 82 83
HSL 210° 1.22% 32.16%
HSB/HSV 210° 2.41% 32.55%
CMYK 2.41% 1.20% 0.00%
67.45%

Color #515253 in popluar number systems.

HEX 51 52 53
Decimal 81 82 83
Binary 1010001 1010010 1010011
Octal 121 122 123

Shades and tints

Shades of #515253

#515253
(81,82,83)
#4A4B4C
(74,75,76)
#434445
(67,68,69)
#3C3D3E
(60,61,62)
#353637
(53,54,55)
#2E2F30
(46,47,48)
#272829
(39,40,41)
#202122
(32,33,34)
#191A1B
(25,26,27)
#121314
(18,19,20)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #515253

#515253
(81,82,83)
#606162
(96,97,98)
#6F7071
(111,112,113)
#7E7F80
(126,127,128)
#8D8E8F
(141,142,143)
#9C9D9E
(156,157,158)
#ABACAD
(171,172,173)
#BABBBC
(186,187,188)
#C9CACB
(201,202,203)
#D8D9DA
(216,217,218)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515253; }

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

This text font color is #515253.

Background Color

.myBgColor { background-color: #515253; }

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

This div background color is #515253.

Border color

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

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

This div border color is #515253.

Opacity

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

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

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

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

This text has shadow with #515253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #515253.

Preview

Color preview on black background

This text has color #515253 on black background.


Color preview on white background

This text has color #515253 on white background.


Black color preview on #515253 background

This text has black color on #515253 background.


White color preview on #515253 background

This text has white color on #515253 background.


Related colors

Complementary color

Complementary color for #hex is #AEADAC.


I love getcolorcode.com

Triadic colors

1 #535152 and #525351 with #515253 are triadic colors.

2 #535251 and #525153 with #515253 are triadic colors.