COLOR #505253

HEX: #505253
RGB: (80,82,83)

Color info

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

RGB color model

#505253 color RGB value is (80,82,83).

  • red value is 80;
  • green value is 82;
  • blue value is 83.
RGB:
(80,82,83)
(31%,32%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 83 of 255 = 33%

80
82
83

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

Portions of RGB colors in percentages

R + G + B =
80 + 82 + 83 = 245 (100%)
R 80 of 245 ~ 32.65%
G 82 of 245 ~ 33.47%
B 83 of 245 ~ 33.88%

%32.65
%33.47
%33.88

CMYK color model

#505253 color CMYK value is (4,1,0,67).

  • cyan value is 3.61%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(4,1,0,67)
C4M1Y0K67 
(4%,1%,0%,67%)
(0.04/0.01/0.00/0.67)	

CMYK percentages

%3.61
%1.2
%0
%67.45

Codes

Color #505253 in popluar color models

505253
RGB808283
HSL200°1.84%31.96%
HSB/HSV200°3.61%32.55%
CMYK3.61%1.20%0.00%
67.45%

Color #505253 in popluar number systems.

HEX505253
Decimal808283
Binary101000010100101010011
Octal120122123

Shades and tints

Shades of #505253

#505253
(80,82,83)
#494B4C
(73,75,76)
#424445
(66,68,69)
#3B3D3E
(59,61,62)
#343637
(52,54,55)
#2D2F30
(45,47,48)
#262829
(38,40,41)
#1F2122
(31,33,34)
#181A1B
(24,26,27)
#111314
(17,19,20)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #505253

#505253
(80,82,83)
#5F6162
(95,97,98)
#6E7071
(110,112,113)
#7D7F80
(125,127,128)
#8C8E8F
(140,142,143)
#9B9D9E
(155,157,158)
#AAACAD
(170,172,173)
#B9BBBC
(185,187,188)
#C8CACB
(200,202,203)
#D7D9DA
(215,217,218)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505253; }

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

This text font color is #505253.


Background Color

.myBgColor { background-color: #505253; }

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

This div background color is #505253.


Border color

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

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

This div border color is #505253.


Opacity

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

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

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

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

This text has shadow with #505253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505253 on black background.


Color preview on white background

This text has color #505253 on white background.



Black color preview on #505253 background

This text has black color on #505253 background.


White color preview on #505253 background

This text has white color on #505253 background.