COLOR #503A0D

HEX: #503A0D RGB: (80,58,13)

Color info

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

RGB color model

#503A0D color RGB value is (80,58,13).

RGB: (80,58,13) (31%, 23%, 5%)

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 13 of 255 = 5%

80
58
13

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

Portions of RGB colors in percentages

R + G + B = 80 + 58 + 13 = 151 (100%)
R 80 of 151 ~ 52.98%
G 58 of 151 ~ 38.41%
B 13 of 151 ~ 8.61'%

%52.98
%38.41

CMYK color model

#503A0D color CMYK value is (0,28,84,69).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 83.75%
  • key color value is 68.63%
CMYK: (0,28,84,69) C0M28Y84K69 (0%,28%,84%,69%) (0.00/0.28/0.84/0.69) 

CMYK percentages

%0
%27.5
%83.75
%68.63

Codes

Color #503A0D in popluar color models

50 3A 0D
RGB 80 58 13
HSL 40° 72.04% 18.24%
HSB/HSV 40° 83.75% 31.37%
CMYK 0.00% 27.50% 83.75%
68.63%

Color #503A0D in popluar number systems.

HEX 50 3A 0D
Decimal 80 58 13
Binary 1010000 111010 1101
Octal 120 72 15

Shades and tints

Shades of #503A0D

#503A0D
(80,58,13)
#49350C
(73,53,12)
#42300B
(66,48,11)
#3B2B0A
(59,43,10)
#342609
(52,38,9)
#2D2108
(45,33,8)
#261C07
(38,28,7)
#1F1706
(31,23,6)
#181205
(24,18,5)
#110D04
(17,13,4)
#0A0803
(10,8,3)
#000000
(0,0,0)

Tints of #503A0D

#503A0D
(80,58,13)
#5F4B23
(95,75,35)
#6E5C39
(110,92,57)
#7D6D4F
(125,109,79)
#8C7E65
(140,126,101)
#9B8F7B
(155,143,123)
#AAA091
(170,160,145)
#B9B1A7
(185,177,167)
#C8C2BD
(200,194,189)
#D7D3D3
(215,211,211)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503A0D; }

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

This text font color is #503A0D.

Background Color

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

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

This div background color is #503A0D.

Border color

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

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

This div border color is #503A0D.

Opacity

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

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

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

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

This text has shadow with #503A0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503A0D.

Preview

Color preview on black background

This text has color #503A0D on black background.


Color preview on white background

This text has color #503A0D on white background.


Black color preview on #503A0D background

This text has black color on #503A0D background.


White color preview on #503A0D background

This text has white color on #503A0D background.


Related colors

Complementary color

Complementary color for #hex is #AFC5F2.


I love getcolorcode.com

Triadic colors

1 #0D503A and #3A0D50 with #503A0D are triadic colors.

2 #0D3A50 and #3A500D with #503A0D are triadic colors.