COLOR #844136

HEX: #844136
RGB: (132,65,54)

Color info

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

RGB color model

#844136 color RGB value is (132,65,54).

  • red value is 132;
  • green value is 65;
  • blue value is 54.
RGB:
(132,65,54)
(52%,25%,21%)

RGB channels and saturation

R 132 of 255 = 52%
G 65 of 255 = 25%
B 54 of 255 = 21%

132
65
54

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

Portions of RGB colors in percentages

R + G + B =
132 + 65 + 54 = 251 (100%)
R 132 of 251 ~ 52.59%
G 65 of 251 ~ 25.9%
B 54 of 251 ~ 21.51%

%52.59
%25.9
%21.51

CMYK color model

#844136 color CMYK value is (0,51,59,48).

  • cyan value is 0.00%
  • magenta value is 50.76%
  • yellow value is 59.09%
  • key color value is 48.24%
CMYK:
(0,51,59,48)
C0M51Y59K48 
(0%,51%,59%,48%)
(0.00/0.51/0.59/0.48)	

CMYK percentages

%0
%50.76
%59.09
%48.24

Codes

Color #844136 in popluar color models

844136
RGB1326554
HSL41.94%36.47%
HSB/HSV59.09%51.76%
CMYK0.00%50.76%59.09%
48.24%

Color #844136 in popluar number systems.

HEX844136
Decimal1326554
Binary100001001000001110110
Octal20410166

Shades and tints

Shades of #844136

#844136
(132,65,54)
#783C32
(120,60,50)
#6C372E
(108,55,46)
#60322A
(96,50,42)
#542D26
(84,45,38)
#482822
(72,40,34)
#3C231E
(60,35,30)
#301E1A
(48,30,26)
#241916
(36,25,22)
#181412
(24,20,18)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #844136

#844136
(132,65,54)
#8F5248
(143,82,72)
#9A635A
(154,99,90)
#A5746C
(165,116,108)
#B0857E
(176,133,126)
#BB9690
(187,150,144)
#C6A7A2
(198,167,162)
#D1B8B4
(209,184,180)
#DCC9C6
(220,201,198)
#E7DAD8
(231,218,216)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844136 color. Also use rgb(132,65,54) instead hex code.

Text Font Color

.myTextColor { color: #844136; }

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

This text font color is #844136.


Background Color

.myBgColor { background-color: #844136; }

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

This div background color is #844136.


Border color

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

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

This div border color is #844136.


Opacity

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

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

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

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

This text has shadow with #844136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844136 on black background.


Color preview on white background

This text has color #844136 on white background.



Black color preview on #844136 background

This text has black color on #844136 background.


White color preview on #844136 background

This text has white color on #844136 background.