COLOR #844077

HEX: #844077
RGB: (132,64,119)

Color info

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

RGB color model

#844077 color RGB value is (132,64,119).

  • red value is 132;
  • green value is 64;
  • blue value is 119.
RGB:
(132,64,119)
(52%,25%,47%)

RGB channels and saturation

R 132 of 255 = 52%
G 64 of 255 = 25%
B 119 of 255 = 47%

132
64
119

R + G + B ~ 41%. #844077 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 64 + 119 = 315 (100%)
R 132 of 315 ~ 41.9%
G 64 of 315 ~ 20.32%
B 119 of 315 ~ 37.78%

%41.9
%20.32
%37.78

CMYK color model

#844077 color CMYK value is (0,52,10,48).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(0,52,10,48)
C0M52Y10K48 
(0%,52%,10%,48%)
(0.00/0.52/0.10/0.48)	

CMYK percentages

%0
%51.52
%9.85
%48.24

Codes

Color #844077 in popluar color models

844077
RGB13264119
HSL311°34.69%38.43%
HSB/HSV311°51.52%51.76%
CMYK0.00%51.52%9.85%
48.24%

Color #844077 in popluar number systems.

HEX844077
Decimal13264119
Binary1000010010000001110111
Octal204100167

Shades and tints

Shades of #844077

#844077
(132,64,119)
#783B6D
(120,59,109)
#6C3663
(108,54,99)
#603159
(96,49,89)
#542C4F
(84,44,79)
#482745
(72,39,69)
#3C223B
(60,34,59)
#301D31
(48,29,49)
#241827
(36,24,39)
#18131D
(24,19,29)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #844077

#844077
(132,64,119)
#8F5183
(143,81,131)
#9A628F
(154,98,143)
#A5739B
(165,115,155)
#B084A7
(176,132,167)
#BB95B3
(187,149,179)
#C6A6BF
(198,166,191)
#D1B7CB
(209,183,203)
#DCC8D7
(220,200,215)
#E7D9E3
(231,217,227)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844077 color. Also use rgb(132,64,119) instead hex code.

Text Font Color

.myTextColor { color: #844077; }

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

This text font color is #844077.


Background Color

.myBgColor { background-color: #844077; }

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

This div background color is #844077.


Border color

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

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

This div border color is #844077.


Opacity

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

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

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

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

This text has shadow with #844077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844077 on black background.


Color preview on white background

This text has color #844077 on white background.



Black color preview on #844077 background

This text has black color on #844077 background.


White color preview on #844077 background

This text has white color on #844077 background.