COLOR #847276

HEX: #847276
RGB: (132,114,118)

Color info

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

RGB color model

#847276 color RGB value is (132,114,118).

  • red value is 132;
  • green value is 114;
  • blue value is 118.
RGB:
(132,114,118)
(52%,45%,46%)

RGB channels and saturation

R 132 of 255 = 52%
G 114 of 255 = 45%
B 118 of 255 = 46%

132
114
118

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

Portions of RGB colors in percentages

R + G + B =
132 + 114 + 118 = 364 (100%)
R 132 of 364 ~ 36.26%
G 114 of 364 ~ 31.32%
B 118 of 364 ~ 32.42%

%36.26
%31.32
%32.42

CMYK color model

#847276 color CMYK value is (0,14,11,48).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(0,14,11,48)
C0M14Y11K48 
(0%,14%,11%,48%)
(0.00/0.14/0.11/0.48)	

CMYK percentages

%0
%13.64
%10.61
%48.24

Codes

Color #847276 in popluar color models

847276
RGB132114118
HSL347°7.32%48.24%
HSB/HSV347°13.64%51.76%
CMYK0.00%13.64%10.61%
48.24%

Color #847276 in popluar number systems.

HEX847276
Decimal132114118
Binary1000010011100101110110
Octal204162166

Shades and tints

Shades of #847276

#847276
(132,114,118)
#78686C
(120,104,108)
#6C5E62
(108,94,98)
#605458
(96,84,88)
#544A4E
(84,74,78)
#484044
(72,64,68)
#3C363A
(60,54,58)
#302C30
(48,44,48)
#242226
(36,34,38)
#18181C
(24,24,28)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #847276

#847276
(132,114,118)
#8F7E82
(143,126,130)
#9A8A8E
(154,138,142)
#A5969A
(165,150,154)
#B0A2A6
(176,162,166)
#BBAEB2
(187,174,178)
#C6BABE
(198,186,190)
#D1C6CA
(209,198,202)
#DCD2D6
(220,210,214)
#E7DEE2
(231,222,226)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847276 color. Also use rgb(132,114,118) instead hex code.

Text Font Color

.myTextColor { color: #847276; }

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

This text font color is #847276.


Background Color

.myBgColor { background-color: #847276; }

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

This div background color is #847276.


Border color

.myBorderColor { border: 1px solid #847276; }

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

This div border color is #847276.


Opacity

.myOpacity80 { color: #847276; opacity: 0.8; }

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

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

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

This text has shadow with #847276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847276 on black background.


Color preview on white background

This text has color #847276 on white background.



Black color preview on #847276 background

This text has black color on #847276 background.


White color preview on #847276 background

This text has white color on #847276 background.