COLOR #843F3C

HEX: #843F3C
RGB: (132,63,60)

Color info

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

RGB color model

#843F3C color RGB value is (132,63,60).

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

RGB channels and saturation

R 132 of 255 = 52%
G 63 of 255 = 25%
B 60 of 255 = 24%

132
63
60

R + G + B ~ 34%. #843F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 63 + 60 = 255 (100%)
R 132 of 255 ~ 51.76%
G 63 of 255 ~ 24.71%
B 60 of 255 ~ 23.53%

%51.76
%24.71
%23.53

CMYK color model

#843F3C color CMYK value is (0,52,55,48).

  • cyan value is 0.00%
  • magenta value is 52.27%
  • yellow value is 54.55%
  • key color value is 48.24%
CMYK:
(0,52,55,48)
C0M52Y55K48 
(0%,52%,55%,48%)
(0.00/0.52/0.55/0.48)	

CMYK percentages

%0
%52.27
%54.55
%48.24

Codes

Color #843F3C in popluar color models

843F3C
RGB1326360
HSL37.50%37.65%
HSB/HSV54.55%51.76%
CMYK0.00%52.27%54.55%
48.24%

Color #843F3C in popluar number systems.

HEX843F3C
Decimal1326360
Binary10000100111111111100
Octal2047774

Shades and tints

Shades of #843F3C

#843F3C
(132,63,60)
#783A37
(120,58,55)
#6C3532
(108,53,50)
#60302D
(96,48,45)
#542B28
(84,43,40)
#482623
(72,38,35)
#3C211E
(60,33,30)
#301C19
(48,28,25)
#241714
(36,23,20)
#18120F
(24,18,15)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #843F3C

#843F3C
(132,63,60)
#8F504D
(143,80,77)
#9A615E
(154,97,94)
#A5726F
(165,114,111)
#B08380
(176,131,128)
#BB9491
(187,148,145)
#C6A5A2
(198,165,162)
#D1B6B3
(209,182,179)
#DCC7C4
(220,199,196)
#E7D8D5
(231,216,213)
#F2E9E6
(242,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #843F3C; }

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

This text font color is #843F3C.


Background Color

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

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

This div background color is #843F3C.


Border color

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

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

This div border color is #843F3C.


Opacity

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

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

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

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

This text has shadow with #843F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843F3C on black background.


Color preview on white background

This text has color #843F3C on white background.



Black color preview on #843F3C background

This text has black color on #843F3C background.


White color preview on #843F3C background

This text has white color on #843F3C background.