COLOR #503803

HEX: #503803 RGB: (80,56,3)

Color info

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

RGB color model

#503803 color RGB value is (80,56,3).

RGB: (80,56,3) (31%, 22%, 1%)

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 3 of 255 = 1%

80
56
3

R + G + B ~ 18%. #503803 is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 56 + 3 = 139 (100%)
R 80 of 139 ~ 57.55%
G 56 of 139 ~ 40.29%
B 3 of 139 ~ 2.16'%

%57.55
%40.29

CMYK color model

#503803 color CMYK value is (0,30,96,69).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 96.25%
  • key color value is 68.63%

CMYK: (0,30,96,69)
C0M30Y96K69 (0%, 30%, 96%, 69%)
(0.00 / 0.30 / 0.96 / 0.69)

CMYK percentages

%0
%30
%96.25
%68.63

Codes

Color #503803 in popluar color models

50 38 03
RGB 80 56 3
HSL 41° 92.77% 16.27%
HSB/HSV 41° 96.25% 31.37%
CMYK 0.00% 30.00% 96.25%
68.63%

Color #503803 in popluar number systems.

HEX 50 38 03
Decimal 80 56 3
Binary 1010000 111000 11
Octal 120 70 3

Shades and tints

Shades of #503803

#503803
(80,56,3)
#493303
(73,51,3)
#422E03
(66,46,3)
#3B2903
(59,41,3)
#342403
(52,36,3)
#2D1F03
(45,31,3)
#261A03
(38,26,3)
#1F1503
(31,21,3)
#181003
(24,16,3)
#110B03
(17,11,3)
#0A0603
(10,6,3)
#000000
(0,0,0)

Tints of #503803

#503803
(80,56,3)
#5F4A19
(95,74,25)
#6E5C2F
(110,92,47)
#7D6E45
(125,110,69)
#8C805B
(140,128,91)
#9B9271
(155,146,113)
#AAA487
(170,164,135)
#B9B69D
(185,182,157)
#C8C8B3
(200,200,179)
#D7DAC9
(215,218,201)
#E6ECDF
(230,236,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503803 color. Also use rgb(80,56,3) instead hex code.

Text Font Color

.myTextColor { color: #503803; }

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

This text font color is #503803.

Background Color

.myBgColor { background-color: #503803; }

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

This div background color is #503803.

Border color

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

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

This div border color is #503803.

Opacity

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

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

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

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

This text has shadow with #503803 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #503803.

Preview

Color preview on black background

This text has color #503803 on black background.


Color preview on white background

This text has color #503803 on white background.


Black color preview on #503803 background

This text has black color on #503803 background.


White color preview on #503803 background

This text has white color on #503803 background.


Related colors

Complementary color

Complementary color for #hex is #AFC7FC.


I love getcolorcode.com

Triadic colors

1 #035038 and #380350 with #503803 are triadic colors.

2 #033850 and #385003 with #503803 are triadic colors.