COLOR #504512

HEX: #504512
RGB: (80,69,18)

Color info

#504512 contains mainly red and green colors. Web safe color of #504512 is #663300 (or #630).

RGB color model

#504512 color RGB value is (80,69,18).

  • red value is 80;
  • green value is 69;
  • blue value is 18.
RGB:
(80,69,18)
(31%,27%,7%)

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 18 of 255 = 7%

80
69
18

R + G + B ~ 22%. #504512 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 18 = 167 (100%)
R 80 of 167 ~ 47.9%
G 69 of 167 ~ 41.32%
B 18 of 167 ~ 10.78%

%47.9
%41.32
%10.78

CMYK color model

#504512 color CMYK value is (0,14,78,69).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 77.50%
  • key color value is 68.63%
CMYK:
(0,14,78,69)
C0M14Y78K69 
(0%,14%,78%,69%)
(0.00/0.14/0.78/0.69)	

CMYK percentages

%0
%13.75
%77.5
%68.63

Codes

Color #504512 in popluar color models

504512
RGB806918
HSL49°63.27%19.22%
HSB/HSV49°77.50%31.37%
CMYK0.00%13.75%77.50%
68.63%

Color #504512 in popluar number systems.

HEX504512
Decimal806918
Binary1010000100010110010
Octal12010522

Shades and tints

Shades of #504512

#504512
(80,69,18)
#493F11
(73,63,17)
#423910
(66,57,16)
#3B330F
(59,51,15)
#342D0E
(52,45,14)
#2D270D
(45,39,13)
#26210C
(38,33,12)
#1F1B0B
(31,27,11)
#18150A
(24,21,10)
#110F09
(17,15,9)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #504512

#504512
(80,69,18)
#5F5527
(95,85,39)
#6E653C
(110,101,60)
#7D7551
(125,117,81)
#8C8566
(140,133,102)
#9B957B
(155,149,123)
#AAA590
(170,165,144)
#B9B5A5
(185,181,165)
#C8C5BA
(200,197,186)
#D7D5CF
(215,213,207)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504512 color. Also use rgb(80,69,18) instead hex code.

Text Font Color

.myTextColor { color: #504512; }

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

This text font color is #504512.


Background Color

.myBgColor { background-color: #504512; }

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

This div background color is #504512.


Border color

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

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

This div border color is #504512.


Opacity

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

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

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

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

This text has shadow with #504512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504512 on black background.


Color preview on white background

This text has color #504512 on white background.



Black color preview on #504512 background

This text has black color on #504512 background.


White color preview on #504512 background

This text has white color on #504512 background.