COLOR #843621

HEX: #843621
RGB: (132,54,33)

Color info

#843621 contains mainly red color. Web safe color of #843621 is #993333 (or #933).

RGB color model

#843621 color RGB value is (132,54,33).

  • red value is 132;
  • green value is 54;
  • blue value is 33.
RGB:
(132,54,33)
(52%,21%,13%)

RGB channels and saturation

R 132 of 255 = 52%
G 54 of 255 = 21%
B 33 of 255 = 13%

132
54
33

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

Portions of RGB colors in percentages

R + G + B =
132 + 54 + 33 = 219 (100%)
R 132 of 219 ~ 60.27%
G 54 of 219 ~ 24.66%
B 33 of 219 ~ 15.07%

%60.27
%24.66
%15.07

CMYK color model

#843621 color CMYK value is (0,59,75,48).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 75.00%
  • key color value is 48.24%
CMYK:
(0,59,75,48)
C0M59Y75K48 
(0%,59%,75%,48%)
(0.00/0.59/0.75/0.48)	

CMYK percentages

%0
%59.09
%75
%48.24

Codes

Color #843621 in popluar color models

843621
RGB1325433
HSL13°60.00%32.35%
HSB/HSV13°75.00%51.76%
CMYK0.00%59.09%75.00%
48.24%

Color #843621 in popluar number systems.

HEX843621
Decimal1325433
Binary10000100110110100001
Octal2046641

Shades and tints

Shades of #843621

#843621
(132,54,33)
#78321E
(120,50,30)
#6C2E1B
(108,46,27)
#602A18
(96,42,24)
#542615
(84,38,21)
#482212
(72,34,18)
#3C1E0F
(60,30,15)
#301A0C
(48,26,12)
#241609
(36,22,9)
#181206
(24,18,6)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #843621

#843621
(132,54,33)
#8F4835
(143,72,53)
#9A5A49
(154,90,73)
#A56C5D
(165,108,93)
#B07E71
(176,126,113)
#BB9085
(187,144,133)
#C6A299
(198,162,153)
#D1B4AD
(209,180,173)
#DCC6C1
(220,198,193)
#E7D8D5
(231,216,213)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843621 color. Also use rgb(132,54,33) instead hex code.

Text Font Color

.myTextColor { color: #843621; }

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

This text font color is #843621.


Background Color

.myBgColor { background-color: #843621; }

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

This div background color is #843621.


Border color

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

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

This div border color is #843621.


Opacity

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

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

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

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

This text has shadow with #843621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843621 on black background.


Color preview on white background

This text has color #843621 on white background.



Black color preview on #843621 background

This text has black color on #843621 background.


White color preview on #843621 background

This text has white color on #843621 background.