COLOR #847E75

HEX: #847E75
RGB: (132,126,117)

Color info

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

RGB color model

#847E75 color RGB value is (132,126,117).

  • red value is 132;
  • green value is 126;
  • blue value is 117.
RGB:
(132,126,117)
(52%,49%,46%)

RGB channels and saturation

R 132 of 255 = 52%
G 126 of 255 = 49%
B 117 of 255 = 46%

132
126
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 126 + 117 = 375 (100%)
R 132 of 375 ~ 35.2%
G 126 of 375 ~ 33.6%
B 117 of 375 ~ 31.2%

%35.2
%33.6
%31.2

CMYK color model

#847E75 color CMYK value is (0,5,11,48).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(0,5,11,48)
C0M5Y11K48 
(0%,5%,11%,48%)
(0.00/0.05/0.11/0.48)	

CMYK percentages

%0
%4.55
%11.36
%48.24

Codes

Color #847E75 in popluar color models

847E75
RGB132126117
HSL36°6.02%48.82%
HSB/HSV36°11.36%51.76%
CMYK0.00%4.55%11.36%
48.24%

Color #847E75 in popluar number systems.

HEX847E75
Decimal132126117
Binary1000010011111101110101
Octal204176165

Shades and tints

Shades of #847E75

#847E75
(132,126,117)
#78736B
(120,115,107)
#6C6861
(108,104,97)
#605D57
(96,93,87)
#54524D
(84,82,77)
#484743
(72,71,67)
#3C3C39
(60,60,57)
#30312F
(48,49,47)
#242625
(36,38,37)
#181B1B
(24,27,27)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #847E75

#847E75
(132,126,117)
#8F8981
(143,137,129)
#9A948D
(154,148,141)
#A59F99
(165,159,153)
#B0AAA5
(176,170,165)
#BBB5B1
(187,181,177)
#C6C0BD
(198,192,189)
#D1CBC9
(209,203,201)
#DCD6D5
(220,214,213)
#E7E1E1
(231,225,225)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847E75 color. Also use rgb(132,126,117) instead hex code.

Text Font Color

.myTextColor { color: #847E75; }

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

This text font color is #847E75.


Background Color

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

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

This div background color is #847E75.


Border color

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

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

This div border color is #847E75.


Opacity

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

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

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

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

This text has shadow with #847E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847E75 on black background.


Color preview on white background

This text has color #847E75 on white background.



Black color preview on #847E75 background

This text has black color on #847E75 background.


White color preview on #847E75 background

This text has white color on #847E75 background.