COLOR #846668

HEX: #846668
RGB: (132,102,104)

Color info

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

RGB color model

#846668 color RGB value is (132,102,104).

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

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 104 of 255 = 41%

132
102
104

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

Portions of RGB colors in percentages

R + G + B =
132 + 102 + 104 = 338 (100%)
R 132 of 338 ~ 39.05%
G 102 of 338 ~ 30.18%
B 104 of 338 ~ 30.77%

%39.05
%30.18
%30.77

CMYK color model

#846668 color CMYK value is (0,23,21,48).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 21.21%
  • key color value is 48.24%
CMYK:
(0,23,21,48)
C0M23Y21K48 
(0%,23%,21%,48%)
(0.00/0.23/0.21/0.48)	

CMYK percentages

%0
%22.73
%21.21
%48.24

Codes

Color #846668 in popluar color models

846668
RGB132102104
HSL356°12.82%45.88%
HSB/HSV356°22.73%51.76%
CMYK0.00%22.73%21.21%
48.24%

Color #846668 in popluar number systems.

HEX846668
Decimal132102104
Binary1000010011001101101000
Octal204146150

Shades and tints

Shades of #846668

#846668
(132,102,104)
#785D5F
(120,93,95)
#6C5456
(108,84,86)
#604B4D
(96,75,77)
#544244
(84,66,68)
#48393B
(72,57,59)
#3C3032
(60,48,50)
#302729
(48,39,41)
#241E20
(36,30,32)
#181517
(24,21,23)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #846668

#846668
(132,102,104)
#8F7375
(143,115,117)
#9A8082
(154,128,130)
#A58D8F
(165,141,143)
#B09A9C
(176,154,156)
#BBA7A9
(187,167,169)
#C6B4B6
(198,180,182)
#D1C1C3
(209,193,195)
#DCCED0
(220,206,208)
#E7DBDD
(231,219,221)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846668; }

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

This text font color is #846668.


Background Color

.myBgColor { background-color: #846668; }

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

This div background color is #846668.


Border color

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

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

This div border color is #846668.


Opacity

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

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

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

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

This text has shadow with #846668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846668 on black background.


Color preview on white background

This text has color #846668 on white background.



Black color preview on #846668 background

This text has black color on #846668 background.


White color preview on #846668 background

This text has white color on #846668 background.