COLOR #803E42

HEX: #803E42
RGB: (128,62,66)

Color info

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

RGB color model

#803E42 color RGB value is (128,62,66).

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

RGB channels and saturation

R 128 of 255 = 50%
G 62 of 255 = 24%
B 66 of 255 = 26%

128
62
66

R + G + B ~ 33%. #803E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 62 + 66 = 256 (100%)
R 128 of 256 ~ 50%
G 62 of 256 ~ 24.22%
B 66 of 256 ~ 25.78%

%50
%24.22
%25.78

CMYK color model

#803E42 color CMYK value is (0,52,48,50).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 48.44%
  • key color value is 49.80%
CMYK:
(0,52,48,50)
C0M52Y48K50 
(0%,52%,48%,50%)
(0.00/0.52/0.48/0.50)	

CMYK percentages

%0
%51.56
%48.44
%49.8

Codes

Color #803E42 in popluar color models

803E42
RGB1286266
HSL356°34.74%37.25%
HSB/HSV356°51.56%50.20%
CMYK0.00%51.56%48.44%
49.80%

Color #803E42 in popluar number systems.

HEX803E42
Decimal1286266
Binary100000001111101000010
Octal20076102

Shades and tints

Shades of #803E42

#803E42
(128,62,66)
#75393C
(117,57,60)
#6A3436
(106,52,54)
#5F2F30
(95,47,48)
#542A2A
(84,42,42)
#492524
(73,37,36)
#3E201E
(62,32,30)
#331B18
(51,27,24)
#281612
(40,22,18)
#1D110C
(29,17,12)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #803E42

#803E42
(128,62,66)
#8B4F53
(139,79,83)
#966064
(150,96,100)
#A17175
(161,113,117)
#AC8286
(172,130,134)
#B79397
(183,147,151)
#C2A4A8
(194,164,168)
#CDB5B9
(205,181,185)
#D8C6CA
(216,198,202)
#E3D7DB
(227,215,219)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803E42; }

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

This text font color is #803E42.


Background Color

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

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

This div background color is #803E42.


Border color

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

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

This div border color is #803E42.


Opacity

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

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

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

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

This text has shadow with #803E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803E42 on black background.


Color preview on white background

This text has color #803E42 on white background.



Black color preview on #803E42 background

This text has black color on #803E42 background.


White color preview on #803E42 background

This text has white color on #803E42 background.