COLOR #843228

HEX: #843228
RGB: (132,50,40)

Color info

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

RGB color model

#843228 color RGB value is (132,50,40).

  • red value is 132;
  • green value is 50;
  • blue value is 40.
RGB:
(132,50,40)
(52%,20%,16%)

RGB channels and saturation

R 132 of 255 = 52%
G 50 of 255 = 20%
B 40 of 255 = 16%

132
50
40

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

Portions of RGB colors in percentages

R + G + B =
132 + 50 + 40 = 222 (100%)
R 132 of 222 ~ 59.46%
G 50 of 222 ~ 22.52%
B 40 of 222 ~ 18.02%

%59.46
%22.52
%18.02

CMYK color model

#843228 color CMYK value is (0,62,70,48).

  • cyan value is 0.00%
  • magenta value is 62.12%
  • yellow value is 69.70%
  • key color value is 48.24%
CMYK:
(0,62,70,48)
C0M62Y70K48 
(0%,62%,70%,48%)
(0.00/0.62/0.70/0.48)	

CMYK percentages

%0
%62.12
%69.7
%48.24

Codes

Color #843228 in popluar color models

843228
RGB1325040
HSL53.49%33.73%
HSB/HSV69.70%51.76%
CMYK0.00%62.12%69.70%
48.24%

Color #843228 in popluar number systems.

HEX843228
Decimal1325040
Binary10000100110010101000
Octal2046250

Shades and tints

Shades of #843228

#843228
(132,50,40)
#782E25
(120,46,37)
#6C2A22
(108,42,34)
#60261F
(96,38,31)
#54221C
(84,34,28)
#481E19
(72,30,25)
#3C1A16
(60,26,22)
#301613
(48,22,19)
#241210
(36,18,16)
#180E0D
(24,14,13)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #843228

#843228
(132,50,40)
#8F443B
(143,68,59)
#9A564E
(154,86,78)
#A56861
(165,104,97)
#B07A74
(176,122,116)
#BB8C87
(187,140,135)
#C69E9A
(198,158,154)
#D1B0AD
(209,176,173)
#DCC2C0
(220,194,192)
#E7D4D3
(231,212,211)
#F2E6E6
(242,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843228 color. Also use rgb(132,50,40) instead hex code.

Text Font Color

.myTextColor { color: #843228; }

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

This text font color is #843228.


Background Color

.myBgColor { background-color: #843228; }

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

This div background color is #843228.


Border color

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

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

This div border color is #843228.


Opacity

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

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

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

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

This text has shadow with #843228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843228 on black background.


Color preview on white background

This text has color #843228 on white background.



Black color preview on #843228 background

This text has black color on #843228 background.


White color preview on #843228 background

This text has white color on #843228 background.