COLOR #503C0A

HEX: #503C0A
RGB: (80,60,10)

Color info

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

RGB color model

#503C0A color RGB value is (80,60,10).

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

RGB channels and saturation

R 80 of 255 = 31%
G 60 of 255 = 24%
B 10 of 255 = 4%

80
60
10

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

Portions of RGB colors in percentages

R + G + B =
80 + 60 + 10 = 150 (100%)
R 80 of 150 ~ 53.33%
G 60 of 150 ~ 40%
B 10 of 150 ~ 6.67%

%53.33
%40

CMYK color model

#503C0A color CMYK value is (0,25,88,69).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 87.50%
  • key color value is 68.63%
CMYK:
(0,25,88,69)
C0M25Y88K69 
(0%,25%,88%,69%)
(0.00/0.25/0.88/0.69)	

CMYK percentages

%0
%25
%87.5
%68.63

Codes

Color #503C0A in popluar color models

503C0A
RGB806010
HSL43°77.78%17.65%
HSB/HSV43°87.50%31.37%
CMYK0.00%25.00%87.50%
68.63%

Color #503C0A in popluar number systems.

HEX503C0A
Decimal806010
Binary10100001111001010
Octal1207412

Shades and tints

Shades of #503C0A

#503C0A
(80,60,10)
#49370A
(73,55,10)
#42320A
(66,50,10)
#3B2D0A
(59,45,10)
#34280A
(52,40,10)
#2D230A
(45,35,10)
#261E0A
(38,30,10)
#1F190A
(31,25,10)
#18140A
(24,20,10)
#110F0A
(17,15,10)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #503C0A

#503C0A
(80,60,10)
#5F4D20
(95,77,32)
#6E5E36
(110,94,54)
#7D6F4C
(125,111,76)
#8C8062
(140,128,98)
#9B9178
(155,145,120)
#AAA28E
(170,162,142)
#B9B3A4
(185,179,164)
#C8C4BA
(200,196,186)
#D7D5D0
(215,213,208)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503C0A; }

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

This text font color is #503C0A.


Background Color

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

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

This div background color is #503C0A.


Border color

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

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

This div border color is #503C0A.


Opacity

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

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

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

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

This text has shadow with #503C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503C0A on black background.


Color preview on white background

This text has color #503C0A on white background.



Black color preview on #503C0A background

This text has black color on #503C0A background.


White color preview on #503C0A background

This text has white color on #503C0A background.