COLOR #846840

HEX: #846840
RGB: (132,104,64)

Color info

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

RGB color model

#846840 color RGB value is (132,104,64).

  • red value is 132;
  • green value is 104;
  • blue value is 64.
RGB:
(132,104,64)
(52%,41%,25%)

RGB channels and saturation

R 132 of 255 = 52%
G 104 of 255 = 41%
B 64 of 255 = 25%

132
104
64

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

Portions of RGB colors in percentages

R + G + B =
132 + 104 + 64 = 300 (100%)
R 132 of 300 ~ 44%
G 104 of 300 ~ 34.67%
B 64 of 300 ~ 21.33%

%44
%34.67
%21.33

CMYK color model

#846840 color CMYK value is (0,21,52,48).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 51.52%
  • key color value is 48.24%
CMYK:
(0,21,52,48)
C0M21Y52K48 
(0%,21%,52%,48%)
(0.00/0.21/0.52/0.48)	

CMYK percentages

%0
%21.21
%51.52
%48.24

Codes

Color #846840 in popluar color models

846840
RGB13210464
HSL35°34.69%38.43%
HSB/HSV35°51.52%51.76%
CMYK0.00%21.21%51.52%
48.24%

Color #846840 in popluar number systems.

HEX846840
Decimal13210464
Binary1000010011010001000000
Octal204150100

Shades and tints

Shades of #846840

#846840
(132,104,64)
#785F3B
(120,95,59)
#6C5636
(108,86,54)
#604D31
(96,77,49)
#54442C
(84,68,44)
#483B27
(72,59,39)
#3C3222
(60,50,34)
#30291D
(48,41,29)
#242018
(36,32,24)
#181713
(24,23,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #846840

#846840
(132,104,64)
#8F7551
(143,117,81)
#9A8262
(154,130,98)
#A58F73
(165,143,115)
#B09C84
(176,156,132)
#BBA995
(187,169,149)
#C6B6A6
(198,182,166)
#D1C3B7
(209,195,183)
#DCD0C8
(220,208,200)
#E7DDD9
(231,221,217)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846840 color. Also use rgb(132,104,64) instead hex code.

Text Font Color

.myTextColor { color: #846840; }

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

This text font color is #846840.


Background Color

.myBgColor { background-color: #846840; }

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

This div background color is #846840.


Border color

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

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

This div border color is #846840.


Opacity

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

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

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

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

This text has shadow with #846840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846840 on black background.


Color preview on white background

This text has color #846840 on white background.



Black color preview on #846840 background

This text has black color on #846840 background.


White color preview on #846840 background

This text has white color on #846840 background.