COLOR #844242

HEX: #844242
RGB: (132,66,66)

Color info

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

RGB color model

#844242 color RGB value is (132,66,66).

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

RGB channels and saturation

R 132 of 255 = 52%
G 66 of 255 = 26%
B 66 of 255 = 26%

132
66
66

R + G + B ~ 35%. #844242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 66 + 66 = 264 (100%)
R 132 of 264 ~ 50%
G 66 of 264 ~ 25%
B 66 of 264 ~ 25%

%50
%25
%25

CMYK color model

#844242 color CMYK value is (0,50,50,48).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 50.00%
  • key color value is 48.24%
CMYK:
(0,50,50,48)
C0M50Y50K48 
(0%,50%,50%,48%)
(0.00/0.50/0.50/0.48)	

CMYK percentages

%0
%50
%50
%48.24

Codes

Color #844242 in popluar color models

844242
RGB1326666
HSL33.33%38.82%
HSB/HSV50.00%51.76%
CMYK0.00%50.00%50.00%
48.24%

Color #844242 in popluar number systems.

HEX844242
Decimal1326666
Binary1000010010000101000010
Octal204102102

Shades and tints

Shades of #844242

#844242
(132,66,66)
#783C3C
(120,60,60)
#6C3636
(108,54,54)
#603030
(96,48,48)
#542A2A
(84,42,42)
#482424
(72,36,36)
#3C1E1E
(60,30,30)
#301818
(48,24,24)
#241212
(36,18,18)
#180C0C
(24,12,12)
#0C0606
(12,6,6)
#000000
(0,0,0)

Tints of #844242

#844242
(132,66,66)
#8F5353
(143,83,83)
#9A6464
(154,100,100)
#A57575
(165,117,117)
#B08686
(176,134,134)
#BB9797
(187,151,151)
#C6A8A8
(198,168,168)
#D1B9B9
(209,185,185)
#DCCACA
(220,202,202)
#E7DBDB
(231,219,219)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844242; }

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

This text font color is #844242.


Background Color

.myBgColor { background-color: #844242; }

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

This div background color is #844242.


Border color

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

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

This div border color is #844242.


Opacity

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

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

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

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

This text has shadow with #844242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844242 on black background.


Color preview on white background

This text has color #844242 on white background.



Black color preview on #844242 background

This text has black color on #844242 background.


White color preview on #844242 background

This text has white color on #844242 background.