COLOR #846529

HEX: #846529
RGB: (132,101,41)

Color info

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

RGB color model

#846529 color RGB value is (132,101,41).

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

RGB channels and saturation

R 132 of 255 = 52%
G 101 of 255 = 40%
B 41 of 255 = 16%

132
101
41

R + G + B ~ 36%. #846529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 101 + 41 = 274 (100%)
R 132 of 274 ~ 48.18%
G 101 of 274 ~ 36.86%
B 41 of 274 ~ 14.96%

%48.18
%36.86
%14.96

CMYK color model

#846529 color CMYK value is (0,23,69,48).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 68.94%
  • key color value is 48.24%
CMYK:
(0,23,69,48)
C0M23Y69K48 
(0%,23%,69%,48%)
(0.00/0.23/0.69/0.48)	

CMYK percentages

%0
%23.48
%68.94
%48.24

Codes

Color #846529 in popluar color models

846529
RGB13210141
HSL40°52.60%33.92%
HSB/HSV40°68.94%51.76%
CMYK0.00%23.48%68.94%
48.24%

Color #846529 in popluar number systems.

HEX846529
Decimal13210141
Binary100001001100101101001
Octal20414551

Shades and tints

Shades of #846529

#846529
(132,101,41)
#785C26
(120,92,38)
#6C5323
(108,83,35)
#604A20
(96,74,32)
#54411D
(84,65,29)
#48381A
(72,56,26)
#3C2F17
(60,47,23)
#302614
(48,38,20)
#241D11
(36,29,17)
#18140E
(24,20,14)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #846529

#846529
(132,101,41)
#8F733C
(143,115,60)
#9A814F
(154,129,79)
#A58F62
(165,143,98)
#B09D75
(176,157,117)
#BBAB88
(187,171,136)
#C6B99B
(198,185,155)
#D1C7AE
(209,199,174)
#DCD5C1
(220,213,193)
#E7E3D4
(231,227,212)
#F2F1E7
(242,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846529; }

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

This text font color is #846529.


Background Color

.myBgColor { background-color: #846529; }

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

This div background color is #846529.


Border color

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

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

This div border color is #846529.


Opacity

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

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

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

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

This text has shadow with #846529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846529 on black background.


Color preview on white background

This text has color #846529 on white background.



Black color preview on #846529 background

This text has black color on #846529 background.


White color preview on #846529 background

This text has white color on #846529 background.