COLOR #84655B

HEX: #84655B
RGB: (132,101,91)

Color info

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

RGB color model

#84655B color RGB value is (132,101,91).

  • red value is 132;
  • green value is 101;
  • blue value is 91.
RGB:
(132,101,91)
(52%,40%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 101 of 255 = 40%
B 91 of 255 = 36%

132
101
91

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

Portions of RGB colors in percentages

R + G + B =
132 + 101 + 91 = 324 (100%)
R 132 of 324 ~ 40.74%
G 101 of 324 ~ 31.17%
B 91 of 324 ~ 28.09%

%40.74
%31.17
%28.09

CMYK color model

#84655B color CMYK value is (0,23,31,48).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 31.06%
  • key color value is 48.24%
CMYK:
(0,23,31,48)
C0M23Y31K48 
(0%,23%,31%,48%)
(0.00/0.23/0.31/0.48)	

CMYK percentages

%0
%23.48
%31.06
%48.24

Codes

Color #84655B in popluar color models

84655B
RGB13210191
HSL15°18.39%43.73%
HSB/HSV15°31.06%51.76%
CMYK0.00%23.48%31.06%
48.24%

Color #84655B in popluar number systems.

HEX84655B
Decimal13210191
Binary1000010011001011011011
Octal204145133

Shades and tints

Shades of #84655B

#84655B
(132,101,91)
#785C53
(120,92,83)
#6C534B
(108,83,75)
#604A43
(96,74,67)
#54413B
(84,65,59)
#483833
(72,56,51)
#3C2F2B
(60,47,43)
#302623
(48,38,35)
#241D1B
(36,29,27)
#181413
(24,20,19)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #84655B

#84655B
(132,101,91)
#8F7369
(143,115,105)
#9A8177
(154,129,119)
#A58F85
(165,143,133)
#B09D93
(176,157,147)
#BBABA1
(187,171,161)
#C6B9AF
(198,185,175)
#D1C7BD
(209,199,189)
#DCD5CB
(220,213,203)
#E7E3D9
(231,227,217)
#F2F1E7
(242,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84655B color. Also use rgb(132,101,91) instead hex code.

Text Font Color

.myTextColor { color: #84655B; }

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

This text font color is #84655B.


Background Color

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

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

This div background color is #84655B.


Border color

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

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

This div border color is #84655B.


Opacity

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

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

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

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

This text has shadow with #84655B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84655B on black background.


Color preview on white background

This text has color #84655B on white background.



Black color preview on #84655B background

This text has black color on #84655B background.


White color preview on #84655B background

This text has white color on #84655B background.