COLOR #842A34

HEX: #842A34
RGB: (132,42,52)

Color info

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

RGB color model

#842A34 color RGB value is (132,42,52).

  • red value is 132;
  • green value is 42;
  • blue value is 52.
RGB:
(132,42,52)
(52%,16%,20%)

RGB channels and saturation

R 132 of 255 = 52%
G 42 of 255 = 16%
B 52 of 255 = 20%

132
42
52

R + G + B ~ 29%. #842A34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 42 + 52 = 226 (100%)
R 132 of 226 ~ 58.41%
G 42 of 226 ~ 18.58%
B 52 of 226 ~ 23.01%

%58.41
%18.58
%23.01

CMYK color model

#842A34 color CMYK value is (0,68,61,48).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 60.61%
  • key color value is 48.24%
CMYK:
(0,68,61,48)
C0M68Y61K48 
(0%,68%,61%,48%)
(0.00/0.68/0.61/0.48)	

CMYK percentages

%0
%68.18
%60.61
%48.24

Codes

Color #842A34 in popluar color models

842A34
RGB1324252
HSL353°51.72%34.12%
HSB/HSV353°68.18%51.76%
CMYK0.00%68.18%60.61%
48.24%

Color #842A34 in popluar number systems.

HEX842A34
Decimal1324252
Binary10000100101010110100
Octal2045264

Shades and tints

Shades of #842A34

#842A34
(132,42,52)
#782730
(120,39,48)
#6C242C
(108,36,44)
#602128
(96,33,40)
#541E24
(84,30,36)
#481B20
(72,27,32)
#3C181C
(60,24,28)
#301518
(48,21,24)
#241214
(36,18,20)
#180F10
(24,15,16)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #842A34

#842A34
(132,42,52)
#8F3D46
(143,61,70)
#9A5058
(154,80,88)
#A5636A
(165,99,106)
#B0767C
(176,118,124)
#BB898E
(187,137,142)
#C69CA0
(198,156,160)
#D1AFB2
(209,175,178)
#DCC2C4
(220,194,196)
#E7D5D6
(231,213,214)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #842A34 color. Also use rgb(132,42,52) instead hex code.

Text Font Color

.myTextColor { color: #842A34; }

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

This text font color is #842A34.


Background Color

.myBgColor { background-color: #842A34; }

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

This div background color is #842A34.


Border color

.myBorderColor { border: 1px solid #842A34; }

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

This div border color is #842A34.


Opacity

.myOpacity80 { color: #842A34; opacity: 0.8; }

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

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

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

This text has shadow with #842A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842A34 on black background.


Color preview on white background

This text has color #842A34 on white background.



Black color preview on #842A34 background

This text has black color on #842A34 background.


White color preview on #842A34 background

This text has white color on #842A34 background.