COLOR #846225

HEX: #846225
RGB: (132,98,37)

Color info

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

RGB color model

#846225 color RGB value is (132,98,37).

  • red value is 132;
  • green value is 98;
  • blue value is 37.
RGB:
(132,98,37)
(52%,38%,15%)

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 37 of 255 = 15%

132
98
37

R + G + B ~ 35%. #846225 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 37 = 267 (100%)
R 132 of 267 ~ 49.44%
G 98 of 267 ~ 36.7%
B 37 of 267 ~ 13.86%

%49.44
%36.7
%13.86

CMYK color model

#846225 color CMYK value is (0,26,72,48).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 71.97%
  • key color value is 48.24%
CMYK:
(0,26,72,48)
C0M26Y72K48 
(0%,26%,72%,48%)
(0.00/0.26/0.72/0.48)	

CMYK percentages

%0
%25.76
%71.97
%48.24

Codes

Color #846225 in popluar color models

846225
RGB1329837
HSL39°56.21%33.14%
HSB/HSV39°71.97%51.76%
CMYK0.00%25.76%71.97%
48.24%

Color #846225 in popluar number systems.

HEX846225
Decimal1329837
Binary100001001100010100101
Octal20414245

Shades and tints

Shades of #846225

#846225
(132,98,37)
#785A22
(120,90,34)
#6C521F
(108,82,31)
#604A1C
(96,74,28)
#544219
(84,66,25)
#483A16
(72,58,22)
#3C3213
(60,50,19)
#302A10
(48,42,16)
#24220D
(36,34,13)
#181A0A
(24,26,10)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #846225

#846225
(132,98,37)
#8F7038
(143,112,56)
#9A7E4B
(154,126,75)
#A58C5E
(165,140,94)
#B09A71
(176,154,113)
#BBA884
(187,168,132)
#C6B697
(198,182,151)
#D1C4AA
(209,196,170)
#DCD2BD
(220,210,189)
#E7E0D0
(231,224,208)
#F2EEE3
(242,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846225 color. Also use rgb(132,98,37) instead hex code.

Text Font Color

.myTextColor { color: #846225; }

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

This text font color is #846225.


Background Color

.myBgColor { background-color: #846225; }

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

This div background color is #846225.


Border color

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

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

This div border color is #846225.


Opacity

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

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

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

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

This text has shadow with #846225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846225 on black background.


Color preview on white background

This text has color #846225 on white background.



Black color preview on #846225 background

This text has black color on #846225 background.


White color preview on #846225 background

This text has white color on #846225 background.