COLOR #846A64

HEX: #846A64
RGB: (132,106,100)

Color info

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

RGB color model

#846A64 color RGB value is (132,106,100).

  • red value is 132;
  • green value is 106;
  • blue value is 100.
RGB:
(132,106,100)
(52%,42%,39%)

RGB channels and saturation

R 132 of 255 = 52%
G 106 of 255 = 42%
B 100 of 255 = 39%

132
106
100

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

Portions of RGB colors in percentages

R + G + B =
132 + 106 + 100 = 338 (100%)
R 132 of 338 ~ 39.05%
G 106 of 338 ~ 31.36%
B 100 of 338 ~ 29.59%

%39.05
%31.36
%29.59

CMYK color model

#846A64 color CMYK value is (0,20,24,48).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 24.24%
  • key color value is 48.24%
CMYK:
(0,20,24,48)
C0M20Y24K48 
(0%,20%,24%,48%)
(0.00/0.20/0.24/0.48)	

CMYK percentages

%0
%19.7
%24.24
%48.24

Codes

Color #846A64 in popluar color models

846A64
RGB132106100
HSL11°13.79%45.49%
HSB/HSV11°24.24%51.76%
CMYK0.00%19.70%24.24%
48.24%

Color #846A64 in popluar number systems.

HEX846A64
Decimal132106100
Binary1000010011010101100100
Octal204152144

Shades and tints

Shades of #846A64

#846A64
(132,106,100)
#78615B
(120,97,91)
#6C5852
(108,88,82)
#604F49
(96,79,73)
#544640
(84,70,64)
#483D37
(72,61,55)
#3C342E
(60,52,46)
#302B25
(48,43,37)
#24221C
(36,34,28)
#181913
(24,25,19)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #846A64

#846A64
(132,106,100)
#8F7772
(143,119,114)
#9A8480
(154,132,128)
#A5918E
(165,145,142)
#B09E9C
(176,158,156)
#BBABAA
(187,171,170)
#C6B8B8
(198,184,184)
#D1C5C6
(209,197,198)
#DCD2D4
(220,210,212)
#E7DFE2
(231,223,226)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846A64 color. Also use rgb(132,106,100) instead hex code.

Text Font Color

.myTextColor { color: #846A64; }

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

This text font color is #846A64.


Background Color

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

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

This div background color is #846A64.


Border color

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

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

This div border color is #846A64.


Opacity

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

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

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

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

This text has shadow with #846A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846A64 on black background.


Color preview on white background

This text has color #846A64 on white background.



Black color preview on #846A64 background

This text has black color on #846A64 background.


White color preview on #846A64 background

This text has white color on #846A64 background.