COLOR #847455

HEX: #847455
RGB: (132,116,85)

Color info

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

RGB color model

#847455 color RGB value is (132,116,85).

  • red value is 132;
  • green value is 116;
  • blue value is 85.
RGB:
(132,116,85)
(52%,45%,33%)

RGB channels and saturation

R 132 of 255 = 52%
G 116 of 255 = 45%
B 85 of 255 = 33%

132
116
85

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

Portions of RGB colors in percentages

R + G + B =
132 + 116 + 85 = 333 (100%)
R 132 of 333 ~ 39.64%
G 116 of 333 ~ 34.83%
B 85 of 333 ~ 25.53%

%39.64
%34.83
%25.53

CMYK color model

#847455 color CMYK value is (0,12,36,48).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 35.61%
  • key color value is 48.24%
CMYK:
(0,12,36,48)
C0M12Y36K48 
(0%,12%,36%,48%)
(0.00/0.12/0.36/0.48)	

CMYK percentages

%0
%12.12
%35.61
%48.24

Codes

Color #847455 in popluar color models

847455
RGB13211685
HSL40°21.66%42.55%
HSB/HSV40°35.61%51.76%
CMYK0.00%12.12%35.61%
48.24%

Color #847455 in popluar number systems.

HEX847455
Decimal13211685
Binary1000010011101001010101
Octal204164125

Shades and tints

Shades of #847455

#847455
(132,116,85)
#786A4E
(120,106,78)
#6C6047
(108,96,71)
#605640
(96,86,64)
#544C39
(84,76,57)
#484232
(72,66,50)
#3C382B
(60,56,43)
#302E24
(48,46,36)
#24241D
(36,36,29)
#181A16
(24,26,22)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #847455

#847455
(132,116,85)
#8F8064
(143,128,100)
#9A8C73
(154,140,115)
#A59882
(165,152,130)
#B0A491
(176,164,145)
#BBB0A0
(187,176,160)
#C6BCAF
(198,188,175)
#D1C8BE
(209,200,190)
#DCD4CD
(220,212,205)
#E7E0DC
(231,224,220)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847455 color. Also use rgb(132,116,85) instead hex code.

Text Font Color

.myTextColor { color: #847455; }

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

This text font color is #847455.


Background Color

.myBgColor { background-color: #847455; }

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

This div background color is #847455.


Border color

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

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

This div border color is #847455.


Opacity

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

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

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

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

This text has shadow with #847455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847455 on black background.


Color preview on white background

This text has color #847455 on white background.



Black color preview on #847455 background

This text has black color on #847455 background.


White color preview on #847455 background

This text has white color on #847455 background.