COLOR #803F1C

HEX: #803F1C RGB: (128,63,28)

Color info

#803F1C contains mainly red color. Web safe color of #803F1C is #663333 (or #633).

RGB color model

#803F1C color RGB value is (128,63,28).

RGB: (128,63,28) (50%, 25%, 11%)

RGB channels and saturation

R 128 of 255 = 50%
G 63 of 255 = 25%
B 28 of 255 = 11%

128
63
28

R + G + B ~ 29%. #803F1C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 63 + 28 = 219 (100%)
R 128 of 219 ~ 58.45%
G 63 of 219 ~ 28.77%
B 28 of 219 ~ 12.79'%

%58.45
%28.77
%12.79

CMYK color model

#803F1C color CMYK value is (0,51,78,50).

  • cyan value is 0.00%
  • magenta value is 50.78%
  • yellow value is 78.13%
  • key color value is 49.80%

CMYK: (0,51,78,50)
C0M51Y78K50 (0%, 51%, 78%, 50%)
(0.00 / 0.51 / 0.78 / 0.50)

CMYK percentages

%0
%50.78
%78.13
%49.8

Codes

Color #803F1C in popluar color models

80 3F 1C
RGB 128 63 28
HSL 21° 64.10% 30.59%
HSB/HSV 21° 78.13% 50.20%
CMYK 0.00% 50.78% 78.13%
49.80%

Color #803F1C in popluar number systems.

HEX 80 3F 1C
Decimal 128 63 28
Binary 10000000 111111 11100
Octal 200 77 34

Shades and tints

Shades of #803F1C

#803F1C
(128,63,28)
#753A1A
(117,58,26)
#6A3518
(106,53,24)
#5F3016
(95,48,22)
#542B14
(84,43,20)
#492612
(73,38,18)
#3E2110
(62,33,16)
#331C0E
(51,28,14)
#28170C
(40,23,12)
#1D120A
(29,18,10)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #803F1C

#803F1C
(128,63,28)
#8B5030
(139,80,48)
#966144
(150,97,68)
#A17258
(161,114,88)
#AC836C
(172,131,108)
#B79480
(183,148,128)
#C2A594
(194,165,148)
#CDB6A8
(205,182,168)
#D8C7BC
(216,199,188)
#E3D8D0
(227,216,208)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803F1C color. Also use rgb(128,63,28) instead hex code.

Text Font Color

.myTextColor { color: #803F1C; }

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

This text font color is #803F1C.

Background Color

.myBgColor { background-color: #803F1C; }

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

This div background color is #803F1C.

Border color

.myBorderColor { border: 1px solid #803F1C; }

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

This div border color is #803F1C.

Opacity

.myOpacity80 { color: #803F1C; opacity: 0.8; }

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

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

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

This text has shadow with #803F1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #803F1C.

Preview

Color preview on black background

This text has color #803F1C on black background.


Color preview on white background

This text has color #803F1C on white background.


Black color preview on #803F1C background

This text has black color on #803F1C background.


White color preview on #803F1C background

This text has white color on #803F1C background.


Related colors

Complementary color

Complementary color for #hex is #7FC0E3.


I love getcolorcode.com

Triadic colors

1 #1C803F and #3F1C80 with #803F1C are triadic colors.

2 #1C3F80 and #3F801C with #803F1C are triadic colors.