COLOR #846674

HEX: #846674
RGB: (132,102,116)

Color info

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

RGB color model

#846674 color RGB value is (132,102,116).

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

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 116 of 255 = 45%

132
102
116

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

Portions of RGB colors in percentages

R + G + B =
132 + 102 + 116 = 350 (100%)
R 132 of 350 ~ 37.71%
G 102 of 350 ~ 29.14%
B 116 of 350 ~ 33.14%

%37.71
%29.14
%33.14

CMYK color model

#846674 color CMYK value is (0,23,12,48).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 12.12%
  • key color value is 48.24%
CMYK:
(0,23,12,48)
C0M23Y12K48 
(0%,23%,12%,48%)
(0.00/0.23/0.12/0.48)	

CMYK percentages

%0
%22.73
%12.12
%48.24

Codes

Color #846674 in popluar color models

846674
RGB132102116
HSL332°12.82%45.88%
HSB/HSV332°22.73%51.76%
CMYK0.00%22.73%12.12%
48.24%

Color #846674 in popluar number systems.

HEX846674
Decimal132102116
Binary1000010011001101110100
Octal204146164

Shades and tints

Shades of #846674

#846674
(132,102,116)
#785D6A
(120,93,106)
#6C5460
(108,84,96)
#604B56
(96,75,86)
#54424C
(84,66,76)
#483942
(72,57,66)
#3C3038
(60,48,56)
#30272E
(48,39,46)
#241E24
(36,30,36)
#18151A
(24,21,26)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #846674

#846674
(132,102,116)
#8F7380
(143,115,128)
#9A808C
(154,128,140)
#A58D98
(165,141,152)
#B09AA4
(176,154,164)
#BBA7B0
(187,167,176)
#C6B4BC
(198,180,188)
#D1C1C8
(209,193,200)
#DCCED4
(220,206,212)
#E7DBE0
(231,219,224)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846674; }

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

This text font color is #846674.


Background Color

.myBgColor { background-color: #846674; }

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

This div background color is #846674.


Border color

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

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

This div border color is #846674.


Opacity

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

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

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

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

This text has shadow with #846674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846674 on black background.


Color preview on white background

This text has color #846674 on white background.



Black color preview on #846674 background

This text has black color on #846674 background.


White color preview on #846674 background

This text has white color on #846674 background.