COLOR #803756

HEX: #803756
RGB: (128,55,86)

Color info

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

RGB color model

#803756 color RGB value is (128,55,86).

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

RGB channels and saturation

R 128 of 255 = 50%
G 55 of 255 = 22%
B 86 of 255 = 34%

128
55
86

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

Portions of RGB colors in percentages

R + G + B =
128 + 55 + 86 = 269 (100%)
R 128 of 269 ~ 47.58%
G 55 of 269 ~ 20.45%
B 86 of 269 ~ 31.97%

%47.58
%20.45
%31.97

CMYK color model

#803756 color CMYK value is (0,57,33,50).

  • cyan value is 0.00%
  • magenta value is 57.03%
  • yellow value is 32.81%
  • key color value is 49.80%
CMYK:
(0,57,33,50)
C0M57Y33K50 
(0%,57%,33%,50%)
(0.00/0.57/0.33/0.50)	

CMYK percentages

%0
%57.03
%32.81
%49.8

Codes

Color #803756 in popluar color models

803756
RGB1285586
HSL335°39.89%35.88%
HSB/HSV335°57.03%50.20%
CMYK0.00%57.03%32.81%
49.80%

Color #803756 in popluar number systems.

HEX803756
Decimal1285586
Binary100000001101111010110
Octal20067126

Shades and tints

Shades of #803756

#803756
(128,55,86)
#75324F
(117,50,79)
#6A2D48
(106,45,72)
#5F2841
(95,40,65)
#54233A
(84,35,58)
#491E33
(73,30,51)
#3E192C
(62,25,44)
#331425
(51,20,37)
#280F1E
(40,15,30)
#1D0A17
(29,10,23)
#120510
(18,5,16)
#000000
(0,0,0)

Tints of #803756

#803756
(128,55,86)
#8B4965
(139,73,101)
#965B74
(150,91,116)
#A16D83
(161,109,131)
#AC7F92
(172,127,146)
#B791A1
(183,145,161)
#C2A3B0
(194,163,176)
#CDB5BF
(205,181,191)
#D8C7CE
(216,199,206)
#E3D9DD
(227,217,221)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803756 color. Also use rgb(128,55,86) instead hex code.

Text Font Color

.myTextColor { color: #803756; }

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

This text font color is #803756.


Background Color

.myBgColor { background-color: #803756; }

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

This div background color is #803756.


Border color

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

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

This div border color is #803756.


Opacity

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

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

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

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

This text has shadow with #803756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803756 on black background.


Color preview on white background

This text has color #803756 on white background.



Black color preview on #803756 background

This text has black color on #803756 background.


White color preview on #803756 background

This text has white color on #803756 background.