COLOR #504846

HEX: #504846
RGB: (80,72,70)

Color info

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

RGB color model

#504846 color RGB value is (80,72,70).

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

RGB channels and saturation

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

80
72
70

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

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 70 = 222 (100%)
R 80 of 222 ~ 36.04%
G 72 of 222 ~ 32.43%
B 70 of 222 ~ 31.53%

%36.04
%32.43
%31.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 12.50%
  • key color value is 68.63%
CMYK:
(0,10,13,69)
C0M10Y13K69 
(0%,10%,13%,69%)
(0.00/0.10/0.13/0.69)	

CMYK percentages

%0
%10
%12.5
%68.63

Codes

Color #504846 in popluar color models

504846
RGB807270
HSL12°6.67%29.41%
HSB/HSV12°12.50%31.37%
CMYK0.00%10.00%12.50%
68.63%

Color #504846 in popluar number systems.

HEX504846
Decimal807270
Binary101000010010001000110
Octal120110106

Shades and tints

Shades of #504846

#504846
(80,72,70)
#494240
(73,66,64)
#423C3A
(66,60,58)
#3B3634
(59,54,52)
#34302E
(52,48,46)
#2D2A28
(45,42,40)
#262422
(38,36,34)
#1F1E1C
(31,30,28)
#181816
(24,24,22)
#111210
(17,18,16)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #504846

#504846
(80,72,70)
#5F5856
(95,88,86)
#6E6866
(110,104,102)
#7D7876
(125,120,118)
#8C8886
(140,136,134)
#9B9896
(155,152,150)
#AAA8A6
(170,168,166)
#B9B8B6
(185,184,182)
#C8C8C6
(200,200,198)
#D7D8D6
(215,216,214)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504846; }

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

This text font color is #504846.


Background Color

.myBgColor { background-color: #504846; }

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

This div background color is #504846.


Border color

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

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

This div border color is #504846.


Opacity

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

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

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

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

This text has shadow with #504846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504846 on black background.


Color preview on white background

This text has color #504846 on white background.



Black color preview on #504846 background

This text has black color on #504846 background.


White color preview on #504846 background

This text has white color on #504846 background.