COLOR #503F1F

HEX: #503F1F
RGB: (80,63,31)

Color info

#503F1F contains red, green and blue colors in about the same proportion. Web safe color of #503F1F is #663333 (or #633).

RGB color model

#503F1F color RGB value is (80,63,31).

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

RGB channels and saturation

R 80 of 255 = 31%
G 63 of 255 = 25%
B 31 of 255 = 12%

80
63
31

R + G + B ~ 23%. #503F1F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 63 + 31 = 174 (100%)
R 80 of 174 ~ 45.98%
G 63 of 174 ~ 36.21%
B 31 of 174 ~ 17.82%

%45.98
%36.21
%17.82

CMYK color model

#503F1F color CMYK value is (0,21,61,69).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(0,21,61,69)
C0M21Y61K69 
(0%,21%,61%,69%)
(0.00/0.21/0.61/0.69)	

CMYK percentages

%0
%21.25
%61.25
%68.63

Codes

Color #503F1F in popluar color models

503F1F
RGB806331
HSL39°44.14%21.76%
HSB/HSV39°61.25%31.37%
CMYK0.00%21.25%61.25%
68.63%

Color #503F1F in popluar number systems.

HEX503F1F
Decimal806331
Binary101000011111111111
Octal1207737

Shades and tints

Shades of #503F1F

#503F1F
(80,63,31)
#493A1D
(73,58,29)
#42351B
(66,53,27)
#3B3019
(59,48,25)
#342B17
(52,43,23)
#2D2615
(45,38,21)
#262113
(38,33,19)
#1F1C11
(31,28,17)
#18170F
(24,23,15)
#11120D
(17,18,13)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #503F1F

#503F1F
(80,63,31)
#5F5033
(95,80,51)
#6E6147
(110,97,71)
#7D725B
(125,114,91)
#8C836F
(140,131,111)
#9B9483
(155,148,131)
#AAA597
(170,165,151)
#B9B6AB
(185,182,171)
#C8C7BF
(200,199,191)
#D7D8D3
(215,216,211)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503F1F; }

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

This text font color is #503F1F.


Background Color

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

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

This div background color is #503F1F.


Border color

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

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

This div border color is #503F1F.


Opacity

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

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

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

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

This text has shadow with #503F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503F1F on black background.


Color preview on white background

This text has color #503F1F on white background.



Black color preview on #503F1F background

This text has black color on #503F1F background.


White color preview on #503F1F background

This text has white color on #503F1F background.