COLOR #84616D

HEX: #84616D
RGB: (132,97,109)

Color info

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

RGB color model

#84616D color RGB value is (132,97,109).

  • red value is 132;
  • green value is 97;
  • blue value is 109.
RGB:
(132,97,109)
(52%,38%,43%)

RGB channels and saturation

R 132 of 255 = 52%
G 97 of 255 = 38%
B 109 of 255 = 43%

132
97
109

R + G + B ~ 44%. #84616D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 97 + 109 = 338 (100%)
R 132 of 338 ~ 39.05%
G 97 of 338 ~ 28.7%
B 109 of 338 ~ 32.25%

%39.05
%28.7
%32.25

CMYK color model

#84616D color CMYK value is (0,27,17,48).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 17.42%
  • key color value is 48.24%
CMYK:
(0,27,17,48)
C0M27Y17K48 
(0%,27%,17%,48%)
(0.00/0.27/0.17/0.48)	

CMYK percentages

%0
%26.52
%17.42
%48.24

Codes

Color #84616D in popluar color models

84616D
RGB13297109
HSL339°15.28%44.90%
HSB/HSV339°26.52%51.76%
CMYK0.00%26.52%17.42%
48.24%

Color #84616D in popluar number systems.

HEX84616D
Decimal13297109
Binary1000010011000011101101
Octal204141155

Shades and tints

Shades of #84616D

#84616D
(132,97,109)
#785964
(120,89,100)
#6C515B
(108,81,91)
#604952
(96,73,82)
#544149
(84,65,73)
#483940
(72,57,64)
#3C3137
(60,49,55)
#30292E
(48,41,46)
#242125
(36,33,37)
#18191C
(24,25,28)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #84616D

#84616D
(132,97,109)
#8F6F7A
(143,111,122)
#9A7D87
(154,125,135)
#A58B94
(165,139,148)
#B099A1
(176,153,161)
#BBA7AE
(187,167,174)
#C6B5BB
(198,181,187)
#D1C3C8
(209,195,200)
#DCD1D5
(220,209,213)
#E7DFE2
(231,223,226)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84616D color. Also use rgb(132,97,109) instead hex code.

Text Font Color

.myTextColor { color: #84616D; }

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

This text font color is #84616D.


Background Color

.myBgColor { background-color: #84616D; }

<div style="background-color:#84616D">Inner text</div>

This div background color is #84616D.


Border color

.myBorderColor { border: 1px solid #84616D; }

<div style="border:3px solid #84616D">Div</div>

This div border color is #84616D.


Opacity

.myOpacity80 { color: #84616D; opacity: 0.8; }

<p style="color:#84616D;opacity:0.8;">80%</p>

Text with #84616D 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 #84616D;}

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

This text has shadow with #84616D color.

.textShadow {text-shadow: 3px 3px 1px #84616D, 3px 3px 1px red;}

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

This text has shadow with #84616D primary color and red secondary color.


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

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

This text has shadow with #84616D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84616D on black background.


Color preview on white background

This text has color #84616D on white background.



Black color preview on #84616D background

This text has black color on #84616D background.


White color preview on #84616D background

This text has white color on #84616D background.