COLOR #846E4F

HEX: #846E4F
RGB: (132,110,79)

Color info

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

RGB color model

#846E4F color RGB value is (132,110,79).

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

RGB channels and saturation

R 132 of 255 = 52%
G 110 of 255 = 43%
B 79 of 255 = 31%

132
110
79

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

Portions of RGB colors in percentages

R + G + B =
132 + 110 + 79 = 321 (100%)
R 132 of 321 ~ 41.12%
G 110 of 321 ~ 34.27%
B 79 of 321 ~ 24.61%

%41.12
%34.27
%24.61

CMYK color model

#846E4F color CMYK value is (0,17,40,48).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 40.15%
  • key color value is 48.24%
CMYK:
(0,17,40,48)
C0M17Y40K48 
(0%,17%,40%,48%)
(0.00/0.17/0.40/0.48)	

CMYK percentages

%0
%16.67
%40.15
%48.24

Codes

Color #846E4F in popluar color models

846E4F
RGB13211079
HSL35°25.12%41.37%
HSB/HSV35°40.15%51.76%
CMYK0.00%16.67%40.15%
48.24%

Color #846E4F in popluar number systems.

HEX846E4F
Decimal13211079
Binary1000010011011101001111
Octal204156117

Shades and tints

Shades of #846E4F

#846E4F
(132,110,79)
#786448
(120,100,72)
#6C5A41
(108,90,65)
#60503A
(96,80,58)
#544633
(84,70,51)
#483C2C
(72,60,44)
#3C3225
(60,50,37)
#30281E
(48,40,30)
#241E17
(36,30,23)
#181410
(24,20,16)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #846E4F

#846E4F
(132,110,79)
#8F7B5F
(143,123,95)
#9A886F
(154,136,111)
#A5957F
(165,149,127)
#B0A28F
(176,162,143)
#BBAF9F
(187,175,159)
#C6BCAF
(198,188,175)
#D1C9BF
(209,201,191)
#DCD6CF
(220,214,207)
#E7E3DF
(231,227,223)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846E4F; }

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

This text font color is #846E4F.


Background Color

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

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

This div background color is #846E4F.


Border color

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

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

This div border color is #846E4F.


Opacity

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

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

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

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

This text has shadow with #846E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846E4F on black background.


Color preview on white background

This text has color #846E4F on white background.



Black color preview on #846E4F background

This text has black color on #846E4F background.


White color preview on #846E4F background

This text has white color on #846E4F background.