COLOR #846685

HEX: #846685
RGB: (132,102,133)

Color info

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

RGB color model

#846685 color RGB value is (132,102,133).

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

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 133 of 255 = 52%

132
102
133

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

Portions of RGB colors in percentages

R + G + B =
132 + 102 + 133 = 367 (100%)
R 132 of 367 ~ 35.97%
G 102 of 367 ~ 27.79%
B 133 of 367 ~ 36.24%

%35.97
%27.79
%36.24

CMYK color model

#846685 color CMYK value is (1,23,0,48).

  • cyan value is 0.75%
  • magenta value is 23.31%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(1,23,0,48)
C1M23Y0K48 
(1%,23%,0%,48%)
(0.01/0.23/0.00/0.48)	

CMYK percentages

%0.75
%23.31
%0
%47.84

Codes

Color #846685 in popluar color models

846685
RGB132102133
HSL298°13.19%46.08%
HSB/HSV298°23.31%52.16%
CMYK0.75%23.31%0.00%
47.84%

Color #846685 in popluar number systems.

HEX846685
Decimal132102133
Binary10000100110011010000101
Octal204146205

Shades and tints

Shades of #846685

#846685
(132,102,133)
#785D79
(120,93,121)
#6C546D
(108,84,109)
#604B61
(96,75,97)
#544255
(84,66,85)
#483949
(72,57,73)
#3C303D
(60,48,61)
#302731
(48,39,49)
#241E25
(36,30,37)
#181519
(24,21,25)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #846685

#846685
(132,102,133)
#8F7390
(143,115,144)
#9A809B
(154,128,155)
#A58DA6
(165,141,166)
#B09AB1
(176,154,177)
#BBA7BC
(187,167,188)
#C6B4C7
(198,180,199)
#D1C1D2
(209,193,210)
#DCCEDD
(220,206,221)
#E7DBE8
(231,219,232)
#F2E8F3
(242,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846685; }

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

This text font color is #846685.


Background Color

.myBgColor { background-color: #846685; }

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

This div background color is #846685.


Border color

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

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

This div border color is #846685.


Opacity

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

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

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

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

This text has shadow with #846685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846685 on black background.


Color preview on white background

This text has color #846685 on white background.



Black color preview on #846685 background

This text has black color on #846685 background.


White color preview on #846685 background

This text has white color on #846685 background.