COLOR #503F17

HEX: #503F17
RGB: (80,63,23)

Color info

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

RGB color model

#503F17 color RGB value is (80,63,23).

  • red value is 80;
  • green value is 63;
  • blue value is 23.
RGB:
(80,63,23)
(31%,25%,9%)

RGB channels and saturation

R 80 of 255 = 31%
G 63 of 255 = 25%
B 23 of 255 = 9%

80
63
23

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

Portions of RGB colors in percentages

R + G + B =
80 + 63 + 23 = 166 (100%)
R 80 of 166 ~ 48.19%
G 63 of 166 ~ 37.95%
B 23 of 166 ~ 13.86%

%48.19
%37.95
%13.86

CMYK color model

#503F17 color CMYK value is (0,21,71,69).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 71.25%
  • key color value is 68.63%
CMYK:
(0,21,71,69)
C0M21Y71K69 
(0%,21%,71%,69%)
(0.00/0.21/0.71/0.69)	

CMYK percentages

%0
%21.25
%71.25
%68.63

Codes

Color #503F17 in popluar color models

503F17
RGB806323
HSL42°55.34%20.20%
HSB/HSV42°71.25%31.37%
CMYK0.00%21.25%71.25%
68.63%

Color #503F17 in popluar number systems.

HEX503F17
Decimal806323
Binary101000011111110111
Octal1207727

Shades and tints

Shades of #503F17

#503F17
(80,63,23)
#493A15
(73,58,21)
#423513
(66,53,19)
#3B3011
(59,48,17)
#342B0F
(52,43,15)
#2D260D
(45,38,13)
#26210B
(38,33,11)
#1F1C09
(31,28,9)
#181707
(24,23,7)
#111205
(17,18,5)
#0A0D03
(10,13,3)
#000000
(0,0,0)

Tints of #503F17

#503F17
(80,63,23)
#5F502C
(95,80,44)
#6E6141
(110,97,65)
#7D7256
(125,114,86)
#8C836B
(140,131,107)
#9B9480
(155,148,128)
#AAA595
(170,165,149)
#B9B6AA
(185,182,170)
#C8C7BF
(200,199,191)
#D7D8D4
(215,216,212)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503F17 color. Also use rgb(80,63,23) instead hex code.

Text Font Color

.myTextColor { color: #503F17; }

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

This text font color is #503F17.


Background Color

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

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

This div background color is #503F17.


Border color

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

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

This div border color is #503F17.


Opacity

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

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

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

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

This text has shadow with #503F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503F17 on black background.


Color preview on white background

This text has color #503F17 on white background.



Black color preview on #503F17 background

This text has black color on #503F17 background.


White color preview on #503F17 background

This text has white color on #503F17 background.