COLOR #847667

HEX: #847667
RGB: (132,118,103)

Color info

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

RGB color model

#847667 color RGB value is (132,118,103).

  • red value is 132;
  • green value is 118;
  • blue value is 103.
RGB:
(132,118,103)
(52%,46%,40%)

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 103 of 255 = 40%

132
118
103

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 103 = 353 (100%)
R 132 of 353 ~ 37.39%
G 118 of 353 ~ 33.43%
B 103 of 353 ~ 29.18%

%37.39
%33.43
%29.18

CMYK color model

#847667 color CMYK value is (0,11,22,48).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(0,11,22,48)
C0M11Y22K48 
(0%,11%,22%,48%)
(0.00/0.11/0.22/0.48)	

CMYK percentages

%0
%10.61
%21.97
%48.24

Codes

Color #847667 in popluar color models

847667
RGB132118103
HSL31°12.34%46.08%
HSB/HSV31°21.97%51.76%
CMYK0.00%10.61%21.97%
48.24%

Color #847667 in popluar number systems.

HEX847667
Decimal132118103
Binary1000010011101101100111
Octal204166147

Shades and tints

Shades of #847667

#847667
(132,118,103)
#786C5E
(120,108,94)
#6C6255
(108,98,85)
#60584C
(96,88,76)
#544E43
(84,78,67)
#48443A
(72,68,58)
#3C3A31
(60,58,49)
#303028
(48,48,40)
#24261F
(36,38,31)
#181C16
(24,28,22)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #847667

#847667
(132,118,103)
#8F8274
(143,130,116)
#9A8E81
(154,142,129)
#A59A8E
(165,154,142)
#B0A69B
(176,166,155)
#BBB2A8
(187,178,168)
#C6BEB5
(198,190,181)
#D1CAC2
(209,202,194)
#DCD6CF
(220,214,207)
#E7E2DC
(231,226,220)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847667 color. Also use rgb(132,118,103) instead hex code.

Text Font Color

.myTextColor { color: #847667; }

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

This text font color is #847667.


Background Color

.myBgColor { background-color: #847667; }

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

This div background color is #847667.


Border color

.myBorderColor { border: 1px solid #847667; }

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

This div border color is #847667.


Opacity

.myOpacity80 { color: #847667; opacity: 0.8; }

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

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

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

This text has shadow with #847667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847667 on black background.


Color preview on white background

This text has color #847667 on white background.



Black color preview on #847667 background

This text has black color on #847667 background.


White color preview on #847667 background

This text has white color on #847667 background.