COLOR #846787

HEX: #846787
RGB: (132,103,135)

Color info

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

RGB color model

#846787 color RGB value is (132,103,135).

  • red value is 132;
  • green value is 103;
  • blue value is 135.
RGB:
(132,103,135)
(52%,40%,53%)

RGB channels and saturation

R 132 of 255 = 52%
G 103 of 255 = 40%
B 135 of 255 = 53%

132
103
135

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

Portions of RGB colors in percentages

R + G + B =
132 + 103 + 135 = 370 (100%)
R 132 of 370 ~ 35.68%
G 103 of 370 ~ 27.84%
B 135 of 370 ~ 36.49%

%35.68
%27.84
%36.49

CMYK color model

#846787 color CMYK value is (2,24,0,47).

  • cyan value is 2.22%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(2,24,0,47)
C2M24Y0K47 
(2%,24%,0%,47%)
(0.02/0.24/0.00/0.47)	

CMYK percentages

%2.22
%23.7
%0
%47.06

Codes

Color #846787 in popluar color models

846787
RGB132103135
HSL294°13.45%46.67%
HSB/HSV294°23.70%52.94%
CMYK2.22%23.70%0.00%
47.06%

Color #846787 in popluar number systems.

HEX846787
Decimal132103135
Binary10000100110011110000111
Octal204147207

Shades and tints

Shades of #846787

#846787
(132,103,135)
#785E7B
(120,94,123)
#6C556F
(108,85,111)
#604C63
(96,76,99)
#544357
(84,67,87)
#483A4B
(72,58,75)
#3C313F
(60,49,63)
#302833
(48,40,51)
#241F27
(36,31,39)
#18161B
(24,22,27)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #846787

#846787
(132,103,135)
#8F7491
(143,116,145)
#9A819B
(154,129,155)
#A58EA5
(165,142,165)
#B09BAF
(176,155,175)
#BBA8B9
(187,168,185)
#C6B5C3
(198,181,195)
#D1C2CD
(209,194,205)
#DCCFD7
(220,207,215)
#E7DCE1
(231,220,225)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846787; }

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

This text font color is #846787.


Background Color

.myBgColor { background-color: #846787; }

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

This div background color is #846787.


Border color

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

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

This div border color is #846787.


Opacity

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

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

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

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

This text has shadow with #846787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846787 on black background.


Color preview on white background

This text has color #846787 on white background.



Black color preview on #846787 background

This text has black color on #846787 background.


White color preview on #846787 background

This text has white color on #846787 background.