COLOR #847A58

HEX: #847A58
RGB: (132,122,88)

Color info

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

RGB color model

#847A58 color RGB value is (132,122,88).

  • red value is 132;
  • green value is 122;
  • blue value is 88.
RGB:
(132,122,88)
(52%,48%,35%)

RGB channels and saturation

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

132
122
88

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

Portions of RGB colors in percentages

R + G + B =
132 + 122 + 88 = 342 (100%)
R 132 of 342 ~ 38.6%
G 122 of 342 ~ 35.67%
B 88 of 342 ~ 25.73%

%38.6
%35.67
%25.73

CMYK color model

#847A58 color CMYK value is (0,8,33,48).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 33.33%
  • key color value is 48.24%
CMYK:
(0,8,33,48)
C0M8Y33K48 
(0%,8%,33%,48%)
(0.00/0.08/0.33/0.48)	

CMYK percentages

%0
%7.58
%33.33
%48.24

Codes

Color #847A58 in popluar color models

847A58
RGB13212288
HSL46°20.00%43.14%
HSB/HSV46°33.33%51.76%
CMYK0.00%7.58%33.33%
48.24%

Color #847A58 in popluar number systems.

HEX847A58
Decimal13212288
Binary1000010011110101011000
Octal204172130

Shades and tints

Shades of #847A58

#847A58
(132,122,88)
#786F50
(120,111,80)
#6C6448
(108,100,72)
#605940
(96,89,64)
#544E38
(84,78,56)
#484330
(72,67,48)
#3C3828
(60,56,40)
#302D20
(48,45,32)
#242218
(36,34,24)
#181710
(24,23,16)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #847A58

#847A58
(132,122,88)
#8F8667
(143,134,103)
#9A9276
(154,146,118)
#A59E85
(165,158,133)
#B0AA94
(176,170,148)
#BBB6A3
(187,182,163)
#C6C2B2
(198,194,178)
#D1CEC1
(209,206,193)
#DCDAD0
(220,218,208)
#E7E6DF
(231,230,223)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847A58; }

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

This text font color is #847A58.


Background Color

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

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

This div background color is #847A58.


Border color

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

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

This div border color is #847A58.


Opacity

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

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

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

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

This text has shadow with #847A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847A58 on black background.


Color preview on white background

This text has color #847A58 on white background.



Black color preview on #847A58 background

This text has black color on #847A58 background.


White color preview on #847A58 background

This text has white color on #847A58 background.