COLOR #504A43

HEX: #504A43
RGB: (80,74,67)

Color info

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

RGB color model

#504A43 color RGB value is (80,74,67).

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

RGB channels and saturation

R 80 of 255 = 31%
G 74 of 255 = 29%
B 67 of 255 = 26%

80
74
67

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

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 67 = 221 (100%)
R 80 of 221 ~ 36.2%
G 74 of 221 ~ 33.48%
B 67 of 221 ~ 30.32%

%36.2
%33.48
%30.32

CMYK color model

#504A43 color CMYK value is (0,7,16,69).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 16.25%
  • key color value is 68.63%
CMYK:
(0,7,16,69)
C0M7Y16K69 
(0%,7%,16%,69%)
(0.00/0.07/0.16/0.69)	

CMYK percentages

%0
%7.5
%16.25
%68.63

Codes

Color #504A43 in popluar color models

504A43
RGB807467
HSL32°8.84%28.82%
HSB/HSV32°16.25%31.37%
CMYK0.00%7.50%16.25%
68.63%

Color #504A43 in popluar number systems.

HEX504A43
Decimal807467
Binary101000010010101000011
Octal120112103

Shades and tints

Shades of #504A43

#504A43
(80,74,67)
#49443D
(73,68,61)
#423E37
(66,62,55)
#3B3831
(59,56,49)
#34322B
(52,50,43)
#2D2C25
(45,44,37)
#26261F
(38,38,31)
#1F2019
(31,32,25)
#181A13
(24,26,19)
#11140D
(17,20,13)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #504A43

#504A43
(80,74,67)
#5F5A54
(95,90,84)
#6E6A65
(110,106,101)
#7D7A76
(125,122,118)
#8C8A87
(140,138,135)
#9B9A98
(155,154,152)
#AAAAA9
(170,170,169)
#B9BABA
(185,186,186)
#C8CACB
(200,202,203)
#D7DADC
(215,218,220)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504A43; }

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

This text font color is #504A43.


Background Color

.myBgColor { background-color: #504A43; }

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

This div background color is #504A43.


Border color

.myBorderColor { border: 1px solid #504A43; }

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

This div border color is #504A43.


Opacity

.myOpacity80 { color: #504A43; opacity: 0.8; }

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

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

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

This text has shadow with #504A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A43 on black background.


Color preview on white background

This text has color #504A43 on white background.



Black color preview on #504A43 background

This text has black color on #504A43 background.


White color preview on #504A43 background

This text has white color on #504A43 background.