COLOR #504407

HEX: #504407
RGB: (80,68,7)

Color info

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

RGB color model

#504407 color RGB value is (80,68,7).

  • red value is 80;
  • green value is 68;
  • blue value is 7.
RGB:
(80,68,7)
(31%,27%,3%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 7 of 255 = 3%

80
68
7

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

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 7 = 155 (100%)
R 80 of 155 ~ 51.61%
G 68 of 155 ~ 43.87%
B 7 of 155 ~ 4.52%

%51.61
%43.87

CMYK color model

#504407 color CMYK value is (0,15,91,69).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 91.25%
  • key color value is 68.63%
CMYK:
(0,15,91,69)
C0M15Y91K69 
(0%,15%,91%,69%)
(0.00/0.15/0.91/0.69)	

CMYK percentages

%0
%15
%91.25
%68.63

Codes

Color #504407 in popluar color models

504407
RGB80687
HSL50°83.91%17.06%
HSB/HSV50°91.25%31.37%
CMYK0.00%15.00%91.25%
68.63%

Color #504407 in popluar number systems.

HEX504407
Decimal80687
Binary10100001000100111
Octal1201047

Shades and tints

Shades of #504407

#504407
(80,68,7)
#493E07
(73,62,7)
#423807
(66,56,7)
#3B3207
(59,50,7)
#342C07
(52,44,7)
#2D2607
(45,38,7)
#262007
(38,32,7)
#1F1A07
(31,26,7)
#181407
(24,20,7)
#110E07
(17,14,7)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #504407

#504407
(80,68,7)
#5F551D
(95,85,29)
#6E6633
(110,102,51)
#7D7749
(125,119,73)
#8C885F
(140,136,95)
#9B9975
(155,153,117)
#AAAA8B
(170,170,139)
#B9BBA1
(185,187,161)
#C8CCB7
(200,204,183)
#D7DDCD
(215,221,205)
#E6EEE3
(230,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504407 color. Also use rgb(80,68,7) instead hex code.

Text Font Color

.myTextColor { color: #504407; }

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

This text font color is #504407.


Background Color

.myBgColor { background-color: #504407; }

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

This div background color is #504407.


Border color

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

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

This div border color is #504407.


Opacity

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

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

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

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

This text has shadow with #504407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504407 on black background.


Color preview on white background

This text has color #504407 on white background.



Black color preview on #504407 background

This text has black color on #504407 background.


White color preview on #504407 background

This text has white color on #504407 background.