COLOR #504514

HEX: #504514
RGB: (80,69,20)

Color info

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

RGB color model

#504514 color RGB value is (80,69,20).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 20 of 255 = 8%

80
69
20

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

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 20 = 169 (100%)
R 80 of 169 ~ 47.34%
G 69 of 169 ~ 40.83%
B 20 of 169 ~ 11.83%

%47.34
%40.83
%11.83

CMYK color model

#504514 color CMYK value is (0,14,75,69).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK:
(0,14,75,69)
C0M14Y75K69 
(0%,14%,75%,69%)
(0.00/0.14/0.75/0.69)	

CMYK percentages

%0
%13.75
%75
%68.63

Codes

Color #504514 in popluar color models

504514
RGB806920
HSL49°60.00%19.61%
HSB/HSV49°75.00%31.37%
CMYK0.00%13.75%75.00%
68.63%

Color #504514 in popluar number systems.

HEX504514
Decimal806920
Binary1010000100010110100
Octal12010524

Shades and tints

Shades of #504514

#504514
(80,69,20)
#493F13
(73,63,19)
#423912
(66,57,18)
#3B3311
(59,51,17)
#342D10
(52,45,16)
#2D270F
(45,39,15)
#26210E
(38,33,14)
#1F1B0D
(31,27,13)
#18150C
(24,21,12)
#110F0B
(17,15,11)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #504514

#504514
(80,69,20)
#5F5529
(95,85,41)
#6E653E
(110,101,62)
#7D7553
(125,117,83)
#8C8568
(140,133,104)
#9B957D
(155,149,125)
#AAA592
(170,165,146)
#B9B5A7
(185,181,167)
#C8C5BC
(200,197,188)
#D7D5D1
(215,213,209)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504514; }

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

This text font color is #504514.


Background Color

.myBgColor { background-color: #504514; }

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

This div background color is #504514.


Border color

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

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

This div border color is #504514.


Opacity

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

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

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

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

This text has shadow with #504514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504514 on black background.


Color preview on white background

This text has color #504514 on white background.



Black color preview on #504514 background

This text has black color on #504514 background.


White color preview on #504514 background

This text has white color on #504514 background.