COLOR #844716

HEX: #844716
RGB: (132,71,22)

Color info

#844716 contains mainly red color. Web safe color of #844716 is #993300 (or #930).

RGB color model

#844716 color RGB value is (132,71,22).

  • red value is 132;
  • green value is 71;
  • blue value is 22.
RGB:
(132,71,22)
(52%,28%,9%)

RGB channels and saturation

R 132 of 255 = 52%
G 71 of 255 = 28%
B 22 of 255 = 9%

132
71
22

R + G + B ~ 30%. #844716 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 71 + 22 = 225 (100%)
R 132 of 225 ~ 58.67%
G 71 of 225 ~ 31.56%
B 22 of 225 ~ 9.78%

%58.67
%31.56
%9.78

CMYK color model

#844716 color CMYK value is (0,46,83,48).

  • cyan value is 0.00%
  • magenta value is 46.21%
  • yellow value is 83.33%
  • key color value is 48.24%
CMYK:
(0,46,83,48)
C0M46Y83K48 
(0%,46%,83%,48%)
(0.00/0.46/0.83/0.48)	

CMYK percentages

%0
%46.21
%83.33
%48.24

Codes

Color #844716 in popluar color models

844716
RGB1327122
HSL27°71.43%30.20%
HSB/HSV27°83.33%51.76%
CMYK0.00%46.21%83.33%
48.24%

Color #844716 in popluar number systems.

HEX844716
Decimal1327122
Binary10000100100011110110
Octal20410726

Shades and tints

Shades of #844716

#844716
(132,71,22)
#784114
(120,65,20)
#6C3B12
(108,59,18)
#603510
(96,53,16)
#542F0E
(84,47,14)
#48290C
(72,41,12)
#3C230A
(60,35,10)
#301D08
(48,29,8)
#241706
(36,23,6)
#181104
(24,17,4)
#0C0B02
(12,11,2)
#000000
(0,0,0)

Tints of #844716

#844716
(132,71,22)
#8F572B
(143,87,43)
#9A6740
(154,103,64)
#A57755
(165,119,85)
#B0876A
(176,135,106)
#BB977F
(187,151,127)
#C6A794
(198,167,148)
#D1B7A9
(209,183,169)
#DCC7BE
(220,199,190)
#E7D7D3
(231,215,211)
#F2E7E8
(242,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844716 color. Also use rgb(132,71,22) instead hex code.

Text Font Color

.myTextColor { color: #844716; }

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

This text font color is #844716.


Background Color

.myBgColor { background-color: #844716; }

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

This div background color is #844716.


Border color

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

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

This div border color is #844716.


Opacity

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

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

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

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

This text has shadow with #844716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844716 on black background.


Color preview on white background

This text has color #844716 on white background.



Black color preview on #844716 background

This text has black color on #844716 background.


White color preview on #844716 background

This text has white color on #844716 background.