COLOR #844D39

HEX: #844D39
RGB: (132,77,57)

Color info

#844D39 contains mainly red and green colors. Web safe color of #844D39 is #993333 (or #933).

RGB color model

#844D39 color RGB value is (132,77,57).

  • red value is 132;
  • green value is 77;
  • blue value is 57.
RGB:
(132,77,57)
(52%,30%,22%)

RGB channels and saturation

R 132 of 255 = 52%
G 77 of 255 = 30%
B 57 of 255 = 22%

132
77
57

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

Portions of RGB colors in percentages

R + G + B =
132 + 77 + 57 = 266 (100%)
R 132 of 266 ~ 49.62%
G 77 of 266 ~ 28.95%
B 57 of 266 ~ 21.43%

%49.62
%28.95
%21.43

CMYK color model

#844D39 color CMYK value is (0,42,57,48).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 56.82%
  • key color value is 48.24%
CMYK:
(0,42,57,48)
C0M42Y57K48 
(0%,42%,57%,48%)
(0.00/0.42/0.57/0.48)	

CMYK percentages

%0
%41.67
%56.82
%48.24

Codes

Color #844D39 in popluar color models

844D39
RGB1327757
HSL16°39.68%37.06%
HSB/HSV16°56.82%51.76%
CMYK0.00%41.67%56.82%
48.24%

Color #844D39 in popluar number systems.

HEX844D39
Decimal1327757
Binary100001001001101111001
Octal20411571

Shades and tints

Shades of #844D39

#844D39
(132,77,57)
#784634
(120,70,52)
#6C3F2F
(108,63,47)
#60382A
(96,56,42)
#543125
(84,49,37)
#482A20
(72,42,32)
#3C231B
(60,35,27)
#301C16
(48,28,22)
#241511
(36,21,17)
#180E0C
(24,14,12)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #844D39

#844D39
(132,77,57)
#8F5D4B
(143,93,75)
#9A6D5D
(154,109,93)
#A57D6F
(165,125,111)
#B08D81
(176,141,129)
#BB9D93
(187,157,147)
#C6ADA5
(198,173,165)
#D1BDB7
(209,189,183)
#DCCDC9
(220,205,201)
#E7DDDB
(231,221,219)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844D39 color. Also use rgb(132,77,57) instead hex code.

Text Font Color

.myTextColor { color: #844D39; }

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

This text font color is #844D39.


Background Color

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

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

This div background color is #844D39.


Border color

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

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

This div border color is #844D39.


Opacity

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

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

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

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

This text has shadow with #844D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844D39 on black background.


Color preview on white background

This text has color #844D39 on white background.



Black color preview on #844D39 background

This text has black color on #844D39 background.


White color preview on #844D39 background

This text has white color on #844D39 background.