COLOR #503C18

HEX: #503C18
RGB: (80,60,24)

Color info

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

RGB color model

#503C18 color RGB value is (80,60,24).

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

RGB channels and saturation

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

80
60
24

R + G + B ~ 21%. #503C18 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 24 = 164 (100%)
R 80 of 164 ~ 48.78%
G 60 of 164 ~ 36.59%
B 24 of 164 ~ 14.63%

%48.78
%36.59
%14.63

CMYK color model

#503C18 color CMYK value is (0,25,70,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 70.00%
  • key color value is 68.63%
CMYK:
(0,25,70,69)
C0M25Y70K69 
(0%,25%,70%,69%)
(0.00/0.25/0.70/0.69)	

CMYK percentages

%0
%25
%70
%68.63

Codes

Color #503C18 in popluar color models

503C18
RGB806024
HSL39°53.85%20.39%
HSB/HSV39°70.00%31.37%
CMYK0.00%25.00%70.00%
68.63%

Color #503C18 in popluar number systems.

HEX503C18
Decimal806024
Binary101000011110011000
Octal1207430

Shades and tints

Shades of #503C18

#503C18
(80,60,24)
#493716
(73,55,22)
#423214
(66,50,20)
#3B2D12
(59,45,18)
#342810
(52,40,16)
#2D230E
(45,35,14)
#261E0C
(38,30,12)
#1F190A
(31,25,10)
#181408
(24,20,8)
#110F06
(17,15,6)
#0A0A04
(10,10,4)
#000000
(0,0,0)

Tints of #503C18

#503C18
(80,60,24)
#5F4D2D
(95,77,45)
#6E5E42
(110,94,66)
#7D6F57
(125,111,87)
#8C806C
(140,128,108)
#9B9181
(155,145,129)
#AAA296
(170,162,150)
#B9B3AB
(185,179,171)
#C8C4C0
(200,196,192)
#D7D5D5
(215,213,213)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C18; }

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

This text font color is #503C18.


Background Color

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

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

This div background color is #503C18.


Border color

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

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

This div border color is #503C18.


Opacity

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

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

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

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

This text has shadow with #503C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C18 on black background.


Color preview on white background

This text has color #503C18 on white background.



Black color preview on #503C18 background

This text has black color on #503C18 background.


White color preview on #503C18 background

This text has white color on #503C18 background.