COLOR #847D5A

HEX: #847D5A
RGB: (132,125,90)

Color info

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

RGB color model

#847D5A color RGB value is (132,125,90).

  • red value is 132;
  • green value is 125;
  • blue value is 90.
RGB:
(132,125,90)
(52%,49%,35%)

RGB channels and saturation

R 132 of 255 = 52%
G 125 of 255 = 49%
B 90 of 255 = 35%

132
125
90

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

Portions of RGB colors in percentages

R + G + B =
132 + 125 + 90 = 347 (100%)
R 132 of 347 ~ 38.04%
G 125 of 347 ~ 36.02%
B 90 of 347 ~ 25.94%

%38.04
%36.02
%25.94

CMYK color model

#847D5A color CMYK value is (0,5,32,48).

  • cyan value is 0.00%
  • magenta value is 5.30%
  • yellow value is 31.82%
  • key color value is 48.24%
CMYK:
(0,5,32,48)
C0M5Y32K48 
(0%,5%,32%,48%)
(0.00/0.05/0.32/0.48)	

CMYK percentages

%0
%5.3
%31.82
%48.24

Codes

Color #847D5A in popluar color models

847D5A
RGB13212590
HSL50°18.92%43.53%
HSB/HSV50°31.82%51.76%
CMYK0.00%5.30%31.82%
48.24%

Color #847D5A in popluar number systems.

HEX847D5A
Decimal13212590
Binary1000010011111011011010
Octal204175132

Shades and tints

Shades of #847D5A

#847D5A
(132,125,90)
#787252
(120,114,82)
#6C674A
(108,103,74)
#605C42
(96,92,66)
#54513A
(84,81,58)
#484632
(72,70,50)
#3C3B2A
(60,59,42)
#303022
(48,48,34)
#24251A
(36,37,26)
#181A12
(24,26,18)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #847D5A

#847D5A
(132,125,90)
#8F8869
(143,136,105)
#9A9378
(154,147,120)
#A59E87
(165,158,135)
#B0A996
(176,169,150)
#BBB4A5
(187,180,165)
#C6BFB4
(198,191,180)
#D1CAC3
(209,202,195)
#DCD5D2
(220,213,210)
#E7E0E1
(231,224,225)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847D5A; }

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

This text font color is #847D5A.


Background Color

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

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

This div background color is #847D5A.


Border color

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

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

This div border color is #847D5A.


Opacity

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

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

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

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

This text has shadow with #847D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847D5A on black background.


Color preview on white background

This text has color #847D5A on white background.



Black color preview on #847D5A background

This text has black color on #847D5A background.


White color preview on #847D5A background

This text has white color on #847D5A background.