COLOR #803250

HEX: #803250
RGB: (128,50,80)

Color info

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

RGB color model

#803250 color RGB value is (128,50,80).

  • red value is 128;
  • green value is 50;
  • blue value is 80.
RGB:
(128,50,80)
(50%,20%,31%)

RGB channels and saturation

R 128 of 255 = 50%
G 50 of 255 = 20%
B 80 of 255 = 31%

128
50
80

R + G + B ~ 34%. #803250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 50 + 80 = 258 (100%)
R 128 of 258 ~ 49.61%
G 50 of 258 ~ 19.38%
B 80 of 258 ~ 31.01%

%49.61
%19.38
%31.01

CMYK color model

#803250 color CMYK value is (0,61,38,50).

  • cyan value is 0.00%
  • magenta value is 60.94%
  • yellow value is 37.50%
  • key color value is 49.80%
CMYK:
(0,61,38,50)
C0M61Y38K50 
(0%,61%,38%,50%)
(0.00/0.61/0.38/0.50)	

CMYK percentages

%0
%60.94
%37.5
%49.8

Codes

Color #803250 in popluar color models

803250
RGB1285080
HSL337°43.82%34.90%
HSB/HSV337°60.94%50.20%
CMYK0.00%60.94%37.50%
49.80%

Color #803250 in popluar number systems.

HEX803250
Decimal1285080
Binary100000001100101010000
Octal20062120

Shades and tints

Shades of #803250

#803250
(128,50,80)
#752E49
(117,46,73)
#6A2A42
(106,42,66)
#5F263B
(95,38,59)
#542234
(84,34,52)
#491E2D
(73,30,45)
#3E1A26
(62,26,38)
#33161F
(51,22,31)
#281218
(40,18,24)
#1D0E11
(29,14,17)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #803250

#803250
(128,50,80)
#8B445F
(139,68,95)
#96566E
(150,86,110)
#A1687D
(161,104,125)
#AC7A8C
(172,122,140)
#B78C9B
(183,140,155)
#C29EAA
(194,158,170)
#CDB0B9
(205,176,185)
#D8C2C8
(216,194,200)
#E3D4D7
(227,212,215)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803250 color. Also use rgb(128,50,80) instead hex code.

Text Font Color

.myTextColor { color: #803250; }

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

This text font color is #803250.


Background Color

.myBgColor { background-color: #803250; }

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

This div background color is #803250.


Border color

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

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

This div border color is #803250.


Opacity

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

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

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

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

This text has shadow with #803250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803250 on black background.


Color preview on white background

This text has color #803250 on white background.



Black color preview on #803250 background

This text has black color on #803250 background.


White color preview on #803250 background

This text has white color on #803250 background.