COLOR #847655

HEX: #847655 RGB: (132,118,85)

Color info

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

RGB color model

#847655 color RGB value is (132,118,85).

RGB: (132,118,85) (52%, 46%, 33%)

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 85 of 255 = 33%

132
118
85

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

Portions of RGB colors in percentages

R + G + B = 132 + 118 + 85 = 335 (100%)
R 132 of 335 ~ 39.4%
G 118 of 335 ~ 35.22%
B 85 of 335 ~ 25.37'%

%39.4
%35.22
%25.37

CMYK color model

#847655 color CMYK value is (0,11,36,48).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 35.61%
  • key color value is 48.24%

CMYK: (0,11,36,48)
C0M11Y36K48 (0%, 11%, 36%, 48%)
(0.00 / 0.11 / 0.36 / 0.48)

CMYK percentages

%0
%10.61
%35.61
%48.24

Codes

Color #847655 in popluar color models

84 76 55
RGB 132 118 85
HSL 42° 21.66% 42.55%
HSB/HSV 42° 35.61% 51.76%
CMYK 0.00% 10.61% 35.61%
48.24%

Color #847655 in popluar number systems.

HEX 84 76 55
Decimal 132 118 85
Binary 10000100 1110110 1010101
Octal 204 166 125

Shades and tints

Shades of #847655

#847655
(132,118,85)
#786C4E
(120,108,78)
#6C6247
(108,98,71)
#605840
(96,88,64)
#544E39
(84,78,57)
#484432
(72,68,50)
#3C3A2B
(60,58,43)
#303024
(48,48,36)
#24261D
(36,38,29)
#181C16
(24,28,22)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #847655

#847655
(132,118,85)
#8F8264
(143,130,100)
#9A8E73
(154,142,115)
#A59A82
(165,154,130)
#B0A691
(176,166,145)
#BBB2A0
(187,178,160)
#C6BEAF
(198,190,175)
#D1CABE
(209,202,190)
#DCD6CD
(220,214,205)
#E7E2DC
(231,226,220)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847655; }

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

This text font color is #847655.

Background Color

.myBgColor { background-color: #847655; }

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

This div background color is #847655.

Border color

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

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

This div border color is #847655.

Opacity

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

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

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

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

This text has shadow with #847655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847655.

Preview

Color preview on black background

This text has color #847655 on black background.


Color preview on white background

This text has color #847655 on white background.


Black color preview on #847655 background

This text has black color on #847655 background.


White color preview on #847655 background

This text has white color on #847655 background.


Related colors

Complementary color

Complementary color for #hex is #7B89AA.


I love getcolorcode.com

Triadic colors

1 #558476 and #765584 with #847655 are triadic colors.

2 #557684 and #768455 with #847655 are triadic colors.