COLOR #504A2F

HEX: #504A2F
RGB: (80,74,47)

Color info

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

RGB color model

#504A2F color RGB value is (80,74,47).

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

RGB channels and saturation

R 80 of 255 = 31%
G 74 of 255 = 29%
B 47 of 255 = 18%

80
74
47

R + G + B ~ 26%. #504A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 74 + 47 = 201 (100%)
R 80 of 201 ~ 39.8%
G 74 of 201 ~ 36.82%
B 47 of 201 ~ 23.38%

%39.8
%36.82
%23.38

CMYK color model

#504A2F color CMYK value is (0,7,41,69).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 41.25%
  • key color value is 68.63%
CMYK:
(0,7,41,69)
C0M7Y41K69 
(0%,7%,41%,69%)
(0.00/0.07/0.41/0.69)	

CMYK percentages

%0
%7.5
%41.25
%68.63

Codes

Color #504A2F in popluar color models

504A2F
RGB807447
HSL49°25.98%24.90%
HSB/HSV49°41.25%31.37%
CMYK0.00%7.50%41.25%
68.63%

Color #504A2F in popluar number systems.

HEX504A2F
Decimal807447
Binary10100001001010101111
Octal12011257

Shades and tints

Shades of #504A2F

#504A2F
(80,74,47)
#49442B
(73,68,43)
#423E27
(66,62,39)
#3B3823
(59,56,35)
#34321F
(52,50,31)
#2D2C1B
(45,44,27)
#262617
(38,38,23)
#1F2013
(31,32,19)
#181A0F
(24,26,15)
#11140B
(17,20,11)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #504A2F

#504A2F
(80,74,47)
#5F5A41
(95,90,65)
#6E6A53
(110,106,83)
#7D7A65
(125,122,101)
#8C8A77
(140,138,119)
#9B9A89
(155,154,137)
#AAAA9B
(170,170,155)
#B9BAAD
(185,186,173)
#C8CABF
(200,202,191)
#D7DAD1
(215,218,209)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504A2F; }

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

This text font color is #504A2F.


Background Color

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

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

This div background color is #504A2F.


Border color

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

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

This div border color is #504A2F.


Opacity

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

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

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

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

This text has shadow with #504A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504A2F on black background.


Color preview on white background

This text has color #504A2F on white background.



Black color preview on #504A2F background

This text has black color on #504A2F background.


White color preview on #504A2F background

This text has white color on #504A2F background.