COLOR #803F5A

HEX: #803F5A
RGB: (128,63,90)

Color info

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

RGB color model

#803F5A color RGB value is (128,63,90).

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

RGB channels and saturation

R 128 of 255 = 50%
G 63 of 255 = 25%
B 90 of 255 = 35%

128
63
90

R + G + B ~ 37%. #803F5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 63 + 90 = 281 (100%)
R 128 of 281 ~ 45.55%
G 63 of 281 ~ 22.42%
B 90 of 281 ~ 32.03%

%45.55
%22.42
%32.03

CMYK color model

#803F5A color CMYK value is (0,51,30,50).

  • cyan value is 0.00%
  • magenta value is 50.78%
  • yellow value is 29.69%
  • key color value is 49.80%
CMYK:
(0,51,30,50)
C0M51Y30K50 
(0%,51%,30%,50%)
(0.00/0.51/0.30/0.50)	

CMYK percentages

%0
%50.78
%29.69
%49.8

Codes

Color #803F5A in popluar color models

803F5A
RGB1286390
HSL335°34.03%37.45%
HSB/HSV335°50.78%50.20%
CMYK0.00%50.78%29.69%
49.80%

Color #803F5A in popluar number systems.

HEX803F5A
Decimal1286390
Binary100000001111111011010
Octal20077132

Shades and tints

Shades of #803F5A

#803F5A
(128,63,90)
#753A52
(117,58,82)
#6A354A
(106,53,74)
#5F3042
(95,48,66)
#542B3A
(84,43,58)
#492632
(73,38,50)
#3E212A
(62,33,42)
#331C22
(51,28,34)
#28171A
(40,23,26)
#1D1212
(29,18,18)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #803F5A

#803F5A
(128,63,90)
#8B5069
(139,80,105)
#966178
(150,97,120)
#A17287
(161,114,135)
#AC8396
(172,131,150)
#B794A5
(183,148,165)
#C2A5B4
(194,165,180)
#CDB6C3
(205,182,195)
#D8C7D2
(216,199,210)
#E3D8E1
(227,216,225)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #803F5A; }

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

This text font color is #803F5A.


Background Color

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

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

This div background color is #803F5A.


Border color

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

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

This div border color is #803F5A.


Opacity

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

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

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

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

This text has shadow with #803F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803F5A on black background.


Color preview on white background

This text has color #803F5A on white background.



Black color preview on #803F5A background

This text has black color on #803F5A background.


White color preview on #803F5A background

This text has white color on #803F5A background.