COLOR #504853

HEX: #504853
RGB: (80,72,83)

Color info

#504853 contains red, green and blue colors in about the same proportion. Web safe color of #504853 is #663366 (or #636).

RGB color model

#504853 color RGB value is (80,72,83).

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

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 83 of 255 = 33%

80
72
83

R + G + B ~ 31%. #504853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 83 = 235 (100%)
R 80 of 235 ~ 34.04%
G 72 of 235 ~ 30.64%
B 83 of 235 ~ 35.32%

%34.04
%30.64
%35.32

CMYK color model

#504853 color CMYK value is (4,13,0,67).

  • cyan value is 3.61%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(4,13,0,67)
C4M13Y0K67 
(4%,13%,0%,67%)
(0.04/0.13/0.00/0.67)	

CMYK percentages

%3.61
%13.25
%0
%67.45

Codes

Color #504853 in popluar color models

504853
RGB807283
HSL284°7.10%30.39%
HSB/HSV284°13.25%32.55%
CMYK3.61%13.25%0.00%
67.45%

Color #504853 in popluar number systems.

HEX504853
Decimal807283
Binary101000010010001010011
Octal120110123

Shades and tints

Shades of #504853

#504853
(80,72,83)
#49424C
(73,66,76)
#423C45
(66,60,69)
#3B363E
(59,54,62)
#343037
(52,48,55)
#2D2A30
(45,42,48)
#262429
(38,36,41)
#1F1E22
(31,30,34)
#18181B
(24,24,27)
#111214
(17,18,20)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #504853

#504853
(80,72,83)
#5F5862
(95,88,98)
#6E6871
(110,104,113)
#7D7880
(125,120,128)
#8C888F
(140,136,143)
#9B989E
(155,152,158)
#AAA8AD
(170,168,173)
#B9B8BC
(185,184,188)
#C8C8CB
(200,200,203)
#D7D8DA
(215,216,218)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504853; }

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

This text font color is #504853.


Background Color

.myBgColor { background-color: #504853; }

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

This div background color is #504853.


Border color

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

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

This div border color is #504853.


Opacity

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

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

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

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

This text has shadow with #504853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504853 on black background.


Color preview on white background

This text has color #504853 on white background.



Black color preview on #504853 background

This text has black color on #504853 background.


White color preview on #504853 background

This text has white color on #504853 background.