COLOR #845A2E

HEX: #845A2E
RGB: (132,90,46)

Color info

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

RGB color model

#845A2E color RGB value is (132,90,46).

  • red value is 132;
  • green value is 90;
  • blue value is 46.
RGB:
(132,90,46)
(52%,35%,18%)

RGB channels and saturation

R 132 of 255 = 52%
G 90 of 255 = 35%
B 46 of 255 = 18%

132
90
46

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

Portions of RGB colors in percentages

R + G + B =
132 + 90 + 46 = 268 (100%)
R 132 of 268 ~ 49.25%
G 90 of 268 ~ 33.58%
B 46 of 268 ~ 17.16%

%49.25
%33.58
%17.16

CMYK color model

#845A2E color CMYK value is (0,32,65,48).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 65.15%
  • key color value is 48.24%
CMYK:
(0,32,65,48)
C0M32Y65K48 
(0%,32%,65%,48%)
(0.00/0.32/0.65/0.48)	

CMYK percentages

%0
%31.82
%65.15
%48.24

Codes

Color #845A2E in popluar color models

845A2E
RGB1329046
HSL31°48.31%34.90%
HSB/HSV31°65.15%51.76%
CMYK0.00%31.82%65.15%
48.24%

Color #845A2E in popluar number systems.

HEX845A2E
Decimal1329046
Binary100001001011010101110
Octal20413256

Shades and tints

Shades of #845A2E

#845A2E
(132,90,46)
#78522A
(120,82,42)
#6C4A26
(108,74,38)
#604222
(96,66,34)
#543A1E
(84,58,30)
#48321A
(72,50,26)
#3C2A16
(60,42,22)
#302212
(48,34,18)
#241A0E
(36,26,14)
#18120A
(24,18,10)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #845A2E

#845A2E
(132,90,46)
#8F6941
(143,105,65)
#9A7854
(154,120,84)
#A58767
(165,135,103)
#B0967A
(176,150,122)
#BBA58D
(187,165,141)
#C6B4A0
(198,180,160)
#D1C3B3
(209,195,179)
#DCD2C6
(220,210,198)
#E7E1D9
(231,225,217)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #845A2E color. Also use rgb(132,90,46) instead hex code.

Text Font Color

.myTextColor { color: #845A2E; }

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

This text font color is #845A2E.


Background Color

.myBgColor { background-color: #845A2E; }

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

This div background color is #845A2E.


Border color

.myBorderColor { border: 1px solid #845A2E; }

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

This div border color is #845A2E.


Opacity

.myOpacity80 { color: #845A2E; opacity: 0.8; }

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

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

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

This text has shadow with #845A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845A2E on black background.


Color preview on white background

This text has color #845A2E on white background.



Black color preview on #845A2E background

This text has black color on #845A2E background.


White color preview on #845A2E background

This text has white color on #845A2E background.