COLOR #847769

HEX: #847769
RGB: (132,119,105)

Color info

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

RGB color model

#847769 color RGB value is (132,119,105).

  • red value is 132;
  • green value is 119;
  • blue value is 105.
RGB:
(132,119,105)
(52%,47%,41%)

RGB channels and saturation

R 132 of 255 = 52%
G 119 of 255 = 47%
B 105 of 255 = 41%

132
119
105

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

Portions of RGB colors in percentages

R + G + B =
132 + 119 + 105 = 356 (100%)
R 132 of 356 ~ 37.08%
G 119 of 356 ~ 33.43%
B 105 of 356 ~ 29.49%

%37.08
%33.43
%29.49

CMYK color model

#847769 color CMYK value is (0,10,20,48).

  • cyan value is 0.00%
  • magenta value is 9.85%
  • yellow value is 20.45%
  • key color value is 48.24%
CMYK:
(0,10,20,48)
C0M10Y20K48 
(0%,10%,20%,48%)
(0.00/0.10/0.20/0.48)	

CMYK percentages

%0
%9.85
%20.45
%48.24

Codes

Color #847769 in popluar color models

847769
RGB132119105
HSL31°11.39%46.47%
HSB/HSV31°20.45%51.76%
CMYK0.00%9.85%20.45%
48.24%

Color #847769 in popluar number systems.

HEX847769
Decimal132119105
Binary1000010011101111101001
Octal204167151

Shades and tints

Shades of #847769

#847769
(132,119,105)
#786D60
(120,109,96)
#6C6357
(108,99,87)
#60594E
(96,89,78)
#544F45
(84,79,69)
#48453C
(72,69,60)
#3C3B33
(60,59,51)
#30312A
(48,49,42)
#242721
(36,39,33)
#181D18
(24,29,24)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #847769

#847769
(132,119,105)
#8F8376
(143,131,118)
#9A8F83
(154,143,131)
#A59B90
(165,155,144)
#B0A79D
(176,167,157)
#BBB3AA
(187,179,170)
#C6BFB7
(198,191,183)
#D1CBC4
(209,203,196)
#DCD7D1
(220,215,209)
#E7E3DE
(231,227,222)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847769 color. Also use rgb(132,119,105) instead hex code.

Text Font Color

.myTextColor { color: #847769; }

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

This text font color is #847769.


Background Color

.myBgColor { background-color: #847769; }

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

This div background color is #847769.


Border color

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

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

This div border color is #847769.


Opacity

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

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

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

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

This text has shadow with #847769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847769 on black background.


Color preview on white background

This text has color #847769 on white background.



Black color preview on #847769 background

This text has black color on #847769 background.


White color preview on #847769 background

This text has white color on #847769 background.