COLOR #844316

HEX: #844316
RGB: (132,67,22)

Color info

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

RGB color model

#844316 color RGB value is (132,67,22).

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

RGB channels and saturation

R 132 of 255 = 52%
G 67 of 255 = 26%
B 22 of 255 = 9%

132
67
22

R + G + B ~ 29%. #844316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 67 + 22 = 221 (100%)
R 132 of 221 ~ 59.73%
G 67 of 221 ~ 30.32%
B 22 of 221 ~ 9.95%

%59.73
%30.32
%9.95

CMYK color model

#844316 color CMYK value is (0,49,83,48).

  • cyan value is 0.00%
  • magenta value is 49.24%
  • yellow value is 83.33%
  • key color value is 48.24%
CMYK: (0,49,83,48) C0M49Y83K48 (0%,49%,83%,48%) (0.00/0.49/0.83/0.48)

CMYK percentages

%0
%49.24
%83.33
%48.24

Codes

Color #844316 in popluar color models

844316
RGB1326722
HSL25°71.43%30.20%
HSB/HSV25°83.33%51.76%
CMYK0.00%49.24%83.33%
48.24%

Color #844316 in popluar number systems.

HEX844316
Decimal1326722
Binary10000100100001110110
Octal20410326

Shades and tints

Shades of #844316

#844316
(132,67,22)
#783D14
(120,61,20)
#6C3712
(108,55,18)
#603110
(96,49,16)
#542B0E
(84,43,14)
#48250C
(72,37,12)
#3C1F0A
(60,31,10)
#301908
(48,25,8)
#241306
(36,19,6)
#180D04
(24,13,4)
#0C0702
(12,7,2)
#000000
(0,0,0)

Tints of #844316

#844316
(132,67,22)
#8F542B
(143,84,43)
#9A6540
(154,101,64)
#A57655
(165,118,85)
#B0876A
(176,135,106)
#BB987F
(187,152,127)
#C6A994
(198,169,148)
#D1BAA9
(209,186,169)
#DCCBBE
(220,203,190)
#E7DCD3
(231,220,211)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844316; }

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

This text font color is #844316.


Background Color

.myBgColor { background-color: #844316; }

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

This div background color is #844316.


Border color

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

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

This div border color is #844316.


Opacity

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

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

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

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

This text has shadow with #844316 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #844316 on black background.


Color preview on white background

This text has color #844316 on white background.



Black color preview on #844316 background

This text has black color on #844316 background.


White color preview on #844316 background

This text has white color on #844316 background.