COLOR #847B67

HEX: #847B67 RGB: (132,123,103)

Color info

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

RGB color model

#847B67 color RGB value is (132,123,103).

RGB: (132,123,103) (52%, 48%, 40%)

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 103 of 255 = 40%

132
123
103

R + G + B ~ 47%. #847B67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 123 + 103 = 358 (100%)
R 132 of 358 ~ 36.87%
G 123 of 358 ~ 34.36%
B 103 of 358 ~ 28.77'%

%36.87
%34.36
%28.77

CMYK color model

#847B67 color CMYK value is (0,7,22,48).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 21.97%
  • key color value is 48.24%

CMYK: (0,7,22,48)
C0M7Y22K48 (0%, 7%, 22%, 48%)
(0.00 / 0.07 / 0.22 / 0.48)

CMYK percentages

%0
%6.82
%21.97
%48.24

Codes

Color #847B67 in popluar color models

84 7B 67
RGB 132 123 103
HSL 41° 12.34% 46.08%
HSB/HSV 41° 21.97% 51.76%
CMYK 0.00% 6.82% 21.97%
48.24%

Color #847B67 in popluar number systems.

HEX 84 7B 67
Decimal 132 123 103
Binary 10000100 1111011 1100111
Octal 204 173 147

Shades and tints

Shades of #847B67

#847B67
(132,123,103)
#78705E
(120,112,94)
#6C6555
(108,101,85)
#605A4C
(96,90,76)
#544F43
(84,79,67)
#48443A
(72,68,58)
#3C3931
(60,57,49)
#302E28
(48,46,40)
#24231F
(36,35,31)
#181816
(24,24,22)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #847B67

#847B67
(132,123,103)
#8F8774
(143,135,116)
#9A9381
(154,147,129)
#A59F8E
(165,159,142)
#B0AB9B
(176,171,155)
#BBB7A8
(187,183,168)
#C6C3B5
(198,195,181)
#D1CFC2
(209,207,194)
#DCDBCF
(220,219,207)
#E7E7DC
(231,231,220)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847B67; }

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

This text font color is #847B67.

Background Color

.myBgColor { background-color: #847B67; }

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

This div background color is #847B67.

Border color

.myBorderColor { border: 1px solid #847B67; }

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

This div border color is #847B67.

Opacity

.myOpacity80 { color: #847B67; opacity: 0.8; }

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

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

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

This text has shadow with #847B67 color.


.textShadow {text-shadow: 3px 3px 1px #847B67', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #847B67; -webkit-box-shadow: 1px 1px 3px 2px #847B67; box-shadow:1px 1px 3px 2px #847B67;">
Div content here
</div>

This div box has shadow with color #847B67.

Preview

Color preview on black background

This text has color #847B67 on black background.


Color preview on white background

This text has color #847B67 on white background.


Black color preview on #847B67 background

This text has black color on #847B67 background.


White color preview on #847B67 background

This text has white color on #847B67 background.


Related colors

Complementary color

Complementary color for #hex is #7B8498.


I love getcolorcode.com

Triadic colors

1 #67847B and #7B6784 with #847B67 are triadic colors.

2 #677B84 and #7B8467 with #847B67 are triadic colors.