COLOR #504416

HEX: #504416
RGB: (80,68,22)

Color info

#504416 contains red, green and blue colors in about the same proportion. Web safe color of #504416 is #663300 (or #630).

RGB color model

#504416 color RGB value is (80,68,22).

  • red value is 80;
  • green value is 68;
  • blue value is 22.
RGB:
(80,68,22)
(31%,27%,9%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 22 of 255 = 9%

80
68
22

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

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 22 = 170 (100%)
R 80 of 170 ~ 47.06%
G 68 of 170 ~ 40%
B 22 of 170 ~ 12.94%

%47.06
%40
%12.94

CMYK color model

#504416 color CMYK value is (0,15,73,69).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 72.50%
  • key color value is 68.63%
CMYK:
(0,15,73,69)
C0M15Y73K69 
(0%,15%,73%,69%)
(0.00/0.15/0.73/0.69)	

CMYK percentages

%0
%15
%72.5
%68.63

Codes

Color #504416 in popluar color models

504416
RGB806822
HSL48°56.86%20.00%
HSB/HSV48°72.50%31.37%
CMYK0.00%15.00%72.50%
68.63%

Color #504416 in popluar number systems.

HEX504416
Decimal806822
Binary1010000100010010110
Octal12010426

Shades and tints

Shades of #504416

#504416
(80,68,22)
#493E14
(73,62,20)
#423812
(66,56,18)
#3B3210
(59,50,16)
#342C0E
(52,44,14)
#2D260C
(45,38,12)
#26200A
(38,32,10)
#1F1A08
(31,26,8)
#181406
(24,20,6)
#110E04
(17,14,4)
#0A0802
(10,8,2)
#000000
(0,0,0)

Tints of #504416

#504416
(80,68,22)
#5F552B
(95,85,43)
#6E6640
(110,102,64)
#7D7755
(125,119,85)
#8C886A
(140,136,106)
#9B997F
(155,153,127)
#AAAA94
(170,170,148)
#B9BBA9
(185,187,169)
#C8CCBE
(200,204,190)
#D7DDD3
(215,221,211)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504416 color. Also use rgb(80,68,22) instead hex code.

Text Font Color

.myTextColor { color: #504416; }

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

This text font color is #504416.


Background Color

.myBgColor { background-color: #504416; }

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

This div background color is #504416.


Border color

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

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

This div border color is #504416.


Opacity

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

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

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

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

This text has shadow with #504416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504416 on black background.


Color preview on white background

This text has color #504416 on white background.



Black color preview on #504416 background

This text has black color on #504416 background.


White color preview on #504416 background

This text has white color on #504416 background.