COLOR #844744

HEX: #844744
RGB: (132,71,68)

Color info

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

RGB color model

#844744 color RGB value is (132,71,68).

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

RGB channels and saturation

R 132 of 255 = 52%
G 71 of 255 = 28%
B 68 of 255 = 27%

132
71
68

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

Portions of RGB colors in percentages

R + G + B =
132 + 71 + 68 = 271 (100%)
R 132 of 271 ~ 48.71%
G 71 of 271 ~ 26.2%
B 68 of 271 ~ 25.09%

%48.71
%26.2
%25.09

CMYK color model

#844744 color CMYK value is (0,46,48,48).

  • cyan value is 0.00%
  • magenta value is 46.21%
  • yellow value is 48.48%
  • key color value is 48.24%
CMYK:
(0,46,48,48)
C0M46Y48K48 
(0%,46%,48%,48%)
(0.00/0.46/0.48/0.48)	

CMYK percentages

%0
%46.21
%48.48
%48.24

Codes

Color #844744 in popluar color models

844744
RGB1327168
HSL32.00%39.22%
HSB/HSV48.48%51.76%
CMYK0.00%46.21%48.48%
48.24%

Color #844744 in popluar number systems.

HEX844744
Decimal1327168
Binary1000010010001111000100
Octal204107104

Shades and tints

Shades of #844744

#844744
(132,71,68)
#78413E
(120,65,62)
#6C3B38
(108,59,56)
#603532
(96,53,50)
#542F2C
(84,47,44)
#482926
(72,41,38)
#3C2320
(60,35,32)
#301D1A
(48,29,26)
#241714
(36,23,20)
#18110E
(24,17,14)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #844744

#844744
(132,71,68)
#8F5755
(143,87,85)
#9A6766
(154,103,102)
#A57777
(165,119,119)
#B08788
(176,135,136)
#BB9799
(187,151,153)
#C6A7AA
(198,167,170)
#D1B7BB
(209,183,187)
#DCC7CC
(220,199,204)
#E7D7DD
(231,215,221)
#F2E7EE
(242,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844744; }

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

This text font color is #844744.


Background Color

.myBgColor { background-color: #844744; }

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

This div background color is #844744.


Border color

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

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

This div border color is #844744.


Opacity

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

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

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

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

This text has shadow with #844744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844744 on black background.


Color preview on white background

This text has color #844744 on white background.



Black color preview on #844744 background

This text has black color on #844744 background.


White color preview on #844744 background

This text has white color on #844744 background.