COLOR #845172

HEX: #845172
RGB: (132,81,114)

Color info

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

RGB color model

#845172 color RGB value is (132,81,114).

  • red value is 132;
  • green value is 81;
  • blue value is 114.
RGB:
(132,81,114)
(52%,32%,45%)

RGB channels and saturation

R 132 of 255 = 52%
G 81 of 255 = 32%
B 114 of 255 = 45%

132
81
114

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

Portions of RGB colors in percentages

R + G + B =
132 + 81 + 114 = 327 (100%)
R 132 of 327 ~ 40.37%
G 81 of 327 ~ 24.77%
B 114 of 327 ~ 34.86%

%40.37
%24.77
%34.86

CMYK color model

#845172 color CMYK value is (0,39,14,48).

  • cyan value is 0.00%
  • magenta value is 38.64%
  • yellow value is 13.64%
  • key color value is 48.24%
CMYK:
(0,39,14,48)
C0M39Y14K48 
(0%,39%,14%,48%)
(0.00/0.39/0.14/0.48)	

CMYK percentages

%0
%38.64
%13.64
%48.24

Codes

Color #845172 in popluar color models

845172
RGB13281114
HSL321°23.94%41.76%
HSB/HSV321°38.64%51.76%
CMYK0.00%38.64%13.64%
48.24%

Color #845172 in popluar number systems.

HEX845172
Decimal13281114
Binary1000010010100011110010
Octal204121162

Shades and tints

Shades of #845172

#845172
(132,81,114)
#784A68
(120,74,104)
#6C435E
(108,67,94)
#603C54
(96,60,84)
#54354A
(84,53,74)
#482E40
(72,46,64)
#3C2736
(60,39,54)
#30202C
(48,32,44)
#241922
(36,25,34)
#181218
(24,18,24)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #845172

#845172
(132,81,114)
#8F607E
(143,96,126)
#9A6F8A
(154,111,138)
#A57E96
(165,126,150)
#B08DA2
(176,141,162)
#BB9CAE
(187,156,174)
#C6ABBA
(198,171,186)
#D1BAC6
(209,186,198)
#DCC9D2
(220,201,210)
#E7D8DE
(231,216,222)
#F2E7EA
(242,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845172 color. Also use rgb(132,81,114) instead hex code.

Text Font Color

.myTextColor { color: #845172; }

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

This text font color is #845172.


Background Color

.myBgColor { background-color: #845172; }

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

This div background color is #845172.


Border color

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

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

This div border color is #845172.


Opacity

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

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

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

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

This text has shadow with #845172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845172 on black background.


Color preview on white background

This text has color #845172 on white background.



Black color preview on #845172 background

This text has black color on #845172 background.


White color preview on #845172 background

This text has white color on #845172 background.