COLOR #503016

HEX: #503016
RGB: (80,48,22)

Color info

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

RGB color model

#503016 color RGB value is (80,48,22).

  • red value is 80;
  • green value is 48;
  • blue value is 22.
RGB:
(80,48,22)
(31%,19%,9%)

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 22 of 255 = 9%

80
48
22

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

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 22 = 150 (100%)
R 80 of 150 ~ 53.33%
G 48 of 150 ~ 32%
B 22 of 150 ~ 14.67%

%53.33
%32
%14.67

CMYK color model

#503016 color CMYK value is (0,40,73,69).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 72.50%
  • key color value is 68.63%
CMYK:
(0,40,73,69)
C0M40Y73K69 
(0%,40%,73%,69%)
(0.00/0.40/0.73/0.69)	

CMYK percentages

%0
%40
%72.5
%68.63

Codes

Color #503016 in popluar color models

503016
RGB804822
HSL27°56.86%20.00%
HSB/HSV27°72.50%31.37%
CMYK0.00%40.00%72.50%
68.63%

Color #503016 in popluar number systems.

HEX503016
Decimal804822
Binary101000011000010110
Octal1206026

Shades and tints

Shades of #503016

#503016
(80,48,22)
#492C14
(73,44,20)
#422812
(66,40,18)
#3B2410
(59,36,16)
#34200E
(52,32,14)
#2D1C0C
(45,28,12)
#26180A
(38,24,10)
#1F1408
(31,20,8)
#181006
(24,16,6)
#110C04
(17,12,4)
#0A0802
(10,8,2)
#000000
(0,0,0)

Tints of #503016

#503016
(80,48,22)
#5F422B
(95,66,43)
#6E5440
(110,84,64)
#7D6655
(125,102,85)
#8C786A
(140,120,106)
#9B8A7F
(155,138,127)
#AA9C94
(170,156,148)
#B9AEA9
(185,174,169)
#C8C0BE
(200,192,190)
#D7D2D3
(215,210,211)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503016 color. Also use rgb(80,48,22) instead hex code.

Text Font Color

.myTextColor { color: #503016; }

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

This text font color is #503016.


Background Color

.myBgColor { background-color: #503016; }

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

This div background color is #503016.


Border color

.myBorderColor { border: 1px solid #503016; }

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

This div border color is #503016.


Opacity

.myOpacity80 { color: #503016; opacity: 0.8; }

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

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

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

This text has shadow with #503016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503016 on black background.


Color preview on white background

This text has color #503016 on white background.



Black color preview on #503016 background

This text has black color on #503016 background.


White color preview on #503016 background

This text has white color on #503016 background.