COLOR #504948

HEX: #504948
RGB: (80,73,72)

Color info

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

RGB color model

#504948 color RGB value is (80,73,72).

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

RGB channels and saturation

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

80
73
72

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

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 72 = 225 (100%)
R 80 of 225 ~ 35.56%
G 73 of 225 ~ 32.44%
B 72 of 225 ~ 32%

%35.56
%32.44
%32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 10.00%
  • key color value is 68.63%
CMYK:
(0,9,10,69)
C0M9Y10K69 
(0%,9%,10%,69%)
(0.00/0.09/0.10/0.69)	

CMYK percentages

%0
%8.75
%10
%68.63

Codes

Color #504948 in popluar color models

504948
RGB807372
HSL5.26%29.80%
HSB/HSV10.00%31.37%
CMYK0.00%8.75%10.00%
68.63%

Color #504948 in popluar number systems.

HEX504948
Decimal807372
Binary101000010010011001000
Octal120111110

Shades and tints

Shades of #504948

#504948
(80,73,72)
#494342
(73,67,66)
#423D3C
(66,61,60)
#3B3736
(59,55,54)
#343130
(52,49,48)
#2D2B2A
(45,43,42)
#262524
(38,37,36)
#1F1F1E
(31,31,30)
#181918
(24,25,24)
#111312
(17,19,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #504948

#504948
(80,73,72)
#5F5958
(95,89,88)
#6E6968
(110,105,104)
#7D7978
(125,121,120)
#8C8988
(140,137,136)
#9B9998
(155,153,152)
#AAA9A8
(170,169,168)
#B9B9B8
(185,185,184)
#C8C9C8
(200,201,200)
#D7D9D8
(215,217,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504948; }

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

This text font color is #504948.


Background Color

.myBgColor { background-color: #504948; }

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

This div background color is #504948.


Border color

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

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

This div border color is #504948.


Opacity

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

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

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

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

This text has shadow with #504948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504948 on black background.


Color preview on white background

This text has color #504948 on white background.



Black color preview on #504948 background

This text has black color on #504948 background.


White color preview on #504948 background

This text has white color on #504948 background.