COLOR #503C0E

HEX: #503C0E
RGB: (80,60,14)

Color info

#503C0E contains mainly red and green colors. Web safe color of #503C0E is #663300 (or #630).

RGB color model

#503C0E color RGB value is (80,60,14).

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

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 14 of 255 = 5%

80
60
14

R + G + B ~ 20%. #503C0E is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 14 = 154 (100%)
R 80 of 154 ~ 51.95%
G 60 of 154 ~ 38.96%
B 14 of 154 ~ 9.09%

%51.95
%38.96

CMYK color model

#503C0E color CMYK value is (0,25,83,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 82.50%
  • key color value is 68.63%
CMYK:
(0,25,83,69)
C0M25Y83K69 
(0%,25%,83%,69%)
(0.00/0.25/0.83/0.69)	

CMYK percentages

%0
%25
%82.5
%68.63

Codes

Color #503C0E in popluar color models

503C0E
RGB806014
HSL42°70.21%18.43%
HSB/HSV42°82.50%31.37%
CMYK0.00%25.00%82.50%
68.63%

Color #503C0E in popluar number systems.

HEX503C0E
Decimal806014
Binary10100001111001110
Octal1207416

Shades and tints

Shades of #503C0E

#503C0E
(80,60,14)
#49370D
(73,55,13)
#42320C
(66,50,12)
#3B2D0B
(59,45,11)
#34280A
(52,40,10)
#2D2309
(45,35,9)
#261E08
(38,30,8)
#1F1907
(31,25,7)
#181406
(24,20,6)
#110F05
(17,15,5)
#0A0A04
(10,10,4)
#000000
(0,0,0)

Tints of #503C0E

#503C0E
(80,60,14)
#5F4D23
(95,77,35)
#6E5E38
(110,94,56)
#7D6F4D
(125,111,77)
#8C8062
(140,128,98)
#9B9177
(155,145,119)
#AAA28C
(170,162,140)
#B9B3A1
(185,179,161)
#C8C4B6
(200,196,182)
#D7D5CB
(215,213,203)
#E6E6E0
(230,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C0E; }

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

This text font color is #503C0E.


Background Color

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

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

This div background color is #503C0E.


Border color

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

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

This div border color is #503C0E.


Opacity

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

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

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

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

This text has shadow with #503C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C0E on black background.


Color preview on white background

This text has color #503C0E on white background.



Black color preview on #503C0E background

This text has black color on #503C0E background.


White color preview on #503C0E background

This text has white color on #503C0E background.