COLOR #844C46

HEX: #844C46
RGB: (132,76,70)

Color info

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

RGB color model

#844C46 color RGB value is (132,76,70).

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

RGB channels and saturation

R 132 of 255 = 52%
G 76 of 255 = 30%
B 70 of 255 = 27%

132
76
70

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

Portions of RGB colors in percentages

R + G + B =
132 + 76 + 70 = 278 (100%)
R 132 of 278 ~ 47.48%
G 76 of 278 ~ 27.34%
B 70 of 278 ~ 25.18%

%47.48
%27.34
%25.18

CMYK color model

#844C46 color CMYK value is (0,42,47,48).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 46.97%
  • key color value is 48.24%
CMYK:
(0,42,47,48)
C0M42Y47K48 
(0%,42%,47%,48%)
(0.00/0.42/0.47/0.48)	

CMYK percentages

%0
%42.42
%46.97
%48.24

Codes

Color #844C46 in popluar color models

844C46
RGB1327670
HSL30.69%39.61%
HSB/HSV46.97%51.76%
CMYK0.00%42.42%46.97%
48.24%

Color #844C46 in popluar number systems.

HEX844C46
Decimal1327670
Binary1000010010011001000110
Octal204114106

Shades and tints

Shades of #844C46

#844C46
(132,76,70)
#784640
(120,70,64)
#6C403A
(108,64,58)
#603A34
(96,58,52)
#54342E
(84,52,46)
#482E28
(72,46,40)
#3C2822
(60,40,34)
#30221C
(48,34,28)
#241C16
(36,28,22)
#181610
(24,22,16)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #844C46

#844C46
(132,76,70)
#8F5C56
(143,92,86)
#9A6C66
(154,108,102)
#A57C76
(165,124,118)
#B08C86
(176,140,134)
#BB9C96
(187,156,150)
#C6ACA6
(198,172,166)
#D1BCB6
(209,188,182)
#DCCCC6
(220,204,198)
#E7DCD6
(231,220,214)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844C46; }

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

This text font color is #844C46.


Background Color

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

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

This div background color is #844C46.


Border color

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

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

This div border color is #844C46.


Opacity

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

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

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

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

This text has shadow with #844C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844C46 on black background.


Color preview on white background

This text has color #844C46 on white background.



Black color preview on #844C46 background

This text has black color on #844C46 background.


White color preview on #844C46 background

This text has white color on #844C46 background.