COLOR #847D6A

HEX: #847D6A RGB: (132,125,106)

Color info

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

RGB color model

#847D6A color RGB value is (132,125,106).

RGB: (132,125,106) (52%, 49%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 125 of 255 = 49%
B 106 of 255 = 42%

132
125
106

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

Portions of RGB colors in percentages

R + G + B = 132 + 125 + 106 = 363 (100%)
R 132 of 363 ~ 36.36%
G 125 of 363 ~ 34.44%
B 106 of 363 ~ 29.2'%

%36.36
%34.44
%29.2

CMYK color model

#847D6A color CMYK value is (0,5,20,48).

  • cyan value is 0.00%
  • magenta value is 5.30%
  • yellow value is 19.70%
  • key color value is 48.24%

CMYK: (0,5,20,48)
C0M5Y20K48 (0%, 5%, 20%, 48%)
(0.00 / 0.05 / 0.20 / 0.48)

CMYK percentages

%0
%5.3
%19.7
%48.24

Codes

Color #847D6A in popluar color models

84 7D 6A
RGB 132 125 106
HSL 44° 10.92% 46.67%
HSB/HSV 44° 19.70% 51.76%
CMYK 0.00% 5.30% 19.70%
48.24%

Color #847D6A in popluar number systems.

HEX 84 7D 6A
Decimal 132 125 106
Binary 10000100 1111101 1101010
Octal 204 175 152

Shades and tints

Shades of #847D6A

#847D6A
(132,125,106)
#787261
(120,114,97)
#6C6758
(108,103,88)
#605C4F
(96,92,79)
#545146
(84,81,70)
#48463D
(72,70,61)
#3C3B34
(60,59,52)
#30302B
(48,48,43)
#242522
(36,37,34)
#181A19
(24,26,25)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #847D6A

#847D6A
(132,125,106)
#8F8877
(143,136,119)
#9A9384
(154,147,132)
#A59E91
(165,158,145)
#B0A99E
(176,169,158)
#BBB4AB
(187,180,171)
#C6BFB8
(198,191,184)
#D1CAC5
(209,202,197)
#DCD5D2
(220,213,210)
#E7E0DF
(231,224,223)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847D6A color. Also use rgb(132,125,106) instead hex code.

Text Font Color

.myTextColor { color: #847D6A; }

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

This text font color is #847D6A.

Background Color

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

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

This div background color is #847D6A.

Border color

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

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

This div border color is #847D6A.

Opacity

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

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

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

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

This text has shadow with #847D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847D6A.

Preview

Color preview on black background

This text has color #847D6A on black background.


Color preview on white background

This text has color #847D6A on white background.


Black color preview on #847D6A background

This text has black color on #847D6A background.


White color preview on #847D6A background

This text has white color on #847D6A background.


Related colors

Complementary color

Complementary color for #hex is #7B8295.


I love getcolorcode.com

Triadic colors

1 #6A847D and #7D6A84 with #847D6A are triadic colors.

2 #6A7D84 and #7D846A with #847D6A are triadic colors.