COLOR #84717B

HEX: #84717B
RGB: (132,113,123)

Color info

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

RGB color model

#84717B color RGB value is (132,113,123).

  • red value is 132;
  • green value is 113;
  • blue value is 123.
RGB:
(132,113,123)
(52%,44%,48%)

RGB channels and saturation

R 132 of 255 = 52%
G 113 of 255 = 44%
B 123 of 255 = 48%

132
113
123

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

Portions of RGB colors in percentages

R + G + B =
132 + 113 + 123 = 368 (100%)
R 132 of 368 ~ 35.87%
G 113 of 368 ~ 30.71%
B 123 of 368 ~ 33.42%

%35.87
%30.71
%33.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.39%
  • yellow value is 6.82%
  • key color value is 48.24%
CMYK:
(0,14,7,48)
C0M14Y7K48 
(0%,14%,7%,48%)
(0.00/0.14/0.07/0.48)	

CMYK percentages

%0
%14.39
%6.82
%48.24

Codes

Color #84717B in popluar color models

84717B
RGB132113123
HSL328°7.76%48.04%
HSB/HSV328°14.39%51.76%
CMYK0.00%14.39%6.82%
48.24%

Color #84717B in popluar number systems.

HEX84717B
Decimal132113123
Binary1000010011100011111011
Octal204161173

Shades and tints

Shades of #84717B

#84717B
(132,113,123)
#786770
(120,103,112)
#6C5D65
(108,93,101)
#60535A
(96,83,90)
#54494F
(84,73,79)
#483F44
(72,63,68)
#3C3539
(60,53,57)
#302B2E
(48,43,46)
#242123
(36,33,35)
#181718
(24,23,24)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #84717B

#84717B
(132,113,123)
#8F7D87
(143,125,135)
#9A8993
(154,137,147)
#A5959F
(165,149,159)
#B0A1AB
(176,161,171)
#BBADB7
(187,173,183)
#C6B9C3
(198,185,195)
#D1C5CF
(209,197,207)
#DCD1DB
(220,209,219)
#E7DDE7
(231,221,231)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84717B; }

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

This text font color is #84717B.


Background Color

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

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

This div background color is #84717B.


Border color

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

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

This div border color is #84717B.


Opacity

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

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

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

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

This text has shadow with #84717B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84717B on black background.


Color preview on white background

This text has color #84717B on white background.



Black color preview on #84717B background

This text has black color on #84717B background.


White color preview on #84717B background

This text has white color on #84717B background.