COLOR #844200

HEX: #844200
RGB: (132,66,0)

Color info

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

RGB color model

#844200 color RGB value is (132,66,0).

  • red value is 132;
  • green value is 66;
  • blue value is 0.
RGB:
(132,66,0)
(52%,26%,0%)

RGB channels and saturation

R 132 of 255 = 52%
G 66 of 255 = 26%
B 0 of 255 = 0%

132
66
0

R + G + B ~ 26%. #844200 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 66 + 0 = 198 (100%)
R 132 of 198 ~ 66.67%
G 66 of 198 ~ 33.33%
B 0 of 198 ~ 0%

%66.67
%33.33

CMYK color model

#844200 color CMYK value is (0,50,100,48).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 100.00%
  • key color value is 48.24%
CMYK:
(0,50,100,48)
C0M50Y100K48 
(0%,50%,100%,48%)
(0.00/0.50/1.00/0.48)	

CMYK percentages

%0
%50
%100
%48.24

Codes

Color #844200 in popluar color models

844200
RGB132660
HSL30°100.00%25.88%
HSB/HSV30°100.00%51.76%
CMYK0.00%50.00%100.00%
48.24%

Color #844200 in popluar number systems.

HEX844200
Decimal132660
Binary1000010010000100
Octal2041020

Shades and tints

Shades of #844200

#844200
(132,66,0)
#783C00
(120,60,0)
#6C3600
(108,54,0)
#603000
(96,48,0)
#542A00
(84,42,0)
#482400
(72,36,0)
#3C1E00
(60,30,0)
#301800
(48,24,0)
#241200
(36,18,0)
#180C00
(24,12,0)
#0C0600
(12,6,0)
#000000
(0,0,0)

Tints of #844200

#844200
(132,66,0)
#8F5317
(143,83,23)
#9A642E
(154,100,46)
#A57545
(165,117,69)
#B0865C
(176,134,92)
#BB9773
(187,151,115)
#C6A88A
(198,168,138)
#D1B9A1
(209,185,161)
#DCCAB8
(220,202,184)
#E7DBCF
(231,219,207)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #844200 color. Also use rgb(132,66,0) instead hex code.

Text Font Color

.myTextColor { color: #844200; }

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

This text font color is #844200.


Background Color

.myBgColor { background-color: #844200; }

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

This div background color is #844200.


Border color

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

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

This div border color is #844200.


Opacity

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

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

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

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

This text has shadow with #844200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #844200 on black background.


Color preview on white background

This text has color #844200 on white background.



Black color preview on #844200 background

This text has black color on #844200 background.


White color preview on #844200 background

This text has white color on #844200 background.