COLOR #846A50

HEX: #846A50
RGB: (132,106,80)

Color info

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

RGB color model

#846A50 color RGB value is (132,106,80).

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

RGB channels and saturation

R 132 of 255 = 52%
G 106 of 255 = 42%
B 80 of 255 = 31%

132
106
80

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

Portions of RGB colors in percentages

R + G + B =
132 + 106 + 80 = 318 (100%)
R 132 of 318 ~ 41.51%
G 106 of 318 ~ 33.33%
B 80 of 318 ~ 25.16%

%41.51
%33.33
%25.16

CMYK color model

#846A50 color CMYK value is (0,20,39,48).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 39.39%
  • key color value is 48.24%
CMYK:
(0,20,39,48)
C0M20Y39K48 
(0%,20%,39%,48%)
(0.00/0.20/0.39/0.48)	

CMYK percentages

%0
%19.7
%39.39
%48.24

Codes

Color #846A50 in popluar color models

846A50
RGB13210680
HSL30°24.53%41.57%
HSB/HSV30°39.39%51.76%
CMYK0.00%19.70%39.39%
48.24%

Color #846A50 in popluar number systems.

HEX846A50
Decimal13210680
Binary1000010011010101010000
Octal204152120

Shades and tints

Shades of #846A50

#846A50
(132,106,80)
#786149
(120,97,73)
#6C5842
(108,88,66)
#604F3B
(96,79,59)
#544634
(84,70,52)
#483D2D
(72,61,45)
#3C3426
(60,52,38)
#302B1F
(48,43,31)
#242218
(36,34,24)
#181911
(24,25,17)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #846A50

#846A50
(132,106,80)
#8F775F
(143,119,95)
#9A846E
(154,132,110)
#A5917D
(165,145,125)
#B09E8C
(176,158,140)
#BBAB9B
(187,171,155)
#C6B8AA
(198,184,170)
#D1C5B9
(209,197,185)
#DCD2C8
(220,210,200)
#E7DFD7
(231,223,215)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846A50; }

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

This text font color is #846A50.


Background Color

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

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

This div background color is #846A50.


Border color

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

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

This div border color is #846A50.


Opacity

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

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

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

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

This text has shadow with #846A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846A50 on black background.


Color preview on white background

This text has color #846A50 on white background.



Black color preview on #846A50 background

This text has black color on #846A50 background.


White color preview on #846A50 background

This text has white color on #846A50 background.