COLOR #84737E

HEX: #84737E
RGB: (132,115,126)

Color info

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

RGB color model

#84737E color RGB value is (132,115,126).

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

RGB channels and saturation

R 132 of 255 = 52%
G 115 of 255 = 45%
B 126 of 255 = 49%

132
115
126

R + G + B ~ 49%. #84737E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 115 + 126 = 373 (100%)
R 132 of 373 ~ 35.39%
G 115 of 373 ~ 30.83%
B 126 of 373 ~ 33.78%

%35.39
%30.83
%33.78

CMYK color model

#84737E color CMYK value is (0,13,5,48).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 4.55%
  • key color value is 48.24%
CMYK:
(0,13,5,48)
C0M13Y5K48 
(0%,13%,5%,48%)
(0.00/0.13/0.05/0.48)	

CMYK percentages

%0
%12.88
%4.55
%48.24

Codes

Color #84737E in popluar color models

84737E
RGB132115126
HSL321°6.88%48.43%
HSB/HSV321°12.88%51.76%
CMYK0.00%12.88%4.55%
48.24%

Color #84737E in popluar number systems.

HEX84737E
Decimal132115126
Binary1000010011100111111110
Octal204163176

Shades and tints

Shades of #84737E

#84737E
(132,115,126)
#786973
(120,105,115)
#6C5F68
(108,95,104)
#60555D
(96,85,93)
#544B52
(84,75,82)
#484147
(72,65,71)
#3C373C
(60,55,60)
#302D31
(48,45,49)
#242326
(36,35,38)
#18191B
(24,25,27)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #84737E

#84737E
(132,115,126)
#8F7F89
(143,127,137)
#9A8B94
(154,139,148)
#A5979F
(165,151,159)
#B0A3AA
(176,163,170)
#BBAFB5
(187,175,181)
#C6BBC0
(198,187,192)
#D1C7CB
(209,199,203)
#DCD3D6
(220,211,214)
#E7DFE1
(231,223,225)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84737E color. Also use rgb(132,115,126) instead hex code.

Text Font Color

.myTextColor { color: #84737E; }

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

This text font color is #84737E.


Background Color

.myBgColor { background-color: #84737E; }

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

This div background color is #84737E.


Border color

.myBorderColor { border: 1px solid #84737E; }

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

This div border color is #84737E.


Opacity

.myOpacity80 { color: #84737E; opacity: 0.8; }

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

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

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

This text has shadow with #84737E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84737E on black background.


Color preview on white background

This text has color #84737E on white background.



Black color preview on #84737E background

This text has black color on #84737E background.


White color preview on #84737E background

This text has white color on #84737E background.