COLOR #503611

HEX: #503611
RGB: (80,54,17)

Color info

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

RGB color model

#503611 color RGB value is (80,54,17).

  • red value is 80;
  • green value is 54;
  • blue value is 17.
RGB:
(80,54,17)
(31%,21%,7%)

RGB channels and saturation

R 80 of 255 = 31%
G 54 of 255 = 21%
B 17 of 255 = 7%

80
54
17

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

Portions of RGB colors in percentages

R + G + B =
80 + 54 + 17 = 151 (100%)
R 80 of 151 ~ 52.98%
G 54 of 151 ~ 35.76%
B 17 of 151 ~ 11.26%

%52.98
%35.76
%11.26

CMYK color model

#503611 color CMYK value is (0,33,79,69).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 78.75%
  • key color value is 68.63%
CMYK:
(0,33,79,69)
C0M33Y79K69 
(0%,33%,79%,69%)
(0.00/0.33/0.79/0.69)	

CMYK percentages

%0
%32.5
%78.75
%68.63

Codes

Color #503611 in popluar color models

503611
RGB805417
HSL35°64.95%19.02%
HSB/HSV35°78.75%31.37%
CMYK0.00%32.50%78.75%
68.63%

Color #503611 in popluar number systems.

HEX503611
Decimal805417
Binary101000011011010001
Octal1206621

Shades and tints

Shades of #503611

#503611
(80,54,17)
#493210
(73,50,16)
#422E0F
(66,46,15)
#3B2A0E
(59,42,14)
#34260D
(52,38,13)
#2D220C
(45,34,12)
#261E0B
(38,30,11)
#1F1A0A
(31,26,10)
#181609
(24,22,9)
#111208
(17,18,8)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #503611

#503611
(80,54,17)
#5F4826
(95,72,38)
#6E5A3B
(110,90,59)
#7D6C50
(125,108,80)
#8C7E65
(140,126,101)
#9B907A
(155,144,122)
#AAA28F
(170,162,143)
#B9B4A4
(185,180,164)
#C8C6B9
(200,198,185)
#D7D8CE
(215,216,206)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503611 color. Also use rgb(80,54,17) instead hex code.

Text Font Color

.myTextColor { color: #503611; }

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

This text font color is #503611.


Background Color

.myBgColor { background-color: #503611; }

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

This div background color is #503611.


Border color

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

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

This div border color is #503611.


Opacity

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

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

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

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

This text has shadow with #503611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503611 on black background.


Color preview on white background

This text has color #503611 on white background.



Black color preview on #503611 background

This text has black color on #503611 background.


White color preview on #503611 background

This text has white color on #503611 background.