COLOR #503714

HEX: #503714
RGB: (80,55,20)

Color info

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

RGB color model

#503714 color RGB value is (80,55,20).

  • red value is 80;
  • green value is 55;
  • blue value is 20.
RGB:
(80,55,20)
(31%,22%,8%)

RGB channels and saturation

R 80 of 255 = 31%
G 55 of 255 = 22%
B 20 of 255 = 8%

80
55
20

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

Portions of RGB colors in percentages

R + G + B =
80 + 55 + 20 = 155 (100%)
R 80 of 155 ~ 51.61%
G 55 of 155 ~ 35.48%
B 20 of 155 ~ 12.9%

%51.61
%35.48
%12.9

CMYK color model

#503714 color CMYK value is (0,31,75,69).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK:
(0,31,75,69)
C0M31Y75K69 
(0%,31%,75%,69%)
(0.00/0.31/0.75/0.69)	

CMYK percentages

%0
%31.25
%75
%68.63

Codes

Color #503714 in popluar color models

503714
RGB805520
HSL35°60.00%19.61%
HSB/HSV35°75.00%31.37%
CMYK0.00%31.25%75.00%
68.63%

Color #503714 in popluar number systems.

HEX503714
Decimal805520
Binary101000011011110100
Octal1206724

Shades and tints

Shades of #503714

#503714
(80,55,20)
#493213
(73,50,19)
#422D12
(66,45,18)
#3B2811
(59,40,17)
#342310
(52,35,16)
#2D1E0F
(45,30,15)
#26190E
(38,25,14)
#1F140D
(31,20,13)
#180F0C
(24,15,12)
#110A0B
(17,10,11)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #503714

#503714
(80,55,20)
#5F4929
(95,73,41)
#6E5B3E
(110,91,62)
#7D6D53
(125,109,83)
#8C7F68
(140,127,104)
#9B917D
(155,145,125)
#AAA392
(170,163,146)
#B9B5A7
(185,181,167)
#C8C7BC
(200,199,188)
#D7D9D1
(215,217,209)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503714 color. Also use rgb(80,55,20) instead hex code.

Text Font Color

.myTextColor { color: #503714; }

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

This text font color is #503714.


Background Color

.myBgColor { background-color: #503714; }

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

This div background color is #503714.


Border color

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

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

This div border color is #503714.


Opacity

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

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

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

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

This text has shadow with #503714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503714 on black background.


Color preview on white background

This text has color #503714 on white background.



Black color preview on #503714 background

This text has black color on #503714 background.


White color preview on #503714 background

This text has white color on #503714 background.