COLOR #844929

HEX: #844929
RGB: (132,73,41)

Color info

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

RGB color model

#844929 color RGB value is (132,73,41).

  • red value is 132;
  • green value is 73;
  • blue value is 41.
RGB:
(132,73,41)
(52%,29%,16%)

RGB channels and saturation

R 132 of 255 = 52%
G 73 of 255 = 29%
B 41 of 255 = 16%

132
73
41

R + G + B ~ 32%. #844929 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 73 + 41 = 246 (100%)
R 132 of 246 ~ 53.66%
G 73 of 246 ~ 29.67%
B 41 of 246 ~ 16.67%

%53.66
%29.67
%16.67

CMYK color model

#844929 color CMYK value is (0,45,69,48).

  • cyan value is 0.00%
  • magenta value is 44.70%
  • yellow value is 68.94%
  • key color value is 48.24%
CMYK:
(0,45,69,48)
C0M45Y69K48 
(0%,45%,69%,48%)
(0.00/0.45/0.69/0.48)	

CMYK percentages

%0
%44.7
%68.94
%48.24

Codes

Color #844929 in popluar color models

844929
RGB1327341
HSL21°52.60%33.92%
HSB/HSV21°68.94%51.76%
CMYK0.00%44.70%68.94%
48.24%

Color #844929 in popluar number systems.

HEX844929
Decimal1327341
Binary100001001001001101001
Octal20411151

Shades and tints

Shades of #844929

#844929
(132,73,41)
#784326
(120,67,38)
#6C3D23
(108,61,35)
#603720
(96,55,32)
#54311D
(84,49,29)
#482B1A
(72,43,26)
#3C2517
(60,37,23)
#301F14
(48,31,20)
#241911
(36,25,17)
#18130E
(24,19,14)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #844929

#844929
(132,73,41)
#8F593C
(143,89,60)
#9A694F
(154,105,79)
#A57962
(165,121,98)
#B08975
(176,137,117)
#BB9988
(187,153,136)
#C6A99B
(198,169,155)
#D1B9AE
(209,185,174)
#DCC9C1
(220,201,193)
#E7D9D4
(231,217,212)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844929 color. Also use rgb(132,73,41) instead hex code.

Text Font Color

.myTextColor { color: #844929; }

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

This text font color is #844929.


Background Color

.myBgColor { background-color: #844929; }

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

This div background color is #844929.


Border color

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

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

This div border color is #844929.


Opacity

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

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

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

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

This text has shadow with #844929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844929 on black background.


Color preview on white background

This text has color #844929 on white background.



Black color preview on #844929 background

This text has black color on #844929 background.


White color preview on #844929 background

This text has white color on #844929 background.