COLOR #503C1B

HEX: #503C1B
RGB: (80,60,27)

Color info

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

RGB color model

#503C1B color RGB value is (80,60,27).

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

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 27 of 255 = 11%

80
60
27

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

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 27 = 167 (100%)
R 80 of 167 ~ 47.9%
G 60 of 167 ~ 35.93%
B 27 of 167 ~ 16.17%

%47.9
%35.93
%16.17

CMYK color model

#503C1B color CMYK value is (0,25,66,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 66.25%
  • key color value is 68.63%
CMYK:
(0,25,66,69)
C0M25Y66K69 
(0%,25%,66%,69%)
(0.00/0.25/0.66/0.69)	

CMYK percentages

%0
%25
%66.25
%68.63

Codes

Color #503C1B in popluar color models

503C1B
RGB806027
HSL37°49.53%20.98%
HSB/HSV37°66.25%31.37%
CMYK0.00%25.00%66.25%
68.63%

Color #503C1B in popluar number systems.

HEX503C1B
Decimal806027
Binary101000011110011011
Octal1207433

Shades and tints

Shades of #503C1B

#503C1B
(80,60,27)
#493719
(73,55,25)
#423217
(66,50,23)
#3B2D15
(59,45,21)
#342813
(52,40,19)
#2D2311
(45,35,17)
#261E0F
(38,30,15)
#1F190D
(31,25,13)
#18140B
(24,20,11)
#110F09
(17,15,9)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #503C1B

#503C1B
(80,60,27)
#5F4D2F
(95,77,47)
#6E5E43
(110,94,67)
#7D6F57
(125,111,87)
#8C806B
(140,128,107)
#9B917F
(155,145,127)
#AAA293
(170,162,147)
#B9B3A7
(185,179,167)
#C8C4BB
(200,196,187)
#D7D5CF
(215,213,207)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C1B; }

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

This text font color is #503C1B.


Background Color

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

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

This div background color is #503C1B.


Border color

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

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

This div border color is #503C1B.


Opacity

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

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

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

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

This text has shadow with #503C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C1B on black background.


Color preview on white background

This text has color #503C1B on white background.



Black color preview on #503C1B background

This text has black color on #503C1B background.


White color preview on #503C1B background

This text has white color on #503C1B background.