COLOR #504D16

HEX: #504D16
RGB: (80,77,22)

Color info

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

RGB color model

#504D16 color RGB value is (80,77,22).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 22 of 255 = 9%

80
77
22

R + G + B ~ 23%. #504D16 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 22 = 179 (100%)
R 80 of 179 ~ 44.69%
G 77 of 179 ~ 43.02%
B 22 of 179 ~ 12.29%

%44.69
%43.02
%12.29

CMYK color model

#504D16 color CMYK value is (0,4,73,69).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 72.50%
  • key color value is 68.63%
CMYK:
(0,4,73,69)
C0M4Y73K69 
(0%,4%,73%,69%)
(0.00/0.04/0.73/0.69)	

CMYK percentages

%0
%3.75
%72.5
%68.63

Codes

Color #504D16 in popluar color models

504D16
RGB807722
HSL57°56.86%20.00%
HSB/HSV57°72.50%31.37%
CMYK0.00%3.75%72.50%
68.63%

Color #504D16 in popluar number systems.

HEX504D16
Decimal807722
Binary1010000100110110110
Octal12011526

Shades and tints

Shades of #504D16

#504D16
(80,77,22)
#494614
(73,70,20)
#423F12
(66,63,18)
#3B3810
(59,56,16)
#34310E
(52,49,14)
#2D2A0C
(45,42,12)
#26230A
(38,35,10)
#1F1C08
(31,28,8)
#181506
(24,21,6)
#110E04
(17,14,4)
#0A0702
(10,7,2)
#000000
(0,0,0)

Tints of #504D16

#504D16
(80,77,22)
#5F5D2B
(95,93,43)
#6E6D40
(110,109,64)
#7D7D55
(125,125,85)
#8C8D6A
(140,141,106)
#9B9D7F
(155,157,127)
#AAAD94
(170,173,148)
#B9BDA9
(185,189,169)
#C8CDBE
(200,205,190)
#D7DDD3
(215,221,211)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D16; }

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

This text font color is #504D16.


Background Color

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

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

This div background color is #504D16.


Border color

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

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

This div border color is #504D16.


Opacity

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

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

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

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

This text has shadow with #504D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D16 on black background.


Color preview on white background

This text has color #504D16 on white background.



Black color preview on #504D16 background

This text has black color on #504D16 background.


White color preview on #504D16 background

This text has white color on #504D16 background.