COLOR #503D19

HEX: #503D19
RGB: (80,61,25)

Color info

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

RGB color model

#503D19 color RGB value is (80,61,25).

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

RGB channels and saturation

R 80 of 255 = 31%
G 61 of 255 = 24%
B 25 of 255 = 10%

80
61
25

R + G + B ~ 22%. #503D19 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 61 + 25 = 166 (100%)
R 80 of 166 ~ 48.19%
G 61 of 166 ~ 36.75%
B 25 of 166 ~ 15.06%

%48.19
%36.75
%15.06

CMYK color model

#503D19 color CMYK value is (0,24,69,69).

  • cyan value is 0.00%
  • magenta value is 23.75%
  • yellow value is 68.75%
  • key color value is 68.63%
CMYK:
(0,24,69,69)
C0M24Y69K69 
(0%,24%,69%,69%)
(0.00/0.24/0.69/0.69)	

CMYK percentages

%0
%23.75
%68.75
%68.63

Codes

Color #503D19 in popluar color models

503D19
RGB806125
HSL39°52.38%20.59%
HSB/HSV39°68.75%31.37%
CMYK0.00%23.75%68.75%
68.63%

Color #503D19 in popluar number systems.

HEX503D19
Decimal806125
Binary101000011110111001
Octal1207531

Shades and tints

Shades of #503D19

#503D19
(80,61,25)
#493817
(73,56,23)
#423315
(66,51,21)
#3B2E13
(59,46,19)
#342911
(52,41,17)
#2D240F
(45,36,15)
#261F0D
(38,31,13)
#1F1A0B
(31,26,11)
#181509
(24,21,9)
#111007
(17,16,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #503D19

#503D19
(80,61,25)
#5F4E2D
(95,78,45)
#6E5F41
(110,95,65)
#7D7055
(125,112,85)
#8C8169
(140,129,105)
#9B927D
(155,146,125)
#AAA391
(170,163,145)
#B9B4A5
(185,180,165)
#C8C5B9
(200,197,185)
#D7D6CD
(215,214,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503D19 color. Also use rgb(80,61,25) instead hex code.

Text Font Color

.myTextColor { color: #503D19; }

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

This text font color is #503D19.


Background Color

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

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

This div background color is #503D19.


Border color

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

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

This div border color is #503D19.


Opacity

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

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

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

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

This text has shadow with #503D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503D19 on black background.


Color preview on white background

This text has color #503D19 on white background.



Black color preview on #503D19 background

This text has black color on #503D19 background.


White color preview on #503D19 background

This text has white color on #503D19 background.