COLOR #84447B

HEX: #84447B RGB: (132,68,123)

Color info

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

RGB color model

#84447B color RGB value is (132,68,123).

RGB: (132,68,123) (52%, 27%, 48%)

RGB channels and saturation

R 132 of 255 = 52%
G 68 of 255 = 27%
B 123 of 255 = 48%

132
68
123

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

Portions of RGB colors in percentages

R + G + B = 132 + 68 + 123 = 323 (100%)
R 132 of 323 ~ 40.87%
G 68 of 323 ~ 21.05%
B 123 of 323 ~ 38.08'%

%40.87
%21.05
%38.08

CMYK color model

#84447B color CMYK value is (0,48,7,48).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 6.82%
  • key color value is 48.24%

CMYK: (0,48,7,48)
C0M48Y7K48 (0%, 48%, 7%, 48%)
(0.00 / 0.48 / 0.07 / 0.48)

CMYK percentages

%0
%48.48
%6.82
%48.24

Codes

Color #84447B in popluar color models

84 44 7B
RGB 132 68 123
HSL 308° 32.00% 39.22%
HSB/HSV 308° 48.48% 51.76%
CMYK 0.00% 48.48% 6.82%
48.24%

Color #84447B in popluar number systems.

HEX 84 44 7B
Decimal 132 68 123
Binary 10000100 1000100 1111011
Octal 204 104 173

Shades and tints

Shades of #84447B

#84447B
(132,68,123)
#783E70
(120,62,112)
#6C3865
(108,56,101)
#60325A
(96,50,90)
#542C4F
(84,44,79)
#482644
(72,38,68)
#3C2039
(60,32,57)
#301A2E
(48,26,46)
#241423
(36,20,35)
#180E18
(24,14,24)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #84447B

#84447B
(132,68,123)
#8F5587
(143,85,135)
#9A6693
(154,102,147)
#A5779F
(165,119,159)
#B088AB
(176,136,171)
#BB99B7
(187,153,183)
#C6AAC3
(198,170,195)
#D1BBCF
(209,187,207)
#DCCCDB
(220,204,219)
#E7DDE7
(231,221,231)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84447B color. Also use rgb(132,68,123) instead hex code.

Text Font Color

.myTextColor { color: #84447B; }

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

This text font color is #84447B.

Background Color

.myBgColor { background-color: #84447B; }

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

This div background color is #84447B.

Border color

.myBorderColor { border: 1px solid #84447B; }

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

This div border color is #84447B.

Opacity

.myOpacity80 { color: #84447B; opacity: 0.8; }

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

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

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

This text has shadow with #84447B color.


.textShadow {text-shadow: 3px 3px 1px #84447B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84447B; -webkit-box-shadow: 1px 1px 3px 2px #84447B; box-shadow:1px 1px 3px 2px #84447B;">
Div content here
</div>

This div box has shadow with color #84447B.

Preview

Color preview on black background

This text has color #84447B on black background.


Color preview on white background

This text has color #84447B on white background.


Black color preview on #84447B background

This text has black color on #84447B background.


White color preview on #84447B background

This text has white color on #84447B background.


Related colors

Complementary color

Complementary color for #hex is #7BBB84.


I love getcolorcode.com

Triadic colors

1 #7B8444 and #447B84 with #84447B are triadic colors.

2 #7B4484 and #44847B with #84447B are triadic colors.