COLOR #84605D

HEX: #84605D
RGB: (132,96,93)

Color info

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

RGB color model

#84605D color RGB value is (132,96,93).

  • red value is 132;
  • green value is 96;
  • blue value is 93.
RGB:
(132,96,93)
(52%,38%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 96 of 255 = 38%
B 93 of 255 = 36%

132
96
93

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

Portions of RGB colors in percentages

R + G + B =
132 + 96 + 93 = 321 (100%)
R 132 of 321 ~ 41.12%
G 96 of 321 ~ 29.91%
B 93 of 321 ~ 28.97%

%41.12
%29.91
%28.97

CMYK color model

#84605D color CMYK value is (0,27,30,48).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK:
(0,27,30,48)
C0M27Y30K48 
(0%,27%,30%,48%)
(0.00/0.27/0.30/0.48)	

CMYK percentages

%0
%27.27
%29.55
%48.24

Codes

Color #84605D in popluar color models

84605D
RGB1329693
HSL17.33%44.12%
HSB/HSV29.55%51.76%
CMYK0.00%27.27%29.55%
48.24%

Color #84605D in popluar number systems.

HEX84605D
Decimal1329693
Binary1000010011000001011101
Octal204140135

Shades and tints

Shades of #84605D

#84605D
(132,96,93)
#785855
(120,88,85)
#6C504D
(108,80,77)
#604845
(96,72,69)
#54403D
(84,64,61)
#483835
(72,56,53)
#3C302D
(60,48,45)
#302825
(48,40,37)
#24201D
(36,32,29)
#181815
(24,24,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #84605D

#84605D
(132,96,93)
#8F6E6B
(143,110,107)
#9A7C79
(154,124,121)
#A58A87
(165,138,135)
#B09895
(176,152,149)
#BBA6A3
(187,166,163)
#C6B4B1
(198,180,177)
#D1C2BF
(209,194,191)
#DCD0CD
(220,208,205)
#E7DEDB
(231,222,219)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84605D color. Also use rgb(132,96,93) instead hex code.

Text Font Color

.myTextColor { color: #84605D; }

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

This text font color is #84605D.


Background Color

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

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

This div background color is #84605D.


Border color

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

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

This div border color is #84605D.


Opacity

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

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

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

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

This text has shadow with #84605D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84605D on black background.


Color preview on white background

This text has color #84605D on white background.



Black color preview on #84605D background

This text has black color on #84605D background.


White color preview on #84605D background

This text has white color on #84605D background.