COLOR #844037

HEX: #844037
RGB: (132,64,55)

Color info

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

RGB color model

#844037 color RGB value is (132,64,55).

  • red value is 132;
  • green value is 64;
  • blue value is 55.
RGB:
(132,64,55)
(52%,25%,22%)

RGB channels and saturation

R 132 of 255 = 52%
G 64 of 255 = 25%
B 55 of 255 = 22%

132
64
55

R + G + B ~ 33%. #844037 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 64 + 55 = 251 (100%)
R 132 of 251 ~ 52.59%
G 64 of 251 ~ 25.5%
B 55 of 251 ~ 21.91%

%52.59
%25.5
%21.91

CMYK color model

#844037 color CMYK value is (0,52,58,48).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 58.33%
  • key color value is 48.24%
CMYK:
(0,52,58,48)
C0M52Y58K48 
(0%,52%,58%,48%)
(0.00/0.52/0.58/0.48)	

CMYK percentages

%0
%51.52
%58.33
%48.24

Codes

Color #844037 in popluar color models

844037
RGB1326455
HSL41.18%36.67%
HSB/HSV58.33%51.76%
CMYK0.00%51.52%58.33%
48.24%

Color #844037 in popluar number systems.

HEX844037
Decimal1326455
Binary100001001000000110111
Octal20410067

Shades and tints

Shades of #844037

#844037
(132,64,55)
#783B32
(120,59,50)
#6C362D
(108,54,45)
#603128
(96,49,40)
#542C23
(84,44,35)
#48271E
(72,39,30)
#3C2219
(60,34,25)
#301D14
(48,29,20)
#24180F
(36,24,15)
#18130A
(24,19,10)
#0C0E05
(12,14,5)
#000000
(0,0,0)

Tints of #844037

#844037
(132,64,55)
#8F5149
(143,81,73)
#9A625B
(154,98,91)
#A5736D
(165,115,109)
#B0847F
(176,132,127)
#BB9591
(187,149,145)
#C6A6A3
(198,166,163)
#D1B7B5
(209,183,181)
#DCC8C7
(220,200,199)
#E7D9D9
(231,217,217)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844037 color. Also use rgb(132,64,55) instead hex code.

Text Font Color

.myTextColor { color: #844037; }

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

This text font color is #844037.


Background Color

.myBgColor { background-color: #844037; }

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

This div background color is #844037.


Border color

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

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

This div border color is #844037.


Opacity

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

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

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

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

This text has shadow with #844037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844037 on black background.


Color preview on white background

This text has color #844037 on white background.



Black color preview on #844037 background

This text has black color on #844037 background.


White color preview on #844037 background

This text has white color on #844037 background.