COLOR #847B72

HEX: #847B72
RGB: (132,123,114)

Color info

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

RGB color model

#847B72 color RGB value is (132,123,114).

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

RGB channels and saturation

R 132 of 255 = 52%
G 123 of 255 = 48%
B 114 of 255 = 45%

132
123
114

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

Portions of RGB colors in percentages

R + G + B =
132 + 123 + 114 = 369 (100%)
R 132 of 369 ~ 35.77%
G 123 of 369 ~ 33.33%
B 114 of 369 ~ 30.89%

%35.77
%33.33
%30.89

CMYK color model

#847B72 color CMYK value is (0,7,14,48).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 13.64%
  • key color value is 48.24%
CMYK:
(0,7,14,48)
C0M7Y14K48 
(0%,7%,14%,48%)
(0.00/0.07/0.14/0.48)	

CMYK percentages

%0
%6.82
%13.64
%48.24

Codes

Color #847B72 in popluar color models

847B72
RGB132123114
HSL30°7.32%48.24%
HSB/HSV30°13.64%51.76%
CMYK0.00%6.82%13.64%
48.24%

Color #847B72 in popluar number systems.

HEX847B72
Decimal132123114
Binary1000010011110111110010
Octal204173162

Shades and tints

Shades of #847B72

#847B72
(132,123,114)
#787068
(120,112,104)
#6C655E
(108,101,94)
#605A54
(96,90,84)
#544F4A
(84,79,74)
#484440
(72,68,64)
#3C3936
(60,57,54)
#302E2C
(48,46,44)
#242322
(36,35,34)
#181818
(24,24,24)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #847B72

#847B72
(132,123,114)
#8F877E
(143,135,126)
#9A938A
(154,147,138)
#A59F96
(165,159,150)
#B0ABA2
(176,171,162)
#BBB7AE
(187,183,174)
#C6C3BA
(198,195,186)
#D1CFC6
(209,207,198)
#DCDBD2
(220,219,210)
#E7E7DE
(231,231,222)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847B72; }

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

This text font color is #847B72.


Background Color

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

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

This div background color is #847B72.


Border color

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

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

This div border color is #847B72.


Opacity

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

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

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

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

This text has shadow with #847B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847B72 on black background.


Color preview on white background

This text has color #847B72 on white background.



Black color preview on #847B72 background

This text has black color on #847B72 background.


White color preview on #847B72 background

This text has white color on #847B72 background.