COLOR #842A2A

HEX: #842A2A
RGB: (132,42,42)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

132
42
42

R + G + B ~ 28%. #842A2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 42 + 42 = 216 (100%)
R 132 of 216 ~ 61.11%
G 42 of 216 ~ 19.44%
B 42 of 216 ~ 19.44%

%61.11
%19.44
%19.44

CMYK color model

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

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

CMYK percentages

%0
%68.18
%68.18
%48.24

Codes

Color #842A2A in popluar color models

842A2A
RGB1324242
HSL51.72%34.12%
HSB/HSV68.18%51.76%
CMYK0.00%68.18%68.18%
48.24%

Color #842A2A in popluar number systems.

HEX842A2A
Decimal1324242
Binary10000100101010101010
Octal2045252

Shades and tints

Shades of #842A2A

#842A2A
(132,42,42)
#782727
(120,39,39)
#6C2424
(108,36,36)
#602121
(96,33,33)
#541E1E
(84,30,30)
#481B1B
(72,27,27)
#3C1818
(60,24,24)
#301515
(48,21,21)
#241212
(36,18,18)
#180F0F
(24,15,15)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #842A2A

#842A2A
(132,42,42)
#8F3D3D
(143,61,61)
#9A5050
(154,80,80)
#A56363
(165,99,99)
#B07676
(176,118,118)
#BB8989
(187,137,137)
#C69C9C
(198,156,156)
#D1AFAF
(209,175,175)
#DCC2C2
(220,194,194)
#E7D5D5
(231,213,213)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842A2A; }

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

This text font color is #842A2A.


Background Color

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

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

This div background color is #842A2A.


Border color

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

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

This div border color is #842A2A.


Opacity

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

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

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

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

This text has shadow with #842A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842A2A on black background.


Color preview on white background

This text has color #842A2A on white background.



Black color preview on #842A2A background

This text has black color on #842A2A background.


White color preview on #842A2A background

This text has white color on #842A2A background.