COLOR #843143

HEX: #843143
RGB: (132,49,67)

Color info

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

RGB color model

#843143 color RGB value is (132,49,67).

  • red value is 132;
  • green value is 49;
  • blue value is 67.
RGB:
(132,49,67)
(52%,19%,26%)

RGB channels and saturation

R 132 of 255 = 52%
G 49 of 255 = 19%
B 67 of 255 = 26%

132
49
67

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

Portions of RGB colors in percentages

R + G + B =
132 + 49 + 67 = 248 (100%)
R 132 of 248 ~ 53.23%
G 49 of 248 ~ 19.76%
B 67 of 248 ~ 27.02%

%53.23
%19.76
%27.02

CMYK color model

#843143 color CMYK value is (0,63,49,48).

  • cyan value is 0.00%
  • magenta value is 62.88%
  • yellow value is 49.24%
  • key color value is 48.24%
CMYK:
(0,63,49,48)
C0M63Y49K48 
(0%,63%,49%,48%)
(0.00/0.63/0.49/0.48)	

CMYK percentages

%0
%62.88
%49.24
%48.24

Codes

Color #843143 in popluar color models

843143
RGB1324967
HSL347°45.86%35.49%
HSB/HSV347°62.88%51.76%
CMYK0.00%62.88%49.24%
48.24%

Color #843143 in popluar number systems.

HEX843143
Decimal1324967
Binary100001001100011000011
Octal20461103

Shades and tints

Shades of #843143

#843143
(132,49,67)
#782D3D
(120,45,61)
#6C2937
(108,41,55)
#602531
(96,37,49)
#54212B
(84,33,43)
#481D25
(72,29,37)
#3C191F
(60,25,31)
#301519
(48,21,25)
#241113
(36,17,19)
#180D0D
(24,13,13)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #843143

#843143
(132,49,67)
#8F4354
(143,67,84)
#9A5565
(154,85,101)
#A56776
(165,103,118)
#B07987
(176,121,135)
#BB8B98
(187,139,152)
#C69DA9
(198,157,169)
#D1AFBA
(209,175,186)
#DCC1CB
(220,193,203)
#E7D3DC
(231,211,220)
#F2E5ED
(242,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #843143 color. Also use rgb(132,49,67) instead hex code.

Text Font Color

.myTextColor { color: #843143; }

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

This text font color is #843143.


Background Color

.myBgColor { background-color: #843143; }

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

This div background color is #843143.


Border color

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

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

This div border color is #843143.


Opacity

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

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

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

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

This text has shadow with #843143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #843143 on black background.


Color preview on white background

This text has color #843143 on white background.



Black color preview on #843143 background

This text has black color on #843143 background.


White color preview on #843143 background

This text has white color on #843143 background.