COLOR #504848

HEX: #504848 RGB: (80,72,72)

Color info

#504848 contains red, green and blue colors in about the same proportion. Web safe color of #504848 is #663333 (or #633).

RGB color model

#504848 color RGB value is (80,72,72).

RGB: (80,72,72) (31%, 28%, 28%)

RGB channels and saturation

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

80
72
72

R + G + B ~ 29%. #504848 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 72 + 72 = 224 (100%)
R 80 of 224 ~ 35.71%
G 72 of 224 ~ 32.14%
B 72 of 224 ~ 32.14'%

%35.71
%32.14
%32.14

CMYK color model

#504848 color CMYK value is (0,10,10,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 10.00%
  • key color value is 68.63%

CMYK: (0,10,10,69)
C0M10Y10K69 (0%, 10%, 10%, 69%)
(0.00 / 0.10 / 0.10 / 0.69)

CMYK percentages

%0
%10
%10
%68.63

Codes

Color #504848 in popluar color models

50 48 48
RGB 80 72 72
HSL 5.26% 29.80%
HSB/HSV 10.00% 31.37%
CMYK 0.00% 10.00% 10.00%
68.63%

Color #504848 in popluar number systems.

HEX 50 48 48
Decimal 80 72 72
Binary 1010000 1001000 1001000
Octal 120 110 110

Shades and tints

Shades of #504848

#504848
(80,72,72)
#494242
(73,66,66)
#423C3C
(66,60,60)
#3B3636
(59,54,54)
#343030
(52,48,48)
#2D2A2A
(45,42,42)
#262424
(38,36,36)
#1F1E1E
(31,30,30)
#181818
(24,24,24)
#111212
(17,18,18)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #504848

#504848
(80,72,72)
#5F5858
(95,88,88)
#6E6868
(110,104,104)
#7D7878
(125,120,120)
#8C8888
(140,136,136)
#9B9898
(155,152,152)
#AAA8A8
(170,168,168)
#B9B8B8
(185,184,184)
#C8C8C8
(200,200,200)
#D7D8D8
(215,216,216)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504848; }

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

This text font color is #504848.

Background Color

.myBgColor { background-color: #504848; }

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

This div background color is #504848.

Border color

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

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

This div border color is #504848.

Opacity

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

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

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

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

This text has shadow with #504848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504848.

Preview

Color preview on black background

This text has color #504848 on black background.


Color preview on white background

This text has color #504848 on white background.


Black color preview on #504848 background

This text has black color on #504848 background.


White color preview on #504848 background

This text has white color on #504848 background.


Related colors

Complementary color

Complementary color for #hex is #AFB7B7.


I love getcolorcode.com