COLOR #846F5C

HEX: #846F5C
RGB: (132,111,92)

Color info

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

RGB color model

#846F5C color RGB value is (132,111,92).

  • red value is 132;
  • green value is 111;
  • blue value is 92.
RGB:
(132,111,92)
(52%,44%,36%)

RGB channels and saturation

R 132 of 255 = 52%
G 111 of 255 = 44%
B 92 of 255 = 36%

132
111
92

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

Portions of RGB colors in percentages

R + G + B =
132 + 111 + 92 = 335 (100%)
R 132 of 335 ~ 39.4%
G 111 of 335 ~ 33.13%
B 92 of 335 ~ 27.46%

%39.4
%33.13
%27.46

CMYK color model

#846F5C color CMYK value is (0,16,30,48).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 30.30%
  • key color value is 48.24%
CMYK:
(0,16,30,48)
C0M16Y30K48 
(0%,16%,30%,48%)
(0.00/0.16/0.30/0.48)	

CMYK percentages

%0
%15.91
%30.3
%48.24

Codes

Color #846F5C in popluar color models

846F5C
RGB13211192
HSL29°17.86%43.92%
HSB/HSV29°30.30%51.76%
CMYK0.00%15.91%30.30%
48.24%

Color #846F5C in popluar number systems.

HEX846F5C
Decimal13211192
Binary1000010011011111011100
Octal204157134

Shades and tints

Shades of #846F5C

#846F5C
(132,111,92)
#786554
(120,101,84)
#6C5B4C
(108,91,76)
#605144
(96,81,68)
#54473C
(84,71,60)
#483D34
(72,61,52)
#3C332C
(60,51,44)
#302924
(48,41,36)
#241F1C
(36,31,28)
#181514
(24,21,20)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #846F5C

#846F5C
(132,111,92)
#8F7C6A
(143,124,106)
#9A8978
(154,137,120)
#A59686
(165,150,134)
#B0A394
(176,163,148)
#BBB0A2
(187,176,162)
#C6BDB0
(198,189,176)
#D1CABE
(209,202,190)
#DCD7CC
(220,215,204)
#E7E4DA
(231,228,218)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846F5C color. Also use rgb(132,111,92) instead hex code.

Text Font Color

.myTextColor { color: #846F5C; }

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

This text font color is #846F5C.


Background Color

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

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

This div background color is #846F5C.


Border color

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

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

This div border color is #846F5C.


Opacity

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

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

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

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

This text has shadow with #846F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846F5C on black background.


Color preview on white background

This text has color #846F5C on white background.



Black color preview on #846F5C background

This text has black color on #846F5C background.


White color preview on #846F5C background

This text has white color on #846F5C background.