COLOR #846950

HEX: #846950
RGB: (132,105,80)

Color info

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

RGB color model

#846950 color RGB value is (132,105,80).

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

RGB channels and saturation

R 132 of 255 = 52%
G 105 of 255 = 41%
B 80 of 255 = 31%

132
105
80

R + G + B ~ 41%. #846950 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 105 + 80 = 317 (100%)
R 132 of 317 ~ 41.64%
G 105 of 317 ~ 33.12%
B 80 of 317 ~ 25.24%

%41.64
%33.12
%25.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.45%
  • 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
%20.45
%39.39
%48.24

Codes

Color #846950 in popluar color models

846950
RGB13210580
HSL29°24.53%41.57%
HSB/HSV29°39.39%51.76%
CMYK0.00%20.45%39.39%
48.24%

Color #846950 in popluar number systems.

HEX846950
Decimal13210580
Binary1000010011010011010000
Octal204151120

Shades and tints

Shades of #846950

#846950
(132,105,80)
#786049
(120,96,73)
#6C5742
(108,87,66)
#604E3B
(96,78,59)
#544534
(84,69,52)
#483C2D
(72,60,45)
#3C3326
(60,51,38)
#302A1F
(48,42,31)
#242118
(36,33,24)
#181811
(24,24,17)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #846950

#846950
(132,105,80)
#8F765F
(143,118,95)
#9A836E
(154,131,110)
#A5907D
(165,144,125)
#B09D8C
(176,157,140)
#BBAA9B
(187,170,155)
#C6B7AA
(198,183,170)
#D1C4B9
(209,196,185)
#DCD1C8
(220,209,200)
#E7DED7
(231,222,215)
#F2EBE6
(242,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846950; }

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

This text font color is #846950.


Background Color

.myBgColor { background-color: #846950; }

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

This div background color is #846950.


Border color

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

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

This div border color is #846950.


Opacity

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

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

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

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

This text has shadow with #846950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846950 on black background.


Color preview on white background

This text has color #846950 on white background.



Black color preview on #846950 background

This text has black color on #846950 background.


White color preview on #846950 background

This text has white color on #846950 background.