COLOR #847053

HEX: #847053
RGB: (132,112,83)

Color info

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

RGB color model

#847053 color RGB value is (132,112,83).

  • red value is 132;
  • green value is 112;
  • blue value is 83.
RGB:
(132,112,83)
(52%,44%,33%)

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 83 of 255 = 33%

132
112
83

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

Portions of RGB colors in percentages

R + G + B =
132 + 112 + 83 = 327 (100%)
R 132 of 327 ~ 40.37%
G 112 of 327 ~ 34.25%
B 83 of 327 ~ 25.38%

%40.37
%34.25
%25.38

CMYK color model

#847053 color CMYK value is (0,15,37,48).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 37.12%
  • key color value is 48.24%
CMYK:
(0,15,37,48)
C0M15Y37K48 
(0%,15%,37%,48%)
(0.00/0.15/0.37/0.48)	

CMYK percentages

%0
%15.15
%37.12
%48.24

Codes

Color #847053 in popluar color models

847053
RGB13211283
HSL36°22.79%42.16%
HSB/HSV36°37.12%51.76%
CMYK0.00%15.15%37.12%
48.24%

Color #847053 in popluar number systems.

HEX847053
Decimal13211283
Binary1000010011100001010011
Octal204160123

Shades and tints

Shades of #847053

#847053
(132,112,83)
#78664C
(120,102,76)
#6C5C45
(108,92,69)
#60523E
(96,82,62)
#544837
(84,72,55)
#483E30
(72,62,48)
#3C3429
(60,52,41)
#302A22
(48,42,34)
#24201B
(36,32,27)
#181614
(24,22,20)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #847053

#847053
(132,112,83)
#8F7D62
(143,125,98)
#9A8A71
(154,138,113)
#A59780
(165,151,128)
#B0A48F
(176,164,143)
#BBB19E
(187,177,158)
#C6BEAD
(198,190,173)
#D1CBBC
(209,203,188)
#DCD8CB
(220,216,203)
#E7E5DA
(231,229,218)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #847053 color. Also use rgb(132,112,83) instead hex code.

Text Font Color

.myTextColor { color: #847053; }

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

This text font color is #847053.


Background Color

.myBgColor { background-color: #847053; }

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

This div background color is #847053.


Border color

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

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

This div border color is #847053.


Opacity

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

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

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

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

This text has shadow with #847053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847053 on black background.


Color preview on white background

This text has color #847053 on white background.



Black color preview on #847053 background

This text has black color on #847053 background.


White color preview on #847053 background

This text has white color on #847053 background.