COLOR #847685

HEX: #847685
RGB: (132,118,133)

Color info

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

RGB color model

#847685 color RGB value is (132,118,133).

  • red value is 132;
  • green value is 118;
  • blue value is 133.
RGB:
(132,118,133)
(52%,46%,52%)

RGB channels and saturation

R 132 of 255 = 52%
G 118 of 255 = 46%
B 133 of 255 = 52%

132
118
133

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

Portions of RGB colors in percentages

R + G + B =
132 + 118 + 133 = 383 (100%)
R 132 of 383 ~ 34.46%
G 118 of 383 ~ 30.81%
B 133 of 383 ~ 34.73%

%34.46
%30.81
%34.73

CMYK color model

#847685 color CMYK value is (1,11,0,48).

  • cyan value is 0.75%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(1,11,0,48)
C1M11Y0K48 
(1%,11%,0%,48%)
(0.01/0.11/0.00/0.48)	

CMYK percentages

%0.75
%11.28
%0
%47.84

Codes

Color #847685 in popluar color models

847685
RGB132118133
HSL296°5.98%49.22%
HSB/HSV296°11.28%52.16%
CMYK0.75%11.28%0.00%
47.84%

Color #847685 in popluar number systems.

HEX847685
Decimal132118133
Binary10000100111011010000101
Octal204166205

Shades and tints

Shades of #847685

#847685
(132,118,133)
#786C79
(120,108,121)
#6C626D
(108,98,109)
#605861
(96,88,97)
#544E55
(84,78,85)
#484449
(72,68,73)
#3C3A3D
(60,58,61)
#303031
(48,48,49)
#242625
(36,38,37)
#181C19
(24,28,25)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #847685

#847685
(132,118,133)
#8F8290
(143,130,144)
#9A8E9B
(154,142,155)
#A59AA6
(165,154,166)
#B0A6B1
(176,166,177)
#BBB2BC
(187,178,188)
#C6BEC7
(198,190,199)
#D1CAD2
(209,202,210)
#DCD6DD
(220,214,221)
#E7E2E8
(231,226,232)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #847685; }

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

This text font color is #847685.


Background Color

.myBgColor { background-color: #847685; }

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

This div background color is #847685.


Border color

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

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

This div border color is #847685.


Opacity

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

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

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

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

This text has shadow with #847685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #847685 on black background.


Color preview on white background

This text has color #847685 on white background.



Black color preview on #847685 background

This text has black color on #847685 background.


White color preview on #847685 background

This text has white color on #847685 background.