COLOR #844E37

HEX: #844E37
RGB: (132,78,55)

Color info

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

RGB color model

#844E37 color RGB value is (132,78,55).

  • red value is 132;
  • green value is 78;
  • blue value is 55.
RGB:
(132,78,55)
(52%,31%,22%)

RGB channels and saturation

R 132 of 255 = 52%
G 78 of 255 = 31%
B 55 of 255 = 22%

132
78
55

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

Portions of RGB colors in percentages

R + G + B =
132 + 78 + 55 = 265 (100%)
R 132 of 265 ~ 49.81%
G 78 of 265 ~ 29.43%
B 55 of 265 ~ 20.75%

%49.81
%29.43
%20.75

CMYK color model

#844E37 color CMYK value is (0,41,58,48).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 58.33%
  • key color value is 48.24%
CMYK:
(0,41,58,48)
C0M41Y58K48 
(0%,41%,58%,48%)
(0.00/0.41/0.58/0.48)	

CMYK percentages

%0
%40.91
%58.33
%48.24

Codes

Color #844E37 in popluar color models

844E37
RGB1327855
HSL18°41.18%36.67%
HSB/HSV18°58.33%51.76%
CMYK0.00%40.91%58.33%
48.24%

Color #844E37 in popluar number systems.

HEX844E37
Decimal1327855
Binary100001001001110110111
Octal20411667

Shades and tints

Shades of #844E37

#844E37
(132,78,55)
#784732
(120,71,50)
#6C402D
(108,64,45)
#603928
(96,57,40)
#543223
(84,50,35)
#482B1E
(72,43,30)
#3C2419
(60,36,25)
#301D14
(48,29,20)
#24160F
(36,22,15)
#180F0A
(24,15,10)
#0C0805
(12,8,5)
#000000
(0,0,0)

Tints of #844E37

#844E37
(132,78,55)
#8F5E49
(143,94,73)
#9A6E5B
(154,110,91)
#A57E6D
(165,126,109)
#B08E7F
(176,142,127)
#BB9E91
(187,158,145)
#C6AEA3
(198,174,163)
#D1BEB5
(209,190,181)
#DCCEC7
(220,206,199)
#E7DED9
(231,222,217)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844E37 color. Also use rgb(132,78,55) instead hex code.

Text Font Color

.myTextColor { color: #844E37; }

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

This text font color is #844E37.


Background Color

.myBgColor { background-color: #844E37; }

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

This div background color is #844E37.


Border color

.myBorderColor { border: 1px solid #844E37; }

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

This div border color is #844E37.


Opacity

.myOpacity80 { color: #844E37; opacity: 0.8; }

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

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

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

This text has shadow with #844E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844E37 on black background.


Color preview on white background

This text has color #844E37 on white background.



Black color preview on #844E37 background

This text has black color on #844E37 background.


White color preview on #844E37 background

This text has white color on #844E37 background.