COLOR #847C75

HEX: #847C75
RGB: (132,124,117)

Color info

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

RGB color model

#847C75 color RGB value is (132,124,117).

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

RGB channels and saturation

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

132
124
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 124 + 117 = 373 (100%)
R 132 of 373 ~ 35.39%
G 124 of 373 ~ 33.24%
B 117 of 373 ~ 31.37%

%35.39
%33.24
%31.37

CMYK color model

#847C75 color CMYK value is (0,6,11,48).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(0,6,11,48)
C0M6Y11K48 
(0%,6%,11%,48%)
(0.00/0.06/0.11/0.48)	

CMYK percentages

%0
%6.06
%11.36
%48.24

Codes

Color #847C75 in popluar color models

847C75
RGB132124117
HSL28°6.02%48.82%
HSB/HSV28°11.36%51.76%
CMYK0.00%6.06%11.36%
48.24%

Color #847C75 in popluar number systems.

HEX847C75
Decimal132124117
Binary1000010011111001110101
Octal204174165

Shades and tints

Shades of #847C75

#847C75
(132,124,117)
#78716B
(120,113,107)
#6C6661
(108,102,97)
#605B57
(96,91,87)
#54504D
(84,80,77)
#484543
(72,69,67)
#3C3A39
(60,58,57)
#302F2F
(48,47,47)
#242425
(36,36,37)
#18191B
(24,25,27)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #847C75

#847C75
(132,124,117)
#8F8781
(143,135,129)
#9A928D
(154,146,141)
#A59D99
(165,157,153)
#B0A8A5
(176,168,165)
#BBB3B1
(187,179,177)
#C6BEBD
(198,190,189)
#D1C9C9
(209,201,201)
#DCD4D5
(220,212,213)
#E7DFE1
(231,223,225)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847C75; }

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

This text font color is #847C75.


Background Color

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

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

This div background color is #847C75.


Border color

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

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

This div border color is #847C75.


Opacity

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

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

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

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

This text has shadow with #847C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847C75 on black background.


Color preview on white background

This text has color #847C75 on white background.



Black color preview on #847C75 background

This text has black color on #847C75 background.


White color preview on #847C75 background

This text has white color on #847C75 background.