COLOR #844B44

HEX: #844B44
RGB: (132,75,68)

Color info

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

RGB color model

#844B44 color RGB value is (132,75,68).

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

RGB channels and saturation

R 132 of 255 = 52%
G 75 of 255 = 29%
B 68 of 255 = 27%

132
75
68

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

Portions of RGB colors in percentages

R + G + B =
132 + 75 + 68 = 275 (100%)
R 132 of 275 ~ 48%
G 75 of 275 ~ 27.27%
B 68 of 275 ~ 24.73%

%48
%27.27
%24.73

CMYK color model

#844B44 color CMYK value is (0,43,48,48).

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 48.48%
  • key color value is 48.24%
CMYK:
(0,43,48,48)
C0M43Y48K48 
(0%,43%,48%,48%)
(0.00/0.43/0.48/0.48)	

CMYK percentages

%0
%43.18
%48.48
%48.24

Codes

Color #844B44 in popluar color models

844B44
RGB1327568
HSL32.00%39.22%
HSB/HSV48.48%51.76%
CMYK0.00%43.18%48.48%
48.24%

Color #844B44 in popluar number systems.

HEX844B44
Decimal1327568
Binary1000010010010111000100
Octal204113104

Shades and tints

Shades of #844B44

#844B44
(132,75,68)
#78453E
(120,69,62)
#6C3F38
(108,63,56)
#603932
(96,57,50)
#54332C
(84,51,44)
#482D26
(72,45,38)
#3C2720
(60,39,32)
#30211A
(48,33,26)
#241B14
(36,27,20)
#18150E
(24,21,14)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #844B44

#844B44
(132,75,68)
#8F5B55
(143,91,85)
#9A6B66
(154,107,102)
#A57B77
(165,123,119)
#B08B88
(176,139,136)
#BB9B99
(187,155,153)
#C6ABAA
(198,171,170)
#D1BBBB
(209,187,187)
#DCCBCC
(220,203,204)
#E7DBDD
(231,219,221)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844B44; }

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

This text font color is #844B44.


Background Color

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

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

This div background color is #844B44.


Border color

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

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

This div border color is #844B44.


Opacity

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

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

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

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

This text has shadow with #844B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844B44 on black background.


Color preview on white background

This text has color #844B44 on white background.



Black color preview on #844B44 background

This text has black color on #844B44 background.


White color preview on #844B44 background

This text has white color on #844B44 background.