COLOR #844F42

HEX: #844F42
RGB: (132,79,66)

Color info

#844F42 contains mainly red and green colors. Web safe color of #844F42 is #996633 (or #963).

RGB color model

#844F42 color RGB value is (132,79,66).

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

RGB channels and saturation

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

132
79
66

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

Portions of RGB colors in percentages

R + G + B =
132 + 79 + 66 = 277 (100%)
R 132 of 277 ~ 47.65%
G 79 of 277 ~ 28.52%
B 66 of 277 ~ 23.83%

%47.65
%28.52
%23.83

CMYK color model

#844F42 color CMYK value is (0,40,50,48).

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

CMYK percentages

%0
%40.15
%50
%48.24

Codes

Color #844F42 in popluar color models

844F42
RGB1327966
HSL12°33.33%38.82%
HSB/HSV12°50.00%51.76%
CMYK0.00%40.15%50.00%
48.24%

Color #844F42 in popluar number systems.

HEX844F42
Decimal1327966
Binary1000010010011111000010
Octal204117102

Shades and tints

Shades of #844F42

#844F42
(132,79,66)
#78483C
(120,72,60)
#6C4136
(108,65,54)
#603A30
(96,58,48)
#54332A
(84,51,42)
#482C24
(72,44,36)
#3C251E
(60,37,30)
#301E18
(48,30,24)
#241712
(36,23,18)
#18100C
(24,16,12)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #844F42

#844F42
(132,79,66)
#8F5F53
(143,95,83)
#9A6F64
(154,111,100)
#A57F75
(165,127,117)
#B08F86
(176,143,134)
#BB9F97
(187,159,151)
#C6AFA8
(198,175,168)
#D1BFB9
(209,191,185)
#DCCFCA
(220,207,202)
#E7DFDB
(231,223,219)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844F42; }

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

This text font color is #844F42.


Background Color

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

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

This div background color is #844F42.


Border color

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

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

This div border color is #844F42.


Opacity

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

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

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

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

This text has shadow with #844F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844F42 on black background.


Color preview on white background

This text has color #844F42 on white background.



Black color preview on #844F42 background

This text has black color on #844F42 background.


White color preview on #844F42 background

This text has white color on #844F42 background.