COLOR #84175C

HEX: #84175C
RGB: (132,23,92)

Color info

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

RGB color model

#84175C color RGB value is (132,23,92).

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

RGB channels and saturation

R 132 of 255 = 52%
G 23 of 255 = 9%
B 92 of 255 = 36%

132
23
92

R + G + B ~ 32%. #84175C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 23 + 92 = 247 (100%)
R 132 of 247 ~ 53.44%
G 23 of 247 ~ 9.31%
B 92 of 247 ~ 37.25%

%53.44
%37.25

CMYK color model

#84175C color CMYK value is (0,83,30,48).

  • cyan value is 0.00%
  • magenta value is 82.58%
  • yellow value is 30.30%
  • key color value is 48.24%
CMYK:
(0,83,30,48)
C0M83Y30K48 
(0%,83%,30%,48%)
(0.00/0.83/0.30/0.48)	

CMYK percentages

%0
%82.58
%30.3
%48.24

Codes

Color #84175C in popluar color models

84175C
RGB1322392
HSL322°70.32%30.39%
HSB/HSV322°82.58%51.76%
CMYK0.00%82.58%30.30%
48.24%

Color #84175C in popluar number systems.

HEX84175C
Decimal1322392
Binary10000100101111011100
Octal20427134

Shades and tints

Shades of #84175C

#84175C
(132,23,92)
#781554
(120,21,84)
#6C134C
(108,19,76)
#601144
(96,17,68)
#540F3C
(84,15,60)
#480D34
(72,13,52)
#3C0B2C
(60,11,44)
#300924
(48,9,36)
#24071C
(36,7,28)
#180514
(24,5,20)
#0C030C
(12,3,12)
#000000
(0,0,0)

Tints of #84175C

#84175C
(132,23,92)
#8F2C6A
(143,44,106)
#9A4178
(154,65,120)
#A55686
(165,86,134)
#B06B94
(176,107,148)
#BB80A2
(187,128,162)
#C695B0
(198,149,176)
#D1AABE
(209,170,190)
#DCBFCC
(220,191,204)
#E7D4DA
(231,212,218)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84175C color. Also use rgb(132,23,92) instead hex code.

Text Font Color

.myTextColor { color: #84175C; }

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

This text font color is #84175C.


Background Color

.myBgColor { background-color: #84175C; }

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

This div background color is #84175C.


Border color

.myBorderColor { border: 1px solid #84175C; }

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

This div border color is #84175C.


Opacity

.myOpacity80 { color: #84175C; opacity: 0.8; }

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

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

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

This text has shadow with #84175C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84175C on black background.


Color preview on white background

This text has color #84175C on white background.



Black color preview on #84175C background

This text has black color on #84175C background.


White color preview on #84175C background

This text has white color on #84175C background.