COLOR #846F78

HEX: #846F78
RGB: (132,111,120)

Color info

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

RGB color model

#846F78 color RGB value is (132,111,120).

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

RGB channels and saturation

R 132 of 255 = 52%
G 111 of 255 = 44%
B 120 of 255 = 47%

132
111
120

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

Portions of RGB colors in percentages

R + G + B =
132 + 111 + 120 = 363 (100%)
R 132 of 363 ~ 36.36%
G 111 of 363 ~ 30.58%
B 120 of 363 ~ 33.06%

%36.36
%30.58
%33.06

CMYK color model

#846F78 color CMYK value is (0,16,9,48).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 9.09%
  • key color value is 48.24%
CMYK:
(0,16,9,48)
C0M16Y9K48 
(0%,16%,9%,48%)
(0.00/0.16/0.09/0.48)	

CMYK percentages

%0
%15.91
%9.09
%48.24

Codes

Color #846F78 in popluar color models

846F78
RGB132111120
HSL334°8.64%47.65%
HSB/HSV334°15.91%51.76%
CMYK0.00%15.91%9.09%
48.24%

Color #846F78 in popluar number systems.

HEX846F78
Decimal132111120
Binary1000010011011111111000
Octal204157170

Shades and tints

Shades of #846F78

#846F78
(132,111,120)
#78656E
(120,101,110)
#6C5B64
(108,91,100)
#60515A
(96,81,90)
#544750
(84,71,80)
#483D46
(72,61,70)
#3C333C
(60,51,60)
#302932
(48,41,50)
#241F28
(36,31,40)
#18151E
(24,21,30)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #846F78

#846F78
(132,111,120)
#8F7C84
(143,124,132)
#9A8990
(154,137,144)
#A5969C
(165,150,156)
#B0A3A8
(176,163,168)
#BBB0B4
(187,176,180)
#C6BDC0
(198,189,192)
#D1CACC
(209,202,204)
#DCD7D8
(220,215,216)
#E7E4E4
(231,228,228)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846F78 color. Also use rgb(132,111,120) instead hex code.

Text Font Color

.myTextColor { color: #846F78; }

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

This text font color is #846F78.


Background Color

.myBgColor { background-color: #846F78; }

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

This div background color is #846F78.


Border color

.myBorderColor { border: 1px solid #846F78; }

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

This div border color is #846F78.


Opacity

.myOpacity80 { color: #846F78; opacity: 0.8; }

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

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

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

This text has shadow with #846F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846F78 on black background.


Color preview on white background

This text has color #846F78 on white background.



Black color preview on #846F78 background

This text has black color on #846F78 background.


White color preview on #846F78 background

This text has white color on #846F78 background.