COLOR #803957

HEX: #803957
RGB: (128,57,87)

Color info

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

RGB color model

#803957 color RGB value is (128,57,87).

  • red value is 128;
  • green value is 57;
  • blue value is 87.
RGB:
(128,57,87)
(50%,22%,34%)

RGB channels and saturation

R 128 of 255 = 50%
G 57 of 255 = 22%
B 87 of 255 = 34%

128
57
87

R + G + B ~ 35%. #803957 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 57 + 87 = 272 (100%)
R 128 of 272 ~ 47.06%
G 57 of 272 ~ 20.96%
B 87 of 272 ~ 31.99%

%47.06
%20.96
%31.99

CMYK color model

#803957 color CMYK value is (0,55,32,50).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(0,55,32,50)
C0M55Y32K50 
(0%,55%,32%,50%)
(0.00/0.55/0.32/0.50)	

CMYK percentages

%0
%55.47
%32.03
%49.8

Codes

Color #803957 in popluar color models

803957
RGB1285787
HSL335°38.38%36.27%
HSB/HSV335°55.47%50.20%
CMYK0.00%55.47%32.03%
49.80%

Color #803957 in popluar number systems.

HEX803957
Decimal1285787
Binary100000001110011010111
Octal20071127

Shades and tints

Shades of #803957

#803957
(128,57,87)
#753450
(117,52,80)
#6A2F49
(106,47,73)
#5F2A42
(95,42,66)
#54253B
(84,37,59)
#492034
(73,32,52)
#3E1B2D
(62,27,45)
#331626
(51,22,38)
#28111F
(40,17,31)
#1D0C18
(29,12,24)
#120711
(18,7,17)
#000000
(0,0,0)

Tints of #803957

#803957
(128,57,87)
#8B4B66
(139,75,102)
#965D75
(150,93,117)
#A16F84
(161,111,132)
#AC8193
(172,129,147)
#B793A2
(183,147,162)
#C2A5B1
(194,165,177)
#CDB7C0
(205,183,192)
#D8C9CF
(216,201,207)
#E3DBDE
(227,219,222)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803957 color. Also use rgb(128,57,87) instead hex code.

Text Font Color

.myTextColor { color: #803957; }

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

This text font color is #803957.


Background Color

.myBgColor { background-color: #803957; }

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

This div background color is #803957.


Border color

.myBorderColor { border: 1px solid #803957; }

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

This div border color is #803957.


Opacity

.myOpacity80 { color: #803957; opacity: 0.8; }

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

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

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

This text has shadow with #803957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803957 on black background.


Color preview on white background

This text has color #803957 on white background.



Black color preview on #803957 background

This text has black color on #803957 background.


White color preview on #803957 background

This text has white color on #803957 background.