COLOR #842341

HEX: #842341
RGB: (132,35,65)

Color info

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

RGB color model

#842341 color RGB value is (132,35,65).

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

RGB channels and saturation

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

132
35
65

R + G + B ~ 30%. #842341 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 35 + 65 = 232 (100%)
R 132 of 232 ~ 56.9%
G 35 of 232 ~ 15.09%
B 65 of 232 ~ 28.02%

%56.9
%15.09
%28.02

CMYK color model

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

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

CMYK percentages

%0
%73.48
%50.76
%48.24

Codes

Color #842341 in popluar color models

842341
RGB1323565
HSL341°58.08%32.75%
HSB/HSV341°73.48%51.76%
CMYK0.00%73.48%50.76%
48.24%

Color #842341 in popluar number systems.

HEX842341
Decimal1323565
Binary100001001000111000001
Octal20443101

Shades and tints

Shades of #842341

#842341
(132,35,65)
#78203C
(120,32,60)
#6C1D37
(108,29,55)
#601A32
(96,26,50)
#54172D
(84,23,45)
#481428
(72,20,40)
#3C1123
(60,17,35)
#300E1E
(48,14,30)
#240B19
(36,11,25)
#180814
(24,8,20)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #842341

#842341
(132,35,65)
#8F3752
(143,55,82)
#9A4B63
(154,75,99)
#A55F74
(165,95,116)
#B07385
(176,115,133)
#BB8796
(187,135,150)
#C69BA7
(198,155,167)
#D1AFB8
(209,175,184)
#DCC3C9
(220,195,201)
#E7D7DA
(231,215,218)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842341; }

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

This text font color is #842341.


Background Color

.myBgColor { background-color: #842341; }

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

This div background color is #842341.


Border color

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

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

This div border color is #842341.


Opacity

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

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

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

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

This text has shadow with #842341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842341 on black background.


Color preview on white background

This text has color #842341 on white background.



Black color preview on #842341 background

This text has black color on #842341 background.


White color preview on #842341 background

This text has white color on #842341 background.