COLOR #503C1F

HEX: #503C1F
RGB: (80,60,31)

Color info

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

RGB color model

#503C1F color RGB value is (80,60,31).

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

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 31 of 255 = 12%

80
60
31

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

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 31 = 171 (100%)
R 80 of 171 ~ 46.78%
G 60 of 171 ~ 35.09%
B 31 of 171 ~ 18.13%

%46.78
%35.09
%18.13

CMYK color model

#503C1F color CMYK value is (0,25,61,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(0,25,61,69)
C0M25Y61K69 
(0%,25%,61%,69%)
(0.00/0.25/0.61/0.69)	

CMYK percentages

%0
%25
%61.25
%68.63

Codes

Color #503C1F in popluar color models

503C1F
RGB806031
HSL36°44.14%21.76%
HSB/HSV36°61.25%31.37%
CMYK0.00%25.00%61.25%
68.63%

Color #503C1F in popluar number systems.

HEX503C1F
Decimal806031
Binary101000011110011111
Octal1207437

Shades and tints

Shades of #503C1F

#503C1F
(80,60,31)
#49371D
(73,55,29)
#42321B
(66,50,27)
#3B2D19
(59,45,25)
#342817
(52,40,23)
#2D2315
(45,35,21)
#261E13
(38,30,19)
#1F1911
(31,25,17)
#18140F
(24,20,15)
#110F0D
(17,15,13)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #503C1F

#503C1F
(80,60,31)
#5F4D33
(95,77,51)
#6E5E47
(110,94,71)
#7D6F5B
(125,111,91)
#8C806F
(140,128,111)
#9B9183
(155,145,131)
#AAA297
(170,162,151)
#B9B3AB
(185,179,171)
#C8C4BF
(200,196,191)
#D7D5D3
(215,213,211)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C1F; }

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

This text font color is #503C1F.


Background Color

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

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

This div background color is #503C1F.


Border color

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

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

This div border color is #503C1F.


Opacity

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

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

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

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

This text has shadow with #503C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C1F on black background.


Color preview on white background

This text has color #503C1F on white background.



Black color preview on #503C1F background

This text has black color on #503C1F background.


White color preview on #503C1F background

This text has white color on #503C1F background.