COLOR #504208

HEX: #504208
RGB: (80,66,8)

Color info

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

RGB color model

#504208 color RGB value is (80,66,8).

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

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 8 of 255 = 3%

80
66
8

R + G + B ~ 20%. #504208 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 8 = 154 (100%)
R 80 of 154 ~ 51.95%
G 66 of 154 ~ 42.86%
B 8 of 154 ~ 5.19%

%51.95
%42.86

CMYK color model

#504208 color CMYK value is (0,18,90,69).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 90.00%
  • key color value is 68.63%
CMYK:
(0,18,90,69)
C0M18Y90K69 
(0%,18%,90%,69%)
(0.00/0.18/0.90/0.69)	

CMYK percentages

%0
%17.5
%90
%68.63

Codes

Color #504208 in popluar color models

504208
RGB80668
HSL48°81.82%17.25%
HSB/HSV48°90.00%31.37%
CMYK0.00%17.50%90.00%
68.63%

Color #504208 in popluar number systems.

HEX504208
Decimal80668
Binary101000010000101000
Octal12010210

Shades and tints

Shades of #504208

#504208
(80,66,8)
#493C08
(73,60,8)
#423608
(66,54,8)
#3B3008
(59,48,8)
#342A08
(52,42,8)
#2D2408
(45,36,8)
#261E08
(38,30,8)
#1F1808
(31,24,8)
#181208
(24,18,8)
#110C08
(17,12,8)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #504208

#504208
(80,66,8)
#5F531E
(95,83,30)
#6E6434
(110,100,52)
#7D754A
(125,117,74)
#8C8660
(140,134,96)
#9B9776
(155,151,118)
#AAA88C
(170,168,140)
#B9B9A2
(185,185,162)
#C8CAB8
(200,202,184)
#D7DBCE
(215,219,206)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504208 color. Also use rgb(80,66,8) instead hex code.

Text Font Color

.myTextColor { color: #504208; }

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

This text font color is #504208.


Background Color

.myBgColor { background-color: #504208; }

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

This div background color is #504208.


Border color

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

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

This div border color is #504208.


Opacity

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

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

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

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

This text has shadow with #504208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504208 on black background.


Color preview on white background

This text has color #504208 on white background.



Black color preview on #504208 background

This text has black color on #504208 background.


White color preview on #504208 background

This text has white color on #504208 background.