COLOR #842743

HEX: #842743
RGB: (132,39,67)

Color info

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

RGB color model

#842743 color RGB value is (132,39,67).

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

RGB channels and saturation

R 132 of 255 = 52%
G 39 of 255 = 15%
B 67 of 255 = 26%

132
39
67

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

Portions of RGB colors in percentages

R + G + B =
132 + 39 + 67 = 238 (100%)
R 132 of 238 ~ 55.46%
G 39 of 238 ~ 16.39%
B 67 of 238 ~ 28.15%

%55.46
%16.39
%28.15

CMYK color model

#842743 color CMYK value is (0,70,49,48).

  • cyan value is 0.00%
  • magenta value is 70.45%
  • yellow value is 49.24%
  • key color value is 48.24%
CMYK:
(0,70,49,48)
C0M70Y49K48 
(0%,70%,49%,48%)
(0.00/0.70/0.49/0.48)	

CMYK percentages

%0
%70.45
%49.24
%48.24

Codes

Color #842743 in popluar color models

842743
RGB1323967
HSL342°54.39%33.53%
HSB/HSV342°70.45%51.76%
CMYK0.00%70.45%49.24%
48.24%

Color #842743 in popluar number systems.

HEX842743
Decimal1323967
Binary100001001001111000011
Octal20447103

Shades and tints

Shades of #842743

#842743
(132,39,67)
#78243D
(120,36,61)
#6C2137
(108,33,55)
#601E31
(96,30,49)
#541B2B
(84,27,43)
#481825
(72,24,37)
#3C151F
(60,21,31)
#301219
(48,18,25)
#240F13
(36,15,19)
#180C0D
(24,12,13)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #842743

#842743
(132,39,67)
#8F3A54
(143,58,84)
#9A4D65
(154,77,101)
#A56076
(165,96,118)
#B07387
(176,115,135)
#BB8698
(187,134,152)
#C699A9
(198,153,169)
#D1ACBA
(209,172,186)
#DCBFCB
(220,191,203)
#E7D2DC
(231,210,220)
#F2E5ED
(242,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842743; }

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

This text font color is #842743.


Background Color

.myBgColor { background-color: #842743; }

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

This div background color is #842743.


Border color

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

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

This div border color is #842743.


Opacity

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

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

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

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

This text has shadow with #842743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842743 on black background.


Color preview on white background

This text has color #842743 on white background.



Black color preview on #842743 background

This text has black color on #842743 background.


White color preview on #842743 background

This text has white color on #842743 background.