COLOR #84628B

HEX: #84628B RGB: (132,98,139)

Color info

#84628B contains red, green and blue colors in about the same proportion. Web safe color of #84628B is #996699 (or #969).

RGB color model

#84628B color RGB value is (132,98,139).

RGB: (132,98,139) (52%, 38%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 139 of 255 = 55%

132
98
139

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

Portions of RGB colors in percentages

R + G + B = 132 + 98 + 139 = 369 (100%)
R 132 of 369 ~ 35.77%
G 98 of 369 ~ 26.56%
B 139 of 369 ~ 37.67'%

%35.77
%26.56
%37.67

CMYK color model

#84628B color CMYK value is (5,29,0,45).

  • cyan value is 5.04%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (5,29,0,45)
C5M29Y0K45 (5%, 29%, 0%, 45%)
(0.05 / 0.29 / 0.00 / 0.45)

CMYK percentages

%5.04
%29.5
%0
%45.49

Codes

Color #84628B in popluar color models

84 62 8B
RGB 132 98 139
HSL 290° 17.30% 46.47%
HSB/HSV 290° 29.50% 54.51%
CMYK 5.04% 29.50% 0.00%
45.49%

Color #84628B in popluar number systems.

HEX 84 62 8B
Decimal 132 98 139
Binary 10000100 1100010 10001011
Octal 204 142 213

Shades and tints

Shades of #84628B

#84628B
(132,98,139)
#785A7F
(120,90,127)
#6C5273
(108,82,115)
#604A67
(96,74,103)
#54425B
(84,66,91)
#483A4F
(72,58,79)
#3C3243
(60,50,67)
#302A37
(48,42,55)
#24222B
(36,34,43)
#181A1F
(24,26,31)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #84628B

#84628B
(132,98,139)
#8F7095
(143,112,149)
#9A7E9F
(154,126,159)
#A58CA9
(165,140,169)
#B09AB3
(176,154,179)
#BBA8BD
(187,168,189)
#C6B6C7
(198,182,199)
#D1C4D1
(209,196,209)
#DCD2DB
(220,210,219)
#E7E0E5
(231,224,229)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84628B color. Also use rgb(132,98,139) instead hex code.

Text Font Color

.myTextColor { color: #84628B; }

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

This text font color is #84628B.

Background Color

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

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

This div background color is #84628B.

Border color

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

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

This div border color is #84628B.

Opacity

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

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

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

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

This text has shadow with #84628B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84628B.

Preview

Color preview on black background

This text has color #84628B on black background.


Color preview on white background

This text has color #84628B on white background.


Black color preview on #84628B background

This text has black color on #84628B background.


White color preview on #84628B background

This text has white color on #84628B background.


Related colors

Complementary color

Complementary color for #hex is #7B9D74.


I love getcolorcode.com

Triadic colors

1 #8B8462 and #628B84 with #84628B are triadic colors.

2 #8B6284 and #62848B with #84628B are triadic colors.