COLOR #847488

HEX: #847488
RGB: (132,116,136)

Color info

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

RGB color model

#847488 color RGB value is (132,116,136).

  • red value is 132;
  • green value is 116;
  • blue value is 136.
RGB:
(132,116,136)
(52%,45%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 116 of 255 = 45%
B 136 of 255 = 53%

132
116
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 116 + 136 = 384 (100%)
R 132 of 384 ~ 34.38%
G 116 of 384 ~ 30.21%
B 136 of 384 ~ 35.42%

%34.38
%30.21
%35.42

CMYK color model

#847488 color CMYK value is (3,15,0,47).

  • cyan value is 2.94%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(3,15,0,47)
C3M15Y0K47 
(3%,15%,0%,47%)
(0.03/0.15/0.00/0.47)	

CMYK percentages

%2.94
%14.71
%0
%46.67

Codes

Color #847488 in popluar color models

847488
RGB132116136
HSL288°7.94%49.41%
HSB/HSV288°14.71%53.33%
CMYK2.94%14.71%0.00%
46.67%

Color #847488 in popluar number systems.

HEX847488
Decimal132116136
Binary10000100111010010001000
Octal204164210

Shades and tints

Shades of #847488

#847488
(132,116,136)
#786A7C
(120,106,124)
#6C6070
(108,96,112)
#605664
(96,86,100)
#544C58
(84,76,88)
#48424C
(72,66,76)
#3C3840
(60,56,64)
#302E34
(48,46,52)
#242428
(36,36,40)
#181A1C
(24,26,28)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #847488

#847488
(132,116,136)
#8F8092
(143,128,146)
#9A8C9C
(154,140,156)
#A598A6
(165,152,166)
#B0A4B0
(176,164,176)
#BBB0BA
(187,176,186)
#C6BCC4
(198,188,196)
#D1C8CE
(209,200,206)
#DCD4D8
(220,212,216)
#E7E0E2
(231,224,226)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847488; }

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

This text font color is #847488.


Background Color

.myBgColor { background-color: #847488; }

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

This div background color is #847488.


Border color

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

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

This div border color is #847488.


Opacity

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

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

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

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

This text has shadow with #847488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847488 on black background.


Color preview on white background

This text has color #847488 on white background.



Black color preview on #847488 background

This text has black color on #847488 background.


White color preview on #847488 background

This text has white color on #847488 background.