COLOR #844425

HEX: #844425
RGB: (132,68,37)

Color info

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

RGB color model

#844425 color RGB value is (132,68,37).

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

RGB channels and saturation

R 132 of 255 = 52%
G 68 of 255 = 27%
B 37 of 255 = 15%

132
68
37

R + G + B ~ 31%. #844425 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 68 + 37 = 237 (100%)
R 132 of 237 ~ 55.7%
G 68 of 237 ~ 28.69%
B 37 of 237 ~ 15.61%

%55.7
%28.69
%15.61

CMYK color model

#844425 color CMYK value is (0,48,72,48).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 71.97%
  • key color value is 48.24%
CMYK:
(0,48,72,48)
C0M48Y72K48 
(0%,48%,72%,48%)
(0.00/0.48/0.72/0.48)	

CMYK percentages

%0
%48.48
%71.97
%48.24

Codes

Color #844425 in popluar color models

844425
RGB1326837
HSL20°56.21%33.14%
HSB/HSV20°71.97%51.76%
CMYK0.00%48.48%71.97%
48.24%

Color #844425 in popluar number systems.

HEX844425
Decimal1326837
Binary100001001000100100101
Octal20410445

Shades and tints

Shades of #844425

#844425
(132,68,37)
#783E22
(120,62,34)
#6C381F
(108,56,31)
#60321C
(96,50,28)
#542C19
(84,44,25)
#482616
(72,38,22)
#3C2013
(60,32,19)
#301A10
(48,26,16)
#24140D
(36,20,13)
#180E0A
(24,14,10)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #844425

#844425
(132,68,37)
#8F5538
(143,85,56)
#9A664B
(154,102,75)
#A5775E
(165,119,94)
#B08871
(176,136,113)
#BB9984
(187,153,132)
#C6AA97
(198,170,151)
#D1BBAA
(209,187,170)
#DCCCBD
(220,204,189)
#E7DDD0
(231,221,208)
#F2EEE3
(242,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844425; }

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

This text font color is #844425.


Background Color

.myBgColor { background-color: #844425; }

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

This div background color is #844425.


Border color

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

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

This div border color is #844425.


Opacity

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

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

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

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

This text has shadow with #844425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844425 on black background.


Color preview on white background

This text has color #844425 on white background.



Black color preview on #844425 background

This text has black color on #844425 background.


White color preview on #844425 background

This text has white color on #844425 background.