COLOR #844331

HEX: #844331
RGB: (132,67,49)

Color info

#844331 contains mainly red color. Web safe color of #844331 is #993333 (or #933).

RGB color model

#844331 color RGB value is (132,67,49).

  • red value is 132;
  • green value is 67;
  • blue value is 49.
RGB:
(132,67,49)
(52%,26%,19%)

RGB channels and saturation

R 132 of 255 = 52%
G 67 of 255 = 26%
B 49 of 255 = 19%

132
67
49

R + G + B ~ 32%. #844331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 67 + 49 = 248 (100%)
R 132 of 248 ~ 53.23%
G 67 of 248 ~ 27.02%
B 49 of 248 ~ 19.76%

%53.23
%27.02
%19.76

CMYK color model

#844331 color CMYK value is (0,49,63,48).

  • cyan value is 0.00%
  • magenta value is 49.24%
  • yellow value is 62.88%
  • key color value is 48.24%
CMYK:
(0,49,63,48)
C0M49Y63K48 
(0%,49%,63%,48%)
(0.00/0.49/0.63/0.48)	

CMYK percentages

%0
%49.24
%62.88
%48.24

Codes

Color #844331 in popluar color models

844331
RGB1326749
HSL13°45.86%35.49%
HSB/HSV13°62.88%51.76%
CMYK0.00%49.24%62.88%
48.24%

Color #844331 in popluar number systems.

HEX844331
Decimal1326749
Binary100001001000011110001
Octal20410361

Shades and tints

Shades of #844331

#844331
(132,67,49)
#783D2D
(120,61,45)
#6C3729
(108,55,41)
#603125
(96,49,37)
#542B21
(84,43,33)
#48251D
(72,37,29)
#3C1F19
(60,31,25)
#301915
(48,25,21)
#241311
(36,19,17)
#180D0D
(24,13,13)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #844331

#844331
(132,67,49)
#8F5443
(143,84,67)
#9A6555
(154,101,85)
#A57667
(165,118,103)
#B08779
(176,135,121)
#BB988B
(187,152,139)
#C6A99D
(198,169,157)
#D1BAAF
(209,186,175)
#DCCBC1
(220,203,193)
#E7DCD3
(231,220,211)
#F2EDE5
(242,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844331 color. Also use rgb(132,67,49) instead hex code.

Text Font Color

.myTextColor { color: #844331; }

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

This text font color is #844331.


Background Color

.myBgColor { background-color: #844331; }

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

This div background color is #844331.


Border color

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

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

This div border color is #844331.


Opacity

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

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

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

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

This text has shadow with #844331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844331 on black background.


Color preview on white background

This text has color #844331 on white background.



Black color preview on #844331 background

This text has black color on #844331 background.


White color preview on #844331 background

This text has white color on #844331 background.