COLOR #503F04

HEX: #503F04
RGB: (80,63,4)

Color info

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

RGB color model

#503F04 color RGB value is (80,63,4).

  • red value is 80;
  • green value is 63;
  • blue value is 4.
RGB:
(80,63,4)
(31%,25%,2%)

RGB channels and saturation

R 80 of 255 = 31%
G 63 of 255 = 25%
B 4 of 255 = 2%

80
63
4

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

Portions of RGB colors in percentages

R + G + B =
80 + 63 + 4 = 147 (100%)
R 80 of 147 ~ 54.42%
G 63 of 147 ~ 42.86%
B 4 of 147 ~ 2.72%

%54.42
%42.86

CMYK color model

#503F04 color CMYK value is (0,21,95,69).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 95.00%
  • key color value is 68.63%
CMYK:
(0,21,95,69)
C0M21Y95K69 
(0%,21%,95%,69%)
(0.00/0.21/0.95/0.69)	

CMYK percentages

%0
%21.25
%95
%68.63

Codes

Color #503F04 in popluar color models

503F04
RGB80634
HSL47°90.48%16.47%
HSB/HSV47°95.00%31.37%
CMYK0.00%21.25%95.00%
68.63%

Color #503F04 in popluar number systems.

HEX503F04
Decimal80634
Binary1010000111111100
Octal120774

Shades and tints

Shades of #503F04

#503F04
(80,63,4)
#493A04
(73,58,4)
#423504
(66,53,4)
#3B3004
(59,48,4)
#342B04
(52,43,4)
#2D2604
(45,38,4)
#262104
(38,33,4)
#1F1C04
(31,28,4)
#181704
(24,23,4)
#111204
(17,18,4)
#0A0D04
(10,13,4)
#000000
(0,0,0)

Tints of #503F04

#503F04
(80,63,4)
#5F501A
(95,80,26)
#6E6130
(110,97,48)
#7D7246
(125,114,70)
#8C835C
(140,131,92)
#9B9472
(155,148,114)
#AAA588
(170,165,136)
#B9B69E
(185,182,158)
#C8C7B4
(200,199,180)
#D7D8CA
(215,216,202)
#E6E9E0
(230,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503F04 color. Also use rgb(80,63,4) instead hex code.

Text Font Color

.myTextColor { color: #503F04; }

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

This text font color is #503F04.


Background Color

.myBgColor { background-color: #503F04; }

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

This div background color is #503F04.


Border color

.myBorderColor { border: 1px solid #503F04; }

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

This div border color is #503F04.


Opacity

.myOpacity80 { color: #503F04; opacity: 0.8; }

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

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

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

This text has shadow with #503F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503F04 on black background.


Color preview on white background

This text has color #503F04 on white background.



Black color preview on #503F04 background

This text has black color on #503F04 background.


White color preview on #503F04 background

This text has white color on #503F04 background.