COLOR #504003

HEX: #504003
RGB: (80,64,3)

Color info

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

RGB color model

#504003 color RGB value is (80,64,3).

  • red value is 80;
  • green value is 64;
  • blue value is 3.
RGB:
(80,64,3)
(31%,25%,1%)

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 3 of 255 = 1%

80
64
3

R + G + B ~ 19%. #504003 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 3 = 147 (100%)
R 80 of 147 ~ 54.42%
G 64 of 147 ~ 43.54%
B 3 of 147 ~ 2.04%

%54.42
%43.54

CMYK color model

#504003 color CMYK value is (0,20,96,69).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 96.25%
  • key color value is 68.63%
CMYK:
(0,20,96,69)
C0M20Y96K69 
(0%,20%,96%,69%)
(0.00/0.20/0.96/0.69)	

CMYK percentages

%0
%20
%96.25
%68.63

Codes

Color #504003 in popluar color models

504003
RGB80643
HSL48°92.77%16.27%
HSB/HSV48°96.25%31.37%
CMYK0.00%20.00%96.25%
68.63%

Color #504003 in popluar number systems.

HEX504003
Decimal80643
Binary1010000100000011
Octal1201003

Shades and tints

Shades of #504003

#504003
(80,64,3)
#493B03
(73,59,3)
#423603
(66,54,3)
#3B3103
(59,49,3)
#342C03
(52,44,3)
#2D2703
(45,39,3)
#262203
(38,34,3)
#1F1D03
(31,29,3)
#181803
(24,24,3)
#111303
(17,19,3)
#0A0E03
(10,14,3)
#000000
(0,0,0)

Tints of #504003

#504003
(80,64,3)
#5F5119
(95,81,25)
#6E622F
(110,98,47)
#7D7345
(125,115,69)
#8C845B
(140,132,91)
#9B9571
(155,149,113)
#AAA687
(170,166,135)
#B9B79D
(185,183,157)
#C8C8B3
(200,200,179)
#D7D9C9
(215,217,201)
#E6EADF
(230,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504003 color. Also use rgb(80,64,3) instead hex code.

Text Font Color

.myTextColor { color: #504003; }

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

This text font color is #504003.


Background Color

.myBgColor { background-color: #504003; }

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

This div background color is #504003.


Border color

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

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

This div border color is #504003.


Opacity

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

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

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

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

This text has shadow with #504003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504003 on black background.


Color preview on white background

This text has color #504003 on white background.



Black color preview on #504003 background

This text has black color on #504003 background.


White color preview on #504003 background

This text has white color on #504003 background.