COLOR #504314

HEX: #504314
RGB: (80,67,20)

Color info

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

RGB color model

#504314 color RGB value is (80,67,20).

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

RGB channels and saturation

R 80 of 255 = 31%
G 67 of 255 = 26%
B 20 of 255 = 8%

80
67
20

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

Portions of RGB colors in percentages

R + G + B =
80 + 67 + 20 = 167 (100%)
R 80 of 167 ~ 47.9%
G 67 of 167 ~ 40.12%
B 20 of 167 ~ 11.98%

%47.9
%40.12
%11.98

CMYK color model

#504314 color CMYK value is (0,16,75,69).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK:
(0,16,75,69)
C0M16Y75K69 
(0%,16%,75%,69%)
(0.00/0.16/0.75/0.69)	

CMYK percentages

%0
%16.25
%75
%68.63

Codes

Color #504314 in popluar color models

504314
RGB806720
HSL47°60.00%19.61%
HSB/HSV47°75.00%31.37%
CMYK0.00%16.25%75.00%
68.63%

Color #504314 in popluar number systems.

HEX504314
Decimal806720
Binary1010000100001110100
Octal12010324

Shades and tints

Shades of #504314

#504314
(80,67,20)
#493D13
(73,61,19)
#423712
(66,55,18)
#3B3111
(59,49,17)
#342B10
(52,43,16)
#2D250F
(45,37,15)
#261F0E
(38,31,14)
#1F190D
(31,25,13)
#18130C
(24,19,12)
#110D0B
(17,13,11)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #504314

#504314
(80,67,20)
#5F5429
(95,84,41)
#6E653E
(110,101,62)
#7D7653
(125,118,83)
#8C8768
(140,135,104)
#9B987D
(155,152,125)
#AAA992
(170,169,146)
#B9BAA7
(185,186,167)
#C8CBBC
(200,203,188)
#D7DCD1
(215,220,209)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504314; }

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

This text font color is #504314.


Background Color

.myBgColor { background-color: #504314; }

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

This div background color is #504314.


Border color

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

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

This div border color is #504314.


Opacity

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

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

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

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

This text has shadow with #504314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504314 on black background.


Color preview on white background

This text has color #504314 on white background.



Black color preview on #504314 background

This text has black color on #504314 background.


White color preview on #504314 background

This text has white color on #504314 background.