COLOR #844C47

HEX: #844C47
RGB: (132,76,71)

Color info

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

RGB color model

#844C47 color RGB value is (132,76,71).

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

RGB channels and saturation

R 132 of 255 = 52%
G 76 of 255 = 30%
B 71 of 255 = 28%

132
76
71

R + G + B ~ 37%. #844C47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 76 + 71 = 279 (100%)
R 132 of 279 ~ 47.31%
G 76 of 279 ~ 27.24%
B 71 of 279 ~ 25.45%

%47.31
%27.24
%25.45

CMYK color model

#844C47 color CMYK value is (0,42,46,48).

  • cyan value is 0.00%
  • magenta value is 42.42%
  • yellow value is 46.21%
  • key color value is 48.24%
CMYK:
(0,42,46,48)
C0M42Y46K48 
(0%,42%,46%,48%)
(0.00/0.42/0.46/0.48)	

CMYK percentages

%0
%42.42
%46.21
%48.24

Codes

Color #844C47 in popluar color models

844C47
RGB1327671
HSL30.05%39.80%
HSB/HSV46.21%51.76%
CMYK0.00%42.42%46.21%
48.24%

Color #844C47 in popluar number systems.

HEX844C47
Decimal1327671
Binary1000010010011001000111
Octal204114107

Shades and tints

Shades of #844C47

#844C47
(132,76,71)
#784641
(120,70,65)
#6C403B
(108,64,59)
#603A35
(96,58,53)
#54342F
(84,52,47)
#482E29
(72,46,41)
#3C2823
(60,40,35)
#30221D
(48,34,29)
#241C17
(36,28,23)
#181611
(24,22,17)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #844C47

#844C47
(132,76,71)
#8F5C57
(143,92,87)
#9A6C67
(154,108,103)
#A57C77
(165,124,119)
#B08C87
(176,140,135)
#BB9C97
(187,156,151)
#C6ACA7
(198,172,167)
#D1BCB7
(209,188,183)
#DCCCC7
(220,204,199)
#E7DCD7
(231,220,215)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844C47; }

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

This text font color is #844C47.


Background Color

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

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

This div background color is #844C47.


Border color

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

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

This div border color is #844C47.


Opacity

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

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

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

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

This text has shadow with #844C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844C47 on black background.


Color preview on white background

This text has color #844C47 on white background.



Black color preview on #844C47 background

This text has black color on #844C47 background.


White color preview on #844C47 background

This text has white color on #844C47 background.