COLOR #847F62

HEX: #847F62 RGB: (132,127,98)

Color info

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

RGB color model

#847F62 color RGB value is (132,127,98).

RGB: (132,127,98) (52%, 50%, 38%)

RGB channels and saturation

R 132 of 255 = 52%
G 127 of 255 = 50%
B 98 of 255 = 38%

132
127
98

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

Portions of RGB colors in percentages

R + G + B = 132 + 127 + 98 = 357 (100%)
R 132 of 357 ~ 36.97%
G 127 of 357 ~ 35.57%
B 98 of 357 ~ 27.45'%

%36.97
%35.57
%27.45

CMYK color model

#847F62 color CMYK value is (0,4,26,48).

  • cyan value is 0.00%
  • magenta value is 3.79%
  • yellow value is 25.76%
  • key color value is 48.24%

CMYK: (0,4,26,48)
C0M4Y26K48 (0%, 4%, 26%, 48%)
(0.00 / 0.04 / 0.26 / 0.48)

CMYK percentages

%0
%3.79
%25.76
%48.24

Codes

Color #847F62 in popluar color models

84 7F 62
RGB 132 127 98
HSL 51° 14.78% 45.10%
HSB/HSV 51° 25.76% 51.76%
CMYK 0.00% 3.79% 25.76%
48.24%

Color #847F62 in popluar number systems.

HEX 84 7F 62
Decimal 132 127 98
Binary 10000100 1111111 1100010
Octal 204 177 142

Shades and tints

Shades of #847F62

#847F62
(132,127,98)
#78745A
(120,116,90)
#6C6952
(108,105,82)
#605E4A
(96,94,74)
#545342
(84,83,66)
#48483A
(72,72,58)
#3C3D32
(60,61,50)
#30322A
(48,50,42)
#242722
(36,39,34)
#181C1A
(24,28,26)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #847F62

#847F62
(132,127,98)
#8F8A70
(143,138,112)
#9A957E
(154,149,126)
#A5A08C
(165,160,140)
#B0AB9A
(176,171,154)
#BBB6A8
(187,182,168)
#C6C1B6
(198,193,182)
#D1CCC4
(209,204,196)
#DCD7D2
(220,215,210)
#E7E2E0
(231,226,224)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847F62 color. Also use rgb(132,127,98) instead hex code.

Text Font Color

.myTextColor { color: #847F62; }

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

This text font color is #847F62.

Background Color

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

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

This div background color is #847F62.

Border color

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

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

This div border color is #847F62.

Opacity

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

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

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

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

This text has shadow with #847F62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847F62.

Preview

Color preview on black background

This text has color #847F62 on black background.


Color preview on white background

This text has color #847F62 on white background.


Black color preview on #847F62 background

This text has black color on #847F62 background.


White color preview on #847F62 background

This text has white color on #847F62 background.


Related colors

Complementary color

Complementary color for #hex is #7B809D.


I love getcolorcode.com

Triadic colors

1 #62847F and #7F6284 with #847F62 are triadic colors.

2 #627F84 and #7F8462 with #847F62 are triadic colors.