COLOR #844F76

HEX: #844F76
RGB: (132,79,118)

Color info

#844F76 contains red, green and blue colors in about the same proportion. Web safe color of #844F76 is #996666 (or #966).

RGB color model

#844F76 color RGB value is (132,79,118).

  • red value is 132;
  • green value is 79;
  • blue value is 118.
RGB: (132,79,118) (52%,31%,46%)

RGB channels and saturation

R 132 of 255 = 52%
G 79 of 255 = 31%
B 118 of 255 = 46%

132
79
118

R + G + B ~ 43%. #844F76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 79 + 118 = 329 (100%)
R 132 of 329 ~ 40.12%
G 79 of 329 ~ 24.01%
B 118 of 329 ~ 35.87%

%40.12
%24.01
%35.87

CMYK color model

#844F76 color CMYK value is (0,40,11,48).

  • cyan value is 0.00%
  • magenta value is 40.15%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK: (0,40,11,48) C0M40Y11K48 (0%,40%,11%,48%) (0.00/0.40/0.11/0.48)

CMYK percentages

%0
%40.15
%10.61
%48.24

Codes

Color #844F76 in popluar color models

844F76
RGB13279118
HSL316°25.12%41.37%
HSB/HSV316°40.15%51.76%
CMYK0.00%40.15%10.61%
48.24%

Color #844F76 in popluar number systems.

HEX844F76
Decimal13279118
Binary1000010010011111110110
Octal204117166

Shades and tints

Shades of #844F76

#844F76
(132,79,118)
#78486C
(120,72,108)
#6C4162
(108,65,98)
#603A58
(96,58,88)
#54334E
(84,51,78)
#482C44
(72,44,68)
#3C253A
(60,37,58)
#301E30
(48,30,48)
#241726
(36,23,38)
#18101C
(24,16,28)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #844F76

#844F76
(132,79,118)
#8F5F82
(143,95,130)
#9A6F8E
(154,111,142)
#A57F9A
(165,127,154)
#B08FA6
(176,143,166)
#BB9FB2
(187,159,178)
#C6AFBE
(198,175,190)
#D1BFCA
(209,191,202)
#DCCFD6
(220,207,214)
#E7DFE2
(231,223,226)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844F76 color. Also use rgb(132,79,118) instead hex code.

Text Font Color

.myTextColor { color: #844F76; }

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

This text font color is #844F76.


Background Color

.myBgColor { background-color: #844F76; }

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

This div background color is #844F76.


Border color

.myBorderColor { border: 1px solid #844F76; }

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

This div border color is #844F76.


Opacity

.myOpacity80 { color: #844F76; opacity: 0.8; }

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

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

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

This text has shadow with #844F76 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #844F76 on black background.


Color preview on white background

This text has color #844F76 on white background.



Black color preview on #844F76 background

This text has black color on #844F76 background.


White color preview on #844F76 background

This text has white color on #844F76 background.