COLOR #504A46

HEX: #504A46
RGB: (80,74,70)

Color info

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

RGB color model

#504A46 color RGB value is (80,74,70).

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

RGB channels and saturation

R 80 of 255 = 31%
G 74 of 255 = 29%
B 70 of 255 = 27%

80
74
70

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

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 70 = 224 (100%)
R 80 of 224 ~ 35.71%
G 74 of 224 ~ 33.04%
B 70 of 224 ~ 31.25%

%35.71
%33.04
%31.25

CMYK color model

#504A46 color CMYK value is (0,7,13,69).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 12.50%
  • key color value is 68.63%
CMYK:
(0,7,13,69)
C0M7Y13K69 
(0%,7%,13%,69%)
(0.00/0.07/0.13/0.69)	

CMYK percentages

%0
%7.5
%12.5
%68.63

Codes

Color #504A46 in popluar color models

504A46
RGB807470
HSL24°6.67%29.41%
HSB/HSV24°12.50%31.37%
CMYK0.00%7.50%12.50%
68.63%

Color #504A46 in popluar number systems.

HEX504A46
Decimal807470
Binary101000010010101000110
Octal120112106

Shades and tints

Shades of #504A46

#504A46
(80,74,70)
#494440
(73,68,64)
#423E3A
(66,62,58)
#3B3834
(59,56,52)
#34322E
(52,50,46)
#2D2C28
(45,44,40)
#262622
(38,38,34)
#1F201C
(31,32,28)
#181A16
(24,26,22)
#111410
(17,20,16)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #504A46

#504A46
(80,74,70)
#5F5A56
(95,90,86)
#6E6A66
(110,106,102)
#7D7A76
(125,122,118)
#8C8A86
(140,138,134)
#9B9A96
(155,154,150)
#AAAAA6
(170,170,166)
#B9BAB6
(185,186,182)
#C8CAC6
(200,202,198)
#D7DAD6
(215,218,214)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504A46; }

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

This text font color is #504A46.


Background Color

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

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

This div background color is #504A46.


Border color

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

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

This div border color is #504A46.


Opacity

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

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

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

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

This text has shadow with #504A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A46 on black background.


Color preview on white background

This text has color #504A46 on white background.



Black color preview on #504A46 background

This text has black color on #504A46 background.


White color preview on #504A46 background

This text has white color on #504A46 background.