COLOR #846E85

HEX: #846E85
RGB: (132,110,133)

Color info

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

RGB color model

#846E85 color RGB value is (132,110,133).

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

RGB channels and saturation

R 132 of 255 = 52%
G 110 of 255 = 43%
B 133 of 255 = 52%

132
110
133

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

Portions of RGB colors in percentages

R + G + B =
132 + 110 + 133 = 375 (100%)
R 132 of 375 ~ 35.2%
G 110 of 375 ~ 29.33%
B 133 of 375 ~ 35.47%

%35.2
%29.33
%35.47

CMYK color model

#846E85 color CMYK value is (1,17,0,48).

  • cyan value is 0.75%
  • magenta value is 17.29%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(1,17,0,48)
C1M17Y0K48 
(1%,17%,0%,48%)
(0.01/0.17/0.00/0.48)	

CMYK percentages

%0.75
%17.29
%0
%47.84

Codes

Color #846E85 in popluar color models

846E85
RGB132110133
HSL297°9.47%47.65%
HSB/HSV297°17.29%52.16%
CMYK0.75%17.29%0.00%
47.84%

Color #846E85 in popluar number systems.

HEX846E85
Decimal132110133
Binary10000100110111010000101
Octal204156205

Shades and tints

Shades of #846E85

#846E85
(132,110,133)
#786479
(120,100,121)
#6C5A6D
(108,90,109)
#605061
(96,80,97)
#544655
(84,70,85)
#483C49
(72,60,73)
#3C323D
(60,50,61)
#302831
(48,40,49)
#241E25
(36,30,37)
#181419
(24,20,25)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #846E85

#846E85
(132,110,133)
#8F7B90
(143,123,144)
#9A889B
(154,136,155)
#A595A6
(165,149,166)
#B0A2B1
(176,162,177)
#BBAFBC
(187,175,188)
#C6BCC7
(198,188,199)
#D1C9D2
(209,201,210)
#DCD6DD
(220,214,221)
#E7E3E8
(231,227,232)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846E85; }

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

This text font color is #846E85.


Background Color

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

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

This div background color is #846E85.


Border color

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

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

This div border color is #846E85.


Opacity

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

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

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

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

This text has shadow with #846E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846E85 on black background.


Color preview on white background

This text has color #846E85 on white background.



Black color preview on #846E85 background

This text has black color on #846E85 background.


White color preview on #846E85 background

This text has white color on #846E85 background.