COLOR #804250

HEX: #804250 RGB: (128,66,80)

Color info

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

RGB color model

#804250 color RGB value is (128,66,80).

RGB: (128,66,80) (50%, 26%, 31%)

RGB channels and saturation

R 128 of 255 = 50%
G 66 of 255 = 26%
B 80 of 255 = 31%

128
66
80

R + G + B ~ 36%. #804250 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 66 + 80 = 274 (100%)
R 128 of 274 ~ 46.72%
G 66 of 274 ~ 24.09%
B 80 of 274 ~ 29.2'%

%46.72
%24.09
%29.2

CMYK color model

#804250 color CMYK value is (0,48,38,50).

  • cyan value is 0.00%
  • magenta value is 48.44%
  • yellow value is 37.50%
  • key color value is 49.80%

CMYK: (0,48,38,50)
C0M48Y38K50 (0%, 48%, 38%, 50%)
(0.00 / 0.48 / 0.38 / 0.50)

CMYK percentages

%0
%48.44
%37.5
%49.8

Codes

Color #804250 in popluar color models

80 42 50
RGB 128 66 80
HSL 346° 31.96% 38.04%
HSB/HSV 346° 48.44% 50.20%
CMYK 0.00% 48.44% 37.50%
49.80%

Color #804250 in popluar number systems.

HEX 80 42 50
Decimal 128 66 80
Binary 10000000 1000010 1010000
Octal 200 102 120

Shades and tints

Shades of #804250

#804250
(128,66,80)
#753C49
(117,60,73)
#6A3642
(106,54,66)
#5F303B
(95,48,59)
#542A34
(84,42,52)
#49242D
(73,36,45)
#3E1E26
(62,30,38)
#33181F
(51,24,31)
#281218
(40,18,24)
#1D0C11
(29,12,17)
#12060A
(18,6,10)
#000000
(0,0,0)

Tints of #804250

#804250
(128,66,80)
#8B535F
(139,83,95)
#96646E
(150,100,110)
#A1757D
(161,117,125)
#AC868C
(172,134,140)
#B7979B
(183,151,155)
#C2A8AA
(194,168,170)
#CDB9B9
(205,185,185)
#D8CAC8
(216,202,200)
#E3DBD7
(227,219,215)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804250; }

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

This text font color is #804250.

Background Color

.myBgColor { background-color: #804250; }

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

This div background color is #804250.

Border color

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

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

This div border color is #804250.

Opacity

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

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

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

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

This text has shadow with #804250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #804250.

Preview

Color preview on black background

This text has color #804250 on black background.


Color preview on white background

This text has color #804250 on white background.


Black color preview on #804250 background

This text has black color on #804250 background.


White color preview on #804250 background

This text has white color on #804250 background.


Related colors

Complementary color

Complementary color for #hex is #7FBDAF.


I love getcolorcode.com

Triadic colors

1 #508042 and #425080 with #804250 are triadic colors.

2 #504280 and #428050 with #804250 are triadic colors.