COLOR #844662

HEX: #844662
RGB: (132,70,98)

Color info

#844662 contains mainly red and blue colors. Web safe color of #844662 is #993366 (or #936).

RGB color model

#844662 color RGB value is (132,70,98).

  • red value is 132;
  • green value is 70;
  • blue value is 98.
RGB:
(132,70,98)
(52%,27%,38%)

RGB channels and saturation

R 132 of 255 = 52%
G 70 of 255 = 27%
B 98 of 255 = 38%

132
70
98

R + G + B ~ 39%. #844662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 70 + 98 = 300 (100%)
R 132 of 300 ~ 44%
G 70 of 300 ~ 23.33%
B 98 of 300 ~ 32.67%

%44
%23.33
%32.67

CMYK color model

#844662 color CMYK value is (0,47,26,48).

  • cyan value is 0.00%
  • magenta value is 46.97%
  • yellow value is 25.76%
  • key color value is 48.24%
CMYK:
(0,47,26,48)
C0M47Y26K48 
(0%,47%,26%,48%)
(0.00/0.47/0.26/0.48)	

CMYK percentages

%0
%46.97
%25.76
%48.24

Codes

Color #844662 in popluar color models

844662
RGB1327098
HSL333°30.69%39.61%
HSB/HSV333°46.97%51.76%
CMYK0.00%46.97%25.76%
48.24%

Color #844662 in popluar number systems.

HEX844662
Decimal1327098
Binary1000010010001101100010
Octal204106142

Shades and tints

Shades of #844662

#844662
(132,70,98)
#78405A
(120,64,90)
#6C3A52
(108,58,82)
#60344A
(96,52,74)
#542E42
(84,46,66)
#48283A
(72,40,58)
#3C2232
(60,34,50)
#301C2A
(48,28,42)
#241622
(36,22,34)
#18101A
(24,16,26)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #844662

#844662
(132,70,98)
#8F5670
(143,86,112)
#9A667E
(154,102,126)
#A5768C
(165,118,140)
#B0869A
(176,134,154)
#BB96A8
(187,150,168)
#C6A6B6
(198,166,182)
#D1B6C4
(209,182,196)
#DCC6D2
(220,198,210)
#E7D6E0
(231,214,224)
#F2E6EE
(242,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844662 color. Also use rgb(132,70,98) instead hex code.

Text Font Color

.myTextColor { color: #844662; }

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

This text font color is #844662.


Background Color

.myBgColor { background-color: #844662; }

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

This div background color is #844662.


Border color

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

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

This div border color is #844662.


Opacity

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

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

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

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

This text has shadow with #844662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844662 on black background.


Color preview on white background

This text has color #844662 on white background.



Black color preview on #844662 background

This text has black color on #844662 background.


White color preview on #844662 background

This text has white color on #844662 background.