COLOR #84176F

HEX: #84176F
RGB: (132,23,111)

Color info

#84176F contains mainly red and blue colors. Web safe color of #84176F is #990066 (or #906).

RGB color model

#84176F color RGB value is (132,23,111).

  • red value is 132;
  • green value is 23;
  • blue value is 111.
RGB:
(132,23,111)
(52%,9%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 23 of 255 = 9%
B 111 of 255 = 44%

132
23
111

R + G + B ~ 35%. #84176F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 23 + 111 = 266 (100%)
R 132 of 266 ~ 49.62%
G 23 of 266 ~ 8.65%
B 111 of 266 ~ 41.73%

%49.62
%41.73

CMYK color model

#84176F color CMYK value is (0,83,16,48).

  • cyan value is 0.00%
  • magenta value is 82.58%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK:
(0,83,16,48)
C0M83Y16K48 
(0%,83%,16%,48%)
(0.00/0.83/0.16/0.48)	

CMYK percentages

%0
%82.58
%15.91
%48.24

Codes

Color #84176F in popluar color models

84176F
RGB13223111
HSL312°70.32%30.39%
HSB/HSV312°82.58%51.76%
CMYK0.00%82.58%15.91%
48.24%

Color #84176F in popluar number systems.

HEX84176F
Decimal13223111
Binary10000100101111101111
Octal20427157

Shades and tints

Shades of #84176F

#84176F
(132,23,111)
#781565
(120,21,101)
#6C135B
(108,19,91)
#601151
(96,17,81)
#540F47
(84,15,71)
#480D3D
(72,13,61)
#3C0B33
(60,11,51)
#300929
(48,9,41)
#24071F
(36,7,31)
#180515
(24,5,21)
#0C030B
(12,3,11)
#000000
(0,0,0)

Tints of #84176F

#84176F
(132,23,111)
#8F2C7C
(143,44,124)
#9A4189
(154,65,137)
#A55696
(165,86,150)
#B06BA3
(176,107,163)
#BB80B0
(187,128,176)
#C695BD
(198,149,189)
#D1AACA
(209,170,202)
#DCBFD7
(220,191,215)
#E7D4E4
(231,212,228)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84176F color. Also use rgb(132,23,111) instead hex code.

Text Font Color

.myTextColor { color: #84176F; }

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

This text font color is #84176F.


Background Color

.myBgColor { background-color: #84176F; }

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

This div background color is #84176F.


Border color

.myBorderColor { border: 1px solid #84176F; }

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

This div border color is #84176F.


Opacity

.myOpacity80 { color: #84176F; opacity: 0.8; }

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

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

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

This text has shadow with #84176F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84176F on black background.


Color preview on white background

This text has color #84176F on white background.



Black color preview on #84176F background

This text has black color on #84176F background.


White color preview on #84176F background

This text has white color on #84176F background.