COLOR #841346

HEX: #841346
RGB: (132,19,70)

Color info

#841346 contains mainly red color. Web safe color of #841346 is #990033 (or #903).

RGB color model

#841346 color RGB value is (132,19,70).

  • red value is 132;
  • green value is 19;
  • blue value is 70.
RGB:
(132,19,70)
(52%,7%,27%)

RGB channels and saturation

R 132 of 255 = 52%
G 19 of 255 = 7%
B 70 of 255 = 27%

132
19
70

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

Portions of RGB colors in percentages

R + G + B =
132 + 19 + 70 = 221 (100%)
R 132 of 221 ~ 59.73%
G 19 of 221 ~ 8.6%
B 70 of 221 ~ 31.67%

%59.73
%31.67

CMYK color model

#841346 color CMYK value is (0,86,47,48).

  • cyan value is 0.00%
  • magenta value is 85.61%
  • yellow value is 46.97%
  • key color value is 48.24%
CMYK:
(0,86,47,48)
C0M86Y47K48 
(0%,86%,47%,48%)
(0.00/0.86/0.47/0.48)	

CMYK percentages

%0
%85.61
%46.97
%48.24

Codes

Color #841346 in popluar color models

841346
RGB1321970
HSL333°74.83%29.61%
HSB/HSV333°85.61%51.76%
CMYK0.00%85.61%46.97%
48.24%

Color #841346 in popluar number systems.

HEX841346
Decimal1321970
Binary10000100100111000110
Octal20423106

Shades and tints

Shades of #841346

#841346
(132,19,70)
#781240
(120,18,64)
#6C113A
(108,17,58)
#601034
(96,16,52)
#540F2E
(84,15,46)
#480E28
(72,14,40)
#3C0D22
(60,13,34)
#300C1C
(48,12,28)
#240B16
(36,11,22)
#180A10
(24,10,16)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #841346

#841346
(132,19,70)
#8F2856
(143,40,86)
#9A3D66
(154,61,102)
#A55276
(165,82,118)
#B06786
(176,103,134)
#BB7C96
(187,124,150)
#C691A6
(198,145,166)
#D1A6B6
(209,166,182)
#DCBBC6
(220,187,198)
#E7D0D6
(231,208,214)
#F2E5E6
(242,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #841346; }

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

This text font color is #841346.


Background Color

.myBgColor { background-color: #841346; }

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

This div background color is #841346.


Border color

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

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

This div border color is #841346.


Opacity

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

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

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

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

This text has shadow with #841346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #841346 on black background.


Color preview on white background

This text has color #841346 on white background.



Black color preview on #841346 background

This text has black color on #841346 background.


White color preview on #841346 background

This text has white color on #841346 background.