COLOR #503F16

HEX: #503F16
RGB: (80,63,22)

Color info

#503F16 contains red, green and blue colors in about the same proportion. Web safe color of #503F16 is #663300 (or #630).

RGB color model

#503F16 color RGB value is (80,63,22).

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

RGB channels and saturation

R 80 of 255 = 31%
G 63 of 255 = 25%
B 22 of 255 = 9%

80
63
22

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

Portions of RGB colors in percentages

R + G + B =
80 + 63 + 22 = 165 (100%)
R 80 of 165 ~ 48.48%
G 63 of 165 ~ 38.18%
B 22 of 165 ~ 13.33%

%48.48
%38.18
%13.33

CMYK color model

#503F16 color CMYK value is (0,21,73,69).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 72.50%
  • key color value is 68.63%
CMYK:
(0,21,73,69)
C0M21Y73K69 
(0%,21%,73%,69%)
(0.00/0.21/0.73/0.69)	

CMYK percentages

%0
%21.25
%72.5
%68.63

Codes

Color #503F16 in popluar color models

503F16
RGB806322
HSL42°56.86%20.00%
HSB/HSV42°72.50%31.37%
CMYK0.00%21.25%72.50%
68.63%

Color #503F16 in popluar number systems.

HEX503F16
Decimal806322
Binary101000011111110110
Octal1207726

Shades and tints

Shades of #503F16

#503F16
(80,63,22)
#493A14
(73,58,20)
#423512
(66,53,18)
#3B3010
(59,48,16)
#342B0E
(52,43,14)
#2D260C
(45,38,12)
#26210A
(38,33,10)
#1F1C08
(31,28,8)
#181706
(24,23,6)
#111204
(17,18,4)
#0A0D02
(10,13,2)
#000000
(0,0,0)

Tints of #503F16

#503F16
(80,63,22)
#5F502B
(95,80,43)
#6E6140
(110,97,64)
#7D7255
(125,114,85)
#8C836A
(140,131,106)
#9B947F
(155,148,127)
#AAA594
(170,165,148)
#B9B6A9
(185,182,169)
#C8C7BE
(200,199,190)
#D7D8D3
(215,216,211)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503F16; }

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

This text font color is #503F16.


Background Color

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

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

This div background color is #503F16.


Border color

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

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

This div border color is #503F16.


Opacity

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

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

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

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

This text has shadow with #503F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503F16 on black background.


Color preview on white background

This text has color #503F16 on white background.



Black color preview on #503F16 background

This text has black color on #503F16 background.


White color preview on #503F16 background

This text has white color on #503F16 background.