COLOR #504843

HEX: #504843
RGB: (80,72,67)

Color info

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

RGB color model

#504843 color RGB value is (80,72,67).

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

RGB channels and saturation

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

80
72
67

R + G + B ~ 28%. #504843 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 67 = 219 (100%)
R 80 of 219 ~ 36.53%
G 72 of 219 ~ 32.88%
B 67 of 219 ~ 30.59%

%36.53
%32.88
%30.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 16.25%
  • key color value is 68.63%
CMYK:
(0,10,16,69)
C0M10Y16K69 
(0%,10%,16%,69%)
(0.00/0.10/0.16/0.69)	

CMYK percentages

%0
%10
%16.25
%68.63

Codes

Color #504843 in popluar color models

504843
RGB807267
HSL23°8.84%28.82%
HSB/HSV23°16.25%31.37%
CMYK0.00%10.00%16.25%
68.63%

Color #504843 in popluar number systems.

HEX504843
Decimal807267
Binary101000010010001000011
Octal120110103

Shades and tints

Shades of #504843

#504843
(80,72,67)
#49423D
(73,66,61)
#423C37
(66,60,55)
#3B3631
(59,54,49)
#34302B
(52,48,43)
#2D2A25
(45,42,37)
#26241F
(38,36,31)
#1F1E19
(31,30,25)
#181813
(24,24,19)
#11120D
(17,18,13)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #504843

#504843
(80,72,67)
#5F5854
(95,88,84)
#6E6865
(110,104,101)
#7D7876
(125,120,118)
#8C8887
(140,136,135)
#9B9898
(155,152,152)
#AAA8A9
(170,168,169)
#B9B8BA
(185,184,186)
#C8C8CB
(200,200,203)
#D7D8DC
(215,216,220)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504843; }

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

This text font color is #504843.


Background Color

.myBgColor { background-color: #504843; }

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

This div background color is #504843.


Border color

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

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

This div border color is #504843.


Opacity

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

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

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

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

This text has shadow with #504843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504843 on black background.


Color preview on white background

This text has color #504843 on white background.



Black color preview on #504843 background

This text has black color on #504843 background.


White color preview on #504843 background

This text has white color on #504843 background.