COLOR #803F42

HEX: #803F42
RGB: (128,63,66)

Color info

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

RGB color model

#803F42 color RGB value is (128,63,66).

  • red value is 128;
  • green value is 63;
  • blue value is 66.
RGB:
(128,63,66)
(50%,25%,26%)

RGB channels and saturation

R 128 of 255 = 50%
G 63 of 255 = 25%
B 66 of 255 = 26%

128
63
66

R + G + B ~ 34%. #803F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 63 + 66 = 257 (100%)
R 128 of 257 ~ 49.81%
G 63 of 257 ~ 24.51%
B 66 of 257 ~ 25.68%

%49.81
%24.51
%25.68

CMYK color model

#803F42 color CMYK value is (0,51,48,50).

  • cyan value is 0.00%
  • magenta value is 50.78%
  • yellow value is 48.44%
  • key color value is 49.80%
CMYK:
(0,51,48,50)
C0M51Y48K50 
(0%,51%,48%,50%)
(0.00/0.51/0.48/0.50)	

CMYK percentages

%0
%50.78
%48.44
%49.8

Codes

Color #803F42 in popluar color models

803F42
RGB1286366
HSL357°34.03%37.45%
HSB/HSV357°50.78%50.20%
CMYK0.00%50.78%48.44%
49.80%

Color #803F42 in popluar number systems.

HEX803F42
Decimal1286366
Binary100000001111111000010
Octal20077102

Shades and tints

Shades of #803F42

#803F42
(128,63,66)
#753A3C
(117,58,60)
#6A3536
(106,53,54)
#5F3030
(95,48,48)
#542B2A
(84,43,42)
#492624
(73,38,36)
#3E211E
(62,33,30)
#331C18
(51,28,24)
#281712
(40,23,18)
#1D120C
(29,18,12)
#120D06
(18,13,6)
#000000
(0,0,0)

Tints of #803F42

#803F42
(128,63,66)
#8B5053
(139,80,83)
#966164
(150,97,100)
#A17275
(161,114,117)
#AC8386
(172,131,134)
#B79497
(183,148,151)
#C2A5A8
(194,165,168)
#CDB6B9
(205,182,185)
#D8C7CA
(216,199,202)
#E3D8DB
(227,216,219)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803F42; }

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

This text font color is #803F42.


Background Color

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

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

This div background color is #803F42.


Border color

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

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

This div border color is #803F42.


Opacity

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

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

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

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

This text has shadow with #803F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803F42 on black background.


Color preview on white background

This text has color #803F42 on white background.



Black color preview on #803F42 background

This text has black color on #803F42 background.


White color preview on #803F42 background

This text has white color on #803F42 background.