COLOR #843532

HEX: #843532
RGB: (132,53,50)

Color info

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

RGB color model

#843532 color RGB value is (132,53,50).

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

RGB channels and saturation

R 132 of 255 = 52%
G 53 of 255 = 21%
B 50 of 255 = 20%

132
53
50

R + G + B ~ 31%. #843532 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 53 + 50 = 235 (100%)
R 132 of 235 ~ 56.17%
G 53 of 235 ~ 22.55%
B 50 of 235 ~ 21.28%

%56.17
%22.55
%21.28

CMYK color model

#843532 color CMYK value is (0,60,62,48).

  • cyan value is 0.00%
  • magenta value is 59.85%
  • yellow value is 62.12%
  • key color value is 48.24%
CMYK:
(0,60,62,48)
C0M60Y62K48 
(0%,60%,62%,48%)
(0.00/0.60/0.62/0.48)	

CMYK percentages

%0
%59.85
%62.12
%48.24

Codes

Color #843532 in popluar color models

843532
RGB1325350
HSL45.05%35.69%
HSB/HSV62.12%51.76%
CMYK0.00%59.85%62.12%
48.24%

Color #843532 in popluar number systems.

HEX843532
Decimal1325350
Binary10000100110101110010
Octal2046562

Shades and tints

Shades of #843532

#843532
(132,53,50)
#78312E
(120,49,46)
#6C2D2A
(108,45,42)
#602926
(96,41,38)
#542522
(84,37,34)
#48211E
(72,33,30)
#3C1D1A
(60,29,26)
#301916
(48,25,22)
#241512
(36,21,18)
#18110E
(24,17,14)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #843532

#843532
(132,53,50)
#8F4744
(143,71,68)
#9A5956
(154,89,86)
#A56B68
(165,107,104)
#B07D7A
(176,125,122)
#BB8F8C
(187,143,140)
#C6A19E
(198,161,158)
#D1B3B0
(209,179,176)
#DCC5C2
(220,197,194)
#E7D7D4
(231,215,212)
#F2E9E6
(242,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843532; }

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

This text font color is #843532.


Background Color

.myBgColor { background-color: #843532; }

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

This div background color is #843532.


Border color

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

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

This div border color is #843532.


Opacity

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

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

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

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

This text has shadow with #843532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843532 on black background.


Color preview on white background

This text has color #843532 on white background.



Black color preview on #843532 background

This text has black color on #843532 background.


White color preview on #843532 background

This text has white color on #843532 background.