COLOR #847084

HEX: #847084
RGB: (132,112,132)

Color info

#847084 contains red, green and blue colors in about the same proportion. Web safe color of #847084 is #996699 (or #969).

RGB color model

#847084 color RGB value is (132,112,132).

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

RGB channels and saturation

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

132
112
132

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

Portions of RGB colors in percentages

R + G + B =
132 + 112 + 132 = 376 (100%)
R 132 of 376 ~ 35.11%
G 112 of 376 ~ 29.79%
B 132 of 376 ~ 35.11%

%35.11
%29.79
%35.11

CMYK color model

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

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

CMYK percentages

%0
%15.15
%0
%48.24

Codes

Color #847084 in popluar color models

847084
RGB132112132
HSL300°8.20%47.84%
HSB/HSV300°15.15%51.76%
CMYK0.00%15.15%0.00%
48.24%

Color #847084 in popluar number systems.

HEX847084
Decimal132112132
Binary10000100111000010000100
Octal204160204

Shades and tints

Shades of #847084

#847084
(132,112,132)
#786678
(120,102,120)
#6C5C6C
(108,92,108)
#605260
(96,82,96)
#544854
(84,72,84)
#483E48
(72,62,72)
#3C343C
(60,52,60)
#302A30
(48,42,48)
#242024
(36,32,36)
#181618
(24,22,24)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #847084

#847084
(132,112,132)
#8F7D8F
(143,125,143)
#9A8A9A
(154,138,154)
#A597A5
(165,151,165)
#B0A4B0
(176,164,176)
#BBB1BB
(187,177,187)
#C6BEC6
(198,190,198)
#D1CBD1
(209,203,209)
#DCD8DC
(220,216,220)
#E7E5E7
(231,229,231)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847084; }

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

This text font color is #847084.


Background Color

.myBgColor { background-color: #847084; }

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

This div background color is #847084.


Border color

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

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

This div border color is #847084.


Opacity

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

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

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

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

This text has shadow with #847084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847084 on black background.


Color preview on white background

This text has color #847084 on white background.



Black color preview on #847084 background

This text has black color on #847084 background.


White color preview on #847084 background

This text has white color on #847084 background.