COLOR #844447

HEX: #844447
RGB: (132,68,71)

Color info

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

RGB color model

#844447 color RGB value is (132,68,71).

  • red value is 132;
  • green value is 68;
  • blue value is 71.
RGB:
(132,68,71)
(52%,27%,28%)

RGB channels and saturation

R 132 of 255 = 52%
G 68 of 255 = 27%
B 71 of 255 = 28%

132
68
71

R + G + B ~ 36%. #844447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 68 + 71 = 271 (100%)
R 132 of 271 ~ 48.71%
G 68 of 271 ~ 25.09%
B 71 of 271 ~ 26.2%

%48.71
%25.09
%26.2

CMYK color model

#844447 color CMYK value is (0,48,46,48).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 46.21%
  • key color value is 48.24%
CMYK:
(0,48,46,48)
C0M48Y46K48 
(0%,48%,46%,48%)
(0.00/0.48/0.46/0.48)	

CMYK percentages

%0
%48.48
%46.21
%48.24

Codes

Color #844447 in popluar color models

844447
RGB1326871
HSL357°32.00%39.22%
HSB/HSV357°48.48%51.76%
CMYK0.00%48.48%46.21%
48.24%

Color #844447 in popluar number systems.

HEX844447
Decimal1326871
Binary1000010010001001000111
Octal204104107

Shades and tints

Shades of #844447

#844447
(132,68,71)
#783E41
(120,62,65)
#6C383B
(108,56,59)
#603235
(96,50,53)
#542C2F
(84,44,47)
#482629
(72,38,41)
#3C2023
(60,32,35)
#301A1D
(48,26,29)
#241417
(36,20,23)
#180E11
(24,14,17)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #844447

#844447
(132,68,71)
#8F5557
(143,85,87)
#9A6667
(154,102,103)
#A57777
(165,119,119)
#B08887
(176,136,135)
#BB9997
(187,153,151)
#C6AAA7
(198,170,167)
#D1BBB7
(209,187,183)
#DCCCC7
(220,204,199)
#E7DDD7
(231,221,215)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844447 color. Also use rgb(132,68,71) instead hex code.

Text Font Color

.myTextColor { color: #844447; }

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

This text font color is #844447.


Background Color

.myBgColor { background-color: #844447; }

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

This div background color is #844447.


Border color

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

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

This div border color is #844447.


Opacity

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

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

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

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

This text has shadow with #844447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844447 on black background.


Color preview on white background

This text has color #844447 on white background.



Black color preview on #844447 background

This text has black color on #844447 background.


White color preview on #844447 background

This text has white color on #844447 background.