COLOR #803E76

HEX: #803E76
RGB: (128,62,118)

Color info

#803E76 contains mainly red and blue colors. Web safe color of #803E76 is #663366 (or #636).

RGB color model

#803E76 color RGB value is (128,62,118).

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

RGB channels and saturation

R 128 of 255 = 50%
G 62 of 255 = 24%
B 118 of 255 = 46%

128
62
118

R + G + B ~ 40%. #803E76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 62 + 118 = 308 (100%)
R 128 of 308 ~ 41.56%
G 62 of 308 ~ 20.13%
B 118 of 308 ~ 38.31%

%41.56
%20.13
%38.31

CMYK color model

#803E76 color CMYK value is (0,52,8,50).

  • cyan value is 0.00%
  • magenta value is 51.56%
  • yellow value is 7.81%
  • key color value is 49.80%
CMYK:
(0,52,8,50)
C0M52Y8K50 
(0%,52%,8%,50%)
(0.00/0.52/0.08/0.50)	

CMYK percentages

%0
%51.56
%7.81
%49.8

Codes

Color #803E76 in popluar color models

803E76
RGB12862118
HSL309°34.74%37.25%
HSB/HSV309°51.56%50.20%
CMYK0.00%51.56%7.81%
49.80%

Color #803E76 in popluar number systems.

HEX803E76
Decimal12862118
Binary100000001111101110110
Octal20076166

Shades and tints

Shades of #803E76

#803E76
(128,62,118)
#75396C
(117,57,108)
#6A3462
(106,52,98)
#5F2F58
(95,47,88)
#542A4E
(84,42,78)
#492544
(73,37,68)
#3E203A
(62,32,58)
#331B30
(51,27,48)
#281626
(40,22,38)
#1D111C
(29,17,28)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #803E76

#803E76
(128,62,118)
#8B4F82
(139,79,130)
#96608E
(150,96,142)
#A1719A
(161,113,154)
#AC82A6
(172,130,166)
#B793B2
(183,147,178)
#C2A4BE
(194,164,190)
#CDB5CA
(205,181,202)
#D8C6D6
(216,198,214)
#E3D7E2
(227,215,226)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803E76; }

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

This text font color is #803E76.


Background Color

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

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

This div background color is #803E76.


Border color

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

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

This div border color is #803E76.


Opacity

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

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

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

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

This text has shadow with #803E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803E76 on black background.


Color preview on white background

This text has color #803E76 on white background.



Black color preview on #803E76 background

This text has black color on #803E76 background.


White color preview on #803E76 background

This text has white color on #803E76 background.