COLOR #844642

HEX: #844642
RGB: (132,70,66)

Color info

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

RGB color model

#844642 color RGB value is (132,70,66).

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

RGB channels and saturation

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

132
70
66

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

Portions of RGB colors in percentages

R + G + B =
132 + 70 + 66 = 268 (100%)
R 132 of 268 ~ 49.25%
G 70 of 268 ~ 26.12%
B 66 of 268 ~ 24.63%

%49.25
%26.12
%24.63

CMYK color model

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

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

CMYK percentages

%0
%46.97
%50
%48.24

Codes

Color #844642 in popluar color models

844642
RGB1327066
HSL33.33%38.82%
HSB/HSV50.00%51.76%
CMYK0.00%46.97%50.00%
48.24%

Color #844642 in popluar number systems.

HEX844642
Decimal1327066
Binary1000010010001101000010
Octal204106102

Shades and tints

Shades of #844642

#844642
(132,70,66)
#78403C
(120,64,60)
#6C3A36
(108,58,54)
#603430
(96,52,48)
#542E2A
(84,46,42)
#482824
(72,40,36)
#3C221E
(60,34,30)
#301C18
(48,28,24)
#241612
(36,22,18)
#18100C
(24,16,12)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #844642

#844642
(132,70,66)
#8F5653
(143,86,83)
#9A6664
(154,102,100)
#A57675
(165,118,117)
#B08686
(176,134,134)
#BB9697
(187,150,151)
#C6A6A8
(198,166,168)
#D1B6B9
(209,182,185)
#DCC6CA
(220,198,202)
#E7D6DB
(231,214,219)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844642; }

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

This text font color is #844642.


Background Color

.myBgColor { background-color: #844642; }

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

This div background color is #844642.


Border color

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

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

This div border color is #844642.


Opacity

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

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

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

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

This text has shadow with #844642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844642 on black background.


Color preview on white background

This text has color #844642 on white background.



Black color preview on #844642 background

This text has black color on #844642 background.


White color preview on #844642 background

This text has white color on #844642 background.