COLOR #847D52

HEX: #847D52 RGB: (132,125,82)

Color info

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

RGB color model

#847D52 color RGB value is (132,125,82).

RGB: (132,125,82) (52%, 49%, 32%)

RGB channels and saturation

R 132 of 255 = 52%
G 125 of 255 = 49%
B 82 of 255 = 32%

132
125
82

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

Portions of RGB colors in percentages

R + G + B = 132 + 125 + 82 = 339 (100%)
R 132 of 339 ~ 38.94%
G 125 of 339 ~ 36.87%
B 82 of 339 ~ 24.19'%

%38.94
%36.87
%24.19

CMYK color model

#847D52 color CMYK value is (0,5,38,48).

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

CMYK: (0,5,38,48)
C0M5Y38K48 (0%, 5%, 38%, 48%)
(0.00 / 0.05 / 0.38 / 0.48)

CMYK percentages

%0
%5.3
%37.88
%48.24

Codes

Color #847D52 in popluar color models

84 7D 52
RGB 132 125 82
HSL 52° 23.36% 41.96%
HSB/HSV 52° 37.88% 51.76%
CMYK 0.00% 5.30% 37.88%
48.24%

Color #847D52 in popluar number systems.

HEX 84 7D 52
Decimal 132 125 82
Binary 10000100 1111101 1010010
Octal 204 175 122

Shades and tints

Shades of #847D52

#847D52
(132,125,82)
#78724B
(120,114,75)
#6C6744
(108,103,68)
#605C3D
(96,92,61)
#545136
(84,81,54)
#48462F
(72,70,47)
#3C3B28
(60,59,40)
#303021
(48,48,33)
#24251A
(36,37,26)
#181A13
(24,26,19)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #847D52

#847D52
(132,125,82)
#8F8861
(143,136,97)
#9A9370
(154,147,112)
#A59E7F
(165,158,127)
#B0A98E
(176,169,142)
#BBB49D
(187,180,157)
#C6BFAC
(198,191,172)
#D1CABB
(209,202,187)
#DCD5CA
(220,213,202)
#E7E0D9
(231,224,217)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847D52; }

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

This text font color is #847D52.

Background Color

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

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

This div background color is #847D52.

Border color

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

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

This div border color is #847D52.

Opacity

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

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

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

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

This text has shadow with #847D52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847D52.

Preview

Color preview on black background

This text has color #847D52 on black background.


Color preview on white background

This text has color #847D52 on white background.


Black color preview on #847D52 background

This text has black color on #847D52 background.


White color preview on #847D52 background

This text has white color on #847D52 background.


Related colors

Complementary color

Complementary color for #hex is #7B82AD.


I love getcolorcode.com

Triadic colors

1 #52847D and #7D5284 with #847D52 are triadic colors.

2 #527D84 and #7D8452 with #847D52 are triadic colors.