COLOR #842323

HEX: #842323
RGB: (132,35,35)

Color info

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

RGB color model

#842323 color RGB value is (132,35,35).

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

RGB channels and saturation

R 132 of 255 = 52%
G 35 of 255 = 14%
B 35 of 255 = 14%

132
35
35

R + G + B ~ 27%. #842323 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 35 + 35 = 202 (100%)
R 132 of 202 ~ 65.35%
G 35 of 202 ~ 17.33%
B 35 of 202 ~ 17.33%

%65.35
%17.33
%17.33

CMYK color model

#842323 color CMYK value is (0,73,73,48).

  • cyan value is 0.00%
  • magenta value is 73.48%
  • yellow value is 73.48%
  • key color value is 48.24%
CMYK:
(0,73,73,48)
C0M73Y73K48 
(0%,73%,73%,48%)
(0.00/0.73/0.73/0.48)	

CMYK percentages

%0
%73.48
%73.48
%48.24

Codes

Color #842323 in popluar color models

842323
RGB1323535
HSL58.08%32.75%
HSB/HSV73.48%51.76%
CMYK0.00%73.48%73.48%
48.24%

Color #842323 in popluar number systems.

HEX842323
Decimal1323535
Binary10000100100011100011
Octal2044343

Shades and tints

Shades of #842323

#842323
(132,35,35)
#782020
(120,32,32)
#6C1D1D
(108,29,29)
#601A1A
(96,26,26)
#541717
(84,23,23)
#481414
(72,20,20)
#3C1111
(60,17,17)
#300E0E
(48,14,14)
#240B0B
(36,11,11)
#180808
(24,8,8)
#0C0505
(12,5,5)
#000000
(0,0,0)

Tints of #842323

#842323
(132,35,35)
#8F3737
(143,55,55)
#9A4B4B
(154,75,75)
#A55F5F
(165,95,95)
#B07373
(176,115,115)
#BB8787
(187,135,135)
#C69B9B
(198,155,155)
#D1AFAF
(209,175,175)
#DCC3C3
(220,195,195)
#E7D7D7
(231,215,215)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842323; }

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

This text font color is #842323.


Background Color

.myBgColor { background-color: #842323; }

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

This div background color is #842323.


Border color

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

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

This div border color is #842323.


Opacity

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

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

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

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

This text has shadow with #842323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842323 on black background.


Color preview on white background

This text has color #842323 on white background.



Black color preview on #842323 background

This text has black color on #842323 background.


White color preview on #842323 background

This text has white color on #842323 background.