COLOR #503517

HEX: #503517
RGB: (80,53,23)

Color info

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

RGB color model

#503517 color RGB value is (80,53,23).

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

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 23 of 255 = 9%

80
53
23

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

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 23 = 156 (100%)
R 80 of 156 ~ 51.28%
G 53 of 156 ~ 33.97%
B 23 of 156 ~ 14.74%

%51.28
%33.97
%14.74

CMYK color model

#503517 color CMYK value is (0,34,71,69).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 71.25%
  • key color value is 68.63%
CMYK:
(0,34,71,69)
C0M34Y71K69 
(0%,34%,71%,69%)
(0.00/0.34/0.71/0.69)	

CMYK percentages

%0
%33.75
%71.25
%68.63

Codes

Color #503517 in popluar color models

503517
RGB805323
HSL32°55.34%20.20%
HSB/HSV32°71.25%31.37%
CMYK0.00%33.75%71.25%
68.63%

Color #503517 in popluar number systems.

HEX503517
Decimal805323
Binary101000011010110111
Octal1206527

Shades and tints

Shades of #503517

#503517
(80,53,23)
#493115
(73,49,21)
#422D13
(66,45,19)
#3B2911
(59,41,17)
#34250F
(52,37,15)
#2D210D
(45,33,13)
#261D0B
(38,29,11)
#1F1909
(31,25,9)
#181507
(24,21,7)
#111105
(17,17,5)
#0A0D03
(10,13,3)
#000000
(0,0,0)

Tints of #503517

#503517
(80,53,23)
#5F472C
(95,71,44)
#6E5941
(110,89,65)
#7D6B56
(125,107,86)
#8C7D6B
(140,125,107)
#9B8F80
(155,143,128)
#AAA195
(170,161,149)
#B9B3AA
(185,179,170)
#C8C5BF
(200,197,191)
#D7D7D4
(215,215,212)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503517; }

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

This text font color is #503517.


Background Color

.myBgColor { background-color: #503517; }

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

This div background color is #503517.


Border color

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

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

This div border color is #503517.


Opacity

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

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

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

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

This text has shadow with #503517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503517 on black background.


Color preview on white background

This text has color #503517 on white background.



Black color preview on #503517 background

This text has black color on #503517 background.


White color preview on #503517 background

This text has white color on #503517 background.