COLOR #844B48

HEX: #844B48
RGB: (132,75,72)

Color info

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

RGB color model

#844B48 color RGB value is (132,75,72).

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

RGB channels and saturation

R 132 of 255 = 52%
G 75 of 255 = 29%
B 72 of 255 = 28%

132
75
72

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

Portions of RGB colors in percentages

R + G + B =
132 + 75 + 72 = 279 (100%)
R 132 of 279 ~ 47.31%
G 75 of 279 ~ 26.88%
B 72 of 279 ~ 25.81%

%47.31
%26.88
%25.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.18%
  • yellow value is 45.45%
  • key color value is 48.24%
CMYK:
(0,43,45,48)
C0M43Y45K48 
(0%,43%,45%,48%)
(0.00/0.43/0.45/0.48)	

CMYK percentages

%0
%43.18
%45.45
%48.24

Codes

Color #844B48 in popluar color models

844B48
RGB1327572
HSL29.41%40.00%
HSB/HSV45.45%51.76%
CMYK0.00%43.18%45.45%
48.24%

Color #844B48 in popluar number systems.

HEX844B48
Decimal1327572
Binary1000010010010111001000
Octal204113110

Shades and tints

Shades of #844B48

#844B48
(132,75,72)
#784542
(120,69,66)
#6C3F3C
(108,63,60)
#603936
(96,57,54)
#543330
(84,51,48)
#482D2A
(72,45,42)
#3C2724
(60,39,36)
#30211E
(48,33,30)
#241B18
(36,27,24)
#181512
(24,21,18)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #844B48

#844B48
(132,75,72)
#8F5B58
(143,91,88)
#9A6B68
(154,107,104)
#A57B78
(165,123,120)
#B08B88
(176,139,136)
#BB9B98
(187,155,152)
#C6ABA8
(198,171,168)
#D1BBB8
(209,187,184)
#DCCBC8
(220,203,200)
#E7DBD8
(231,219,216)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844B48; }

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

This text font color is #844B48.


Background Color

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

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

This div background color is #844B48.


Border color

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

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

This div border color is #844B48.


Opacity

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

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

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

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

This text has shadow with #844B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844B48 on black background.


Color preview on white background

This text has color #844B48 on white background.



Black color preview on #844B48 background

This text has black color on #844B48 background.


White color preview on #844B48 background

This text has white color on #844B48 background.