COLOR #844451

HEX: #844451
RGB: (132,68,81)

Color info

#844451 contains mainly red and blue colors. Web safe color of #844451 is #993366 (or #936).

RGB color model

#844451 color RGB value is (132,68,81).

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

RGB channels and saturation

R 132 of 255 = 52%
G 68 of 255 = 27%
B 81 of 255 = 32%

132
68
81

R + G + B ~ 37%. #844451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 68 + 81 = 281 (100%)
R 132 of 281 ~ 46.98%
G 68 of 281 ~ 24.2%
B 81 of 281 ~ 28.83%

%46.98
%24.2
%28.83

CMYK color model

#844451 color CMYK value is (0,48,39,48).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 38.64%
  • key color value is 48.24%
CMYK:
(0,48,39,48)
C0M48Y39K48 
(0%,48%,39%,48%)
(0.00/0.48/0.39/0.48)	

CMYK percentages

%0
%48.48
%38.64
%48.24

Codes

Color #844451 in popluar color models

844451
RGB1326881
HSL348°32.00%39.22%
HSB/HSV348°48.48%51.76%
CMYK0.00%48.48%38.64%
48.24%

Color #844451 in popluar number systems.

HEX844451
Decimal1326881
Binary1000010010001001010001
Octal204104121

Shades and tints

Shades of #844451

#844451
(132,68,81)
#783E4A
(120,62,74)
#6C3843
(108,56,67)
#60323C
(96,50,60)
#542C35
(84,44,53)
#48262E
(72,38,46)
#3C2027
(60,32,39)
#301A20
(48,26,32)
#241419
(36,20,25)
#180E12
(24,14,18)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #844451

#844451
(132,68,81)
#8F5560
(143,85,96)
#9A666F
(154,102,111)
#A5777E
(165,119,126)
#B0888D
(176,136,141)
#BB999C
(187,153,156)
#C6AAAB
(198,170,171)
#D1BBBA
(209,187,186)
#DCCCC9
(220,204,201)
#E7DDD8
(231,221,216)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844451; }

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

This text font color is #844451.


Background Color

.myBgColor { background-color: #844451; }

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

This div background color is #844451.


Border color

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

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

This div border color is #844451.


Opacity

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

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

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

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

This text has shadow with #844451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844451 on black background.


Color preview on white background

This text has color #844451 on white background.



Black color preview on #844451 background

This text has black color on #844451 background.


White color preview on #844451 background

This text has white color on #844451 background.