COLOR #846542

HEX: #846542
RGB: (132,101,66)

Color info

#846542 contains mainly red and green colors. Web safe color of #846542 is #996633 (or #963).

RGB color model

#846542 color RGB value is (132,101,66).

  • red value is 132;
  • green value is 101;
  • blue value is 66.
RGB:
(132,101,66)
(52%,40%,26%)

RGB channels and saturation

R 132 of 255 = 52%
G 101 of 255 = 40%
B 66 of 255 = 26%

132
101
66

R + G + B ~ 39%. #846542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 101 + 66 = 299 (100%)
R 132 of 299 ~ 44.15%
G 101 of 299 ~ 33.78%
B 66 of 299 ~ 22.07%

%44.15
%33.78
%22.07

CMYK color model

#846542 color CMYK value is (0,23,50,48).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 50.00%
  • key color value is 48.24%
CMYK:
(0,23,50,48)
C0M23Y50K48 
(0%,23%,50%,48%)
(0.00/0.23/0.50/0.48)	

CMYK percentages

%0
%23.48
%50
%48.24

Codes

Color #846542 in popluar color models

846542
RGB13210166
HSL32°33.33%38.82%
HSB/HSV32°50.00%51.76%
CMYK0.00%23.48%50.00%
48.24%

Color #846542 in popluar number systems.

HEX846542
Decimal13210166
Binary1000010011001011000010
Octal204145102

Shades and tints

Shades of #846542

#846542
(132,101,66)
#785C3C
(120,92,60)
#6C5336
(108,83,54)
#604A30
(96,74,48)
#54412A
(84,65,42)
#483824
(72,56,36)
#3C2F1E
(60,47,30)
#302618
(48,38,24)
#241D12
(36,29,18)
#18140C
(24,20,12)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #846542

#846542
(132,101,66)
#8F7353
(143,115,83)
#9A8164
(154,129,100)
#A58F75
(165,143,117)
#B09D86
(176,157,134)
#BBAB97
(187,171,151)
#C6B9A8
(198,185,168)
#D1C7B9
(209,199,185)
#DCD5CA
(220,213,202)
#E7E3DB
(231,227,219)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846542 color. Also use rgb(132,101,66) instead hex code.

Text Font Color

.myTextColor { color: #846542; }

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

This text font color is #846542.


Background Color

.myBgColor { background-color: #846542; }

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

This div background color is #846542.


Border color

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

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

This div border color is #846542.


Opacity

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

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

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

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

This text has shadow with #846542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846542 on black background.


Color preview on white background

This text has color #846542 on white background.



Black color preview on #846542 background

This text has black color on #846542 background.


White color preview on #846542 background

This text has white color on #846542 background.