COLOR #847A5A

HEX: #847A5A RGB: (132,122,90)

Color info

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

RGB color model

#847A5A color RGB value is (132,122,90).

RGB: (132,122,90) (52%, 48%, 35%)

RGB channels and saturation

R 132 of 255 = 52%
G 122 of 255 = 48%
B 90 of 255 = 35%

132
122
90

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

Portions of RGB colors in percentages

R + G + B = 132 + 122 + 90 = 344 (100%)
R 132 of 344 ~ 38.37%
G 122 of 344 ~ 35.47%
B 90 of 344 ~ 26.16'%

%38.37
%35.47
%26.16

CMYK color model

#847A5A color CMYK value is (0,8,32,48).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 31.82%
  • key color value is 48.24%

CMYK: (0,8,32,48)
C0M8Y32K48 (0%, 8%, 32%, 48%)
(0.00 / 0.08 / 0.32 / 0.48)

CMYK percentages

%0
%7.58
%31.82
%48.24

Codes

Color #847A5A in popluar color models

84 7A 5A
RGB 132 122 90
HSL 46° 18.92% 43.53%
HSB/HSV 46° 31.82% 51.76%
CMYK 0.00% 7.58% 31.82%
48.24%

Color #847A5A in popluar number systems.

HEX 84 7A 5A
Decimal 132 122 90
Binary 10000100 1111010 1011010
Octal 204 172 132

Shades and tints

Shades of #847A5A

#847A5A
(132,122,90)
#786F52
(120,111,82)
#6C644A
(108,100,74)
#605942
(96,89,66)
#544E3A
(84,78,58)
#484332
(72,67,50)
#3C382A
(60,56,42)
#302D22
(48,45,34)
#24221A
(36,34,26)
#181712
(24,23,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #847A5A

#847A5A
(132,122,90)
#8F8669
(143,134,105)
#9A9278
(154,146,120)
#A59E87
(165,158,135)
#B0AA96
(176,170,150)
#BBB6A5
(187,182,165)
#C6C2B4
(198,194,180)
#D1CEC3
(209,206,195)
#DCDAD2
(220,218,210)
#E7E6E1
(231,230,225)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847A5A color. Also use rgb(132,122,90) instead hex code.

Text Font Color

.myTextColor { color: #847A5A; }

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

This text font color is #847A5A.

Background Color

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

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

This div background color is #847A5A.

Border color

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

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

This div border color is #847A5A.

Opacity

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

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

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

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

This text has shadow with #847A5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #847A5A.

Preview

Color preview on black background

This text has color #847A5A on black background.


Color preview on white background

This text has color #847A5A on white background.


Black color preview on #847A5A background

This text has black color on #847A5A background.


White color preview on #847A5A background

This text has white color on #847A5A background.


Related colors

Complementary color

Complementary color for #hex is #7B85A5.


I love getcolorcode.com

Triadic colors

1 #5A847A and #7A5A84 with #847A5A are triadic colors.

2 #5A7A84 and #7A845A with #847A5A are triadic colors.