COLOR #503A10

HEX: #503A10
RGB: (80,58,16)

Color info

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

RGB color model

#503A10 color RGB value is (80,58,16).

  • red value is 80;
  • green value is 58;
  • blue value is 16.
RGB:
(80,58,16)
(31%,23%,6%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 16 of 255 = 6%

80
58
16

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

Portions of RGB colors in percentages

R + G + B =
80 + 58 + 16 = 154 (100%)
R 80 of 154 ~ 51.95%
G 58 of 154 ~ 37.66%
B 16 of 154 ~ 10.39%

%51.95
%37.66
%10.39

CMYK color model

#503A10 color CMYK value is (0,28,80,69).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 80.00%
  • key color value is 68.63%
CMYK:
(0,28,80,69)
C0M28Y80K69 
(0%,28%,80%,69%)
(0.00/0.28/0.80/0.69)	

CMYK percentages

%0
%27.5
%80
%68.63

Codes

Color #503A10 in popluar color models

503A10
RGB805816
HSL39°66.67%18.82%
HSB/HSV39°80.00%31.37%
CMYK0.00%27.50%80.00%
68.63%

Color #503A10 in popluar number systems.

HEX503A10
Decimal805816
Binary101000011101010000
Octal1207220

Shades and tints

Shades of #503A10

#503A10
(80,58,16)
#49350F
(73,53,15)
#42300E
(66,48,14)
#3B2B0D
(59,43,13)
#34260C
(52,38,12)
#2D210B
(45,33,11)
#261C0A
(38,28,10)
#1F1709
(31,23,9)
#181208
(24,18,8)
#110D07
(17,13,7)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #503A10

#503A10
(80,58,16)
#5F4B25
(95,75,37)
#6E5C3A
(110,92,58)
#7D6D4F
(125,109,79)
#8C7E64
(140,126,100)
#9B8F79
(155,143,121)
#AAA08E
(170,160,142)
#B9B1A3
(185,177,163)
#C8C2B8
(200,194,184)
#D7D3CD
(215,211,205)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503A10 color. Also use rgb(80,58,16) instead hex code.

Text Font Color

.myTextColor { color: #503A10; }

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

This text font color is #503A10.


Background Color

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

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

This div background color is #503A10.


Border color

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

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

This div border color is #503A10.


Opacity

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

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

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

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

This text has shadow with #503A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503A10 on black background.


Color preview on white background

This text has color #503A10 on white background.



Black color preview on #503A10 background

This text has black color on #503A10 background.


White color preview on #503A10 background

This text has white color on #503A10 background.