COLOR #84739A

HEX: #84739A
RGB: (132,115,154)

Color info

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

RGB color model

#84739A color RGB value is (132,115,154).

  • red value is 132;
  • green value is 115;
  • blue value is 154.
RGB:
(132,115,154)
(52%,45%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 115 of 255 = 45%
B 154 of 255 = 60%

132
115
154

R + G + B ~ 52%. #84739A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 115 + 154 = 401 (100%)
R 132 of 401 ~ 32.92%
G 115 of 401 ~ 28.68%
B 154 of 401 ~ 38.4%

%32.92
%28.68
%38.4

CMYK color model

#84739A color CMYK value is (14,25,0,40).

  • cyan value is 14.29%
  • magenta value is 25.32%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(14,25,0,40)
C14M25Y0K40 
(14%,25%,0%,40%)
(0.14/0.25/0.00/0.40)	

CMYK percentages

%14.29
%25.32
%0
%39.61

Codes

Color #84739A in popluar color models

84739A
RGB132115154
HSL266°16.18%52.75%
HSB/HSV266°25.32%60.39%
CMYK14.29%25.32%0.00%
39.61%

Color #84739A in popluar number systems.

HEX84739A
Decimal132115154
Binary10000100111001110011010
Octal204163232

Shades and tints

Shades of #84739A

#84739A
(132,115,154)
#78698C
(120,105,140)
#6C5F7E
(108,95,126)
#605570
(96,85,112)
#544B62
(84,75,98)
#484154
(72,65,84)
#3C3746
(60,55,70)
#302D38
(48,45,56)
#24232A
(36,35,42)
#18191C
(24,25,28)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #84739A

#84739A
(132,115,154)
#8F7FA3
(143,127,163)
#9A8BAC
(154,139,172)
#A597B5
(165,151,181)
#B0A3BE
(176,163,190)
#BBAFC7
(187,175,199)
#C6BBD0
(198,187,208)
#D1C7D9
(209,199,217)
#DCD3E2
(220,211,226)
#E7DFEB
(231,223,235)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84739A color. Also use rgb(132,115,154) instead hex code.

Text Font Color

.myTextColor { color: #84739A; }

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

This text font color is #84739A.


Background Color

.myBgColor { background-color: #84739A; }

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

This div background color is #84739A.


Border color

.myBorderColor { border: 1px solid #84739A; }

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

This div border color is #84739A.


Opacity

.myOpacity80 { color: #84739A; opacity: 0.8; }

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

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

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

This text has shadow with #84739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84739A on black background.


Color preview on white background

This text has color #84739A on white background.



Black color preview on #84739A background

This text has black color on #84739A background.


White color preview on #84739A background

This text has white color on #84739A background.