COLOR #843C30

HEX: #843C30
RGB: (132,60,48)

Color info

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

RGB color model

#843C30 color RGB value is (132,60,48).

  • red value is 132;
  • green value is 60;
  • blue value is 48.
RGB:
(132,60,48)
(52%,24%,19%)

RGB channels and saturation

R 132 of 255 = 52%
G 60 of 255 = 24%
B 48 of 255 = 19%

132
60
48

R + G + B ~ 32%. #843C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 60 + 48 = 240 (100%)
R 132 of 240 ~ 55%
G 60 of 240 ~ 25%
B 48 of 240 ~ 20%

%55
%25
%20

CMYK color model

#843C30 color CMYK value is (0,55,64,48).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 63.64%
  • key color value is 48.24%
CMYK:
(0,55,64,48)
C0M55Y64K48 
(0%,55%,64%,48%)
(0.00/0.55/0.64/0.48)	

CMYK percentages

%0
%54.55
%63.64
%48.24

Codes

Color #843C30 in popluar color models

843C30
RGB1326048
HSL46.67%35.29%
HSB/HSV63.64%51.76%
CMYK0.00%54.55%63.64%
48.24%

Color #843C30 in popluar number systems.

HEX843C30
Decimal1326048
Binary10000100111100110000
Octal2047460

Shades and tints

Shades of #843C30

#843C30
(132,60,48)
#78372C
(120,55,44)
#6C3228
(108,50,40)
#602D24
(96,45,36)
#542820
(84,40,32)
#48231C
(72,35,28)
#3C1E18
(60,30,24)
#301914
(48,25,20)
#241410
(36,20,16)
#180F0C
(24,15,12)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #843C30

#843C30
(132,60,48)
#8F4D42
(143,77,66)
#9A5E54
(154,94,84)
#A56F66
(165,111,102)
#B08078
(176,128,120)
#BB918A
(187,145,138)
#C6A29C
(198,162,156)
#D1B3AE
(209,179,174)
#DCC4C0
(220,196,192)
#E7D5D2
(231,213,210)
#F2E6E4
(242,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843C30 color. Also use rgb(132,60,48) instead hex code.

Text Font Color

.myTextColor { color: #843C30; }

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

This text font color is #843C30.


Background Color

.myBgColor { background-color: #843C30; }

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

This div background color is #843C30.


Border color

.myBorderColor { border: 1px solid #843C30; }

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

This div border color is #843C30.


Opacity

.myOpacity80 { color: #843C30; opacity: 0.8; }

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

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

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

This text has shadow with #843C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843C30 on black background.


Color preview on white background

This text has color #843C30 on white background.



Black color preview on #843C30 background

This text has black color on #843C30 background.


White color preview on #843C30 background

This text has white color on #843C30 background.