COLOR #844F40

HEX: #844F40
RGB: (132,79,64)

Color info

#844F40 contains mainly red and green colors. Web safe color of #844F40 is #996633 (or #963).

RGB color model

#844F40 color RGB value is (132,79,64).

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

RGB channels and saturation

R 132 of 255 = 52%
G 79 of 255 = 31%
B 64 of 255 = 25%

132
79
64

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

Portions of RGB colors in percentages

R + G + B =
132 + 79 + 64 = 275 (100%)
R 132 of 275 ~ 48%
G 79 of 275 ~ 28.73%
B 64 of 275 ~ 23.27%

%48
%28.73
%23.27

CMYK color model

#844F40 color CMYK value is (0,40,52,48).

  • cyan value is 0.00%
  • magenta value is 40.15%
  • yellow value is 51.52%
  • key color value is 48.24%
CMYK:
(0,40,52,48)
C0M40Y52K48 
(0%,40%,52%,48%)
(0.00/0.40/0.52/0.48)	

CMYK percentages

%0
%40.15
%51.52
%48.24

Codes

Color #844F40 in popluar color models

844F40
RGB1327964
HSL13°34.69%38.43%
HSB/HSV13°51.52%51.76%
CMYK0.00%40.15%51.52%
48.24%

Color #844F40 in popluar number systems.

HEX844F40
Decimal1327964
Binary1000010010011111000000
Octal204117100

Shades and tints

Shades of #844F40

#844F40
(132,79,64)
#78483B
(120,72,59)
#6C4136
(108,65,54)
#603A31
(96,58,49)
#54332C
(84,51,44)
#482C27
(72,44,39)
#3C2522
(60,37,34)
#301E1D
(48,30,29)
#241718
(36,23,24)
#181013
(24,16,19)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #844F40

#844F40
(132,79,64)
#8F5F51
(143,95,81)
#9A6F62
(154,111,98)
#A57F73
(165,127,115)
#B08F84
(176,143,132)
#BB9F95
(187,159,149)
#C6AFA6
(198,175,166)
#D1BFB7
(209,191,183)
#DCCFC8
(220,207,200)
#E7DFD9
(231,223,217)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844F40; }

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

This text font color is #844F40.


Background Color

.myBgColor { background-color: #844F40; }

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

This div background color is #844F40.


Border color

.myBorderColor { border: 1px solid #844F40; }

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

This div border color is #844F40.


Opacity

.myOpacity80 { color: #844F40; opacity: 0.8; }

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

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

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

This text has shadow with #844F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844F40 on black background.


Color preview on white background

This text has color #844F40 on white background.



Black color preview on #844F40 background

This text has black color on #844F40 background.


White color preview on #844F40 background

This text has white color on #844F40 background.