COLOR #504D14

HEX: #504D14
RGB: (80,77,20)

Color info

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

RGB color model

#504D14 color RGB value is (80,77,20).

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

RGB channels and saturation

R 80 of 255 = 31%
G 77 of 255 = 30%
B 20 of 255 = 8%

80
77
20

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

Portions of RGB colors in percentages

R + G + B =
80 + 77 + 20 = 177 (100%)
R 80 of 177 ~ 45.2%
G 77 of 177 ~ 43.5%
B 20 of 177 ~ 11.3%

%45.2
%43.5
%11.3

CMYK color model

#504D14 color CMYK value is (0,4,75,69).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK:
(0,4,75,69)
C0M4Y75K69 
(0%,4%,75%,69%)
(0.00/0.04/0.75/0.69)	

CMYK percentages

%0
%3.75
%75
%68.63

Codes

Color #504D14 in popluar color models

504D14
RGB807720
HSL57°60.00%19.61%
HSB/HSV57°75.00%31.37%
CMYK0.00%3.75%75.00%
68.63%

Color #504D14 in popluar number systems.

HEX504D14
Decimal807720
Binary1010000100110110100
Octal12011524

Shades and tints

Shades of #504D14

#504D14
(80,77,20)
#494613
(73,70,19)
#423F12
(66,63,18)
#3B3811
(59,56,17)
#343110
(52,49,16)
#2D2A0F
(45,42,15)
#26230E
(38,35,14)
#1F1C0D
(31,28,13)
#18150C
(24,21,12)
#110E0B
(17,14,11)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #504D14

#504D14
(80,77,20)
#5F5D29
(95,93,41)
#6E6D3E
(110,109,62)
#7D7D53
(125,125,83)
#8C8D68
(140,141,104)
#9B9D7D
(155,157,125)
#AAAD92
(170,173,146)
#B9BDA7
(185,189,167)
#C8CDBC
(200,205,188)
#D7DDD1
(215,221,209)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504D14; }

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

This text font color is #504D14.


Background Color

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

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

This div background color is #504D14.


Border color

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

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

This div border color is #504D14.


Opacity

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

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

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

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

This text has shadow with #504D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504D14 on black background.


Color preview on white background

This text has color #504D14 on white background.



Black color preview on #504D14 background

This text has black color on #504D14 background.


White color preview on #504D14 background

This text has white color on #504D14 background.