COLOR #844706

HEX: #844706
RGB: (132,71,6)

Color info

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

RGB color model

#844706 color RGB value is (132,71,6).

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

RGB channels and saturation

R 132 of 255 = 52%
G 71 of 255 = 28%
B 6 of 255 = 2%

132
71
6

R + G + B ~ 27%. #844706 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 71 + 6 = 209 (100%)
R 132 of 209 ~ 63.16%
G 71 of 209 ~ 33.97%
B 6 of 209 ~ 2.87%

%63.16
%33.97

CMYK color model

#844706 color CMYK value is (0,46,95,48).

  • cyan value is 0.00%
  • magenta value is 46.21%
  • yellow value is 95.45%
  • key color value is 48.24%
CMYK:
(0,46,95,48)
C0M46Y95K48 
(0%,46%,95%,48%)
(0.00/0.46/0.95/0.48)	

CMYK percentages

%0
%46.21
%95.45
%48.24

Codes

Color #844706 in popluar color models

844706
RGB132716
HSL31°91.30%27.06%
HSB/HSV31°95.45%51.76%
CMYK0.00%46.21%95.45%
48.24%

Color #844706 in popluar number systems.

HEX844706
Decimal132716
Binary100001001000111110
Octal2041076

Shades and tints

Shades of #844706

#844706
(132,71,6)
#784106
(120,65,6)
#6C3B06
(108,59,6)
#603506
(96,53,6)
#542F06
(84,47,6)
#482906
(72,41,6)
#3C2306
(60,35,6)
#301D06
(48,29,6)
#241706
(36,23,6)
#181106
(24,17,6)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #844706

#844706
(132,71,6)
#8F571C
(143,87,28)
#9A6732
(154,103,50)
#A57748
(165,119,72)
#B0875E
(176,135,94)
#BB9774
(187,151,116)
#C6A78A
(198,167,138)
#D1B7A0
(209,183,160)
#DCC7B6
(220,199,182)
#E7D7CC
(231,215,204)
#F2E7E2
(242,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #844706; }

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

This text font color is #844706.


Background Color

.myBgColor { background-color: #844706; }

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

This div background color is #844706.


Border color

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

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

This div border color is #844706.


Opacity

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

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

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

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

This text has shadow with #844706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844706 on black background.


Color preview on white background

This text has color #844706 on white background.



Black color preview on #844706 background

This text has black color on #844706 background.


White color preview on #844706 background

This text has white color on #844706 background.