COLOR #842365

HEX: #842365
RGB: (132,35,101)

Color info

#842365 contains mainly red and blue colors. Web safe color of #842365 is #993366 (or #936).

RGB color model

#842365 color RGB value is (132,35,101).

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

RGB channels and saturation

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

132
35
101

R + G + B ~ 35%. #842365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 35 + 101 = 268 (100%)
R 132 of 268 ~ 49.25%
G 35 of 268 ~ 13.06%
B 101 of 268 ~ 37.69%

%49.25
%13.06
%37.69

CMYK color model

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

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

CMYK percentages

%0
%73.48
%23.48
%48.24

Codes

Color #842365 in popluar color models

842365
RGB13235101
HSL319°58.08%32.75%
HSB/HSV319°73.48%51.76%
CMYK0.00%73.48%23.48%
48.24%

Color #842365 in popluar number systems.

HEX842365
Decimal13235101
Binary100001001000111100101
Octal20443145

Shades and tints

Shades of #842365

#842365
(132,35,101)
#78205C
(120,32,92)
#6C1D53
(108,29,83)
#601A4A
(96,26,74)
#541741
(84,23,65)
#481438
(72,20,56)
#3C112F
(60,17,47)
#300E26
(48,14,38)
#240B1D
(36,11,29)
#180814
(24,8,20)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #842365

#842365
(132,35,101)
#8F3773
(143,55,115)
#9A4B81
(154,75,129)
#A55F8F
(165,95,143)
#B0739D
(176,115,157)
#BB87AB
(187,135,171)
#C69BB9
(198,155,185)
#D1AFC7
(209,175,199)
#DCC3D5
(220,195,213)
#E7D7E3
(231,215,227)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #842365; }

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

This text font color is #842365.


Background Color

.myBgColor { background-color: #842365; }

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

This div background color is #842365.


Border color

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

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

This div border color is #842365.


Opacity

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

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

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

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

This text has shadow with #842365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #842365 on black background.


Color preview on white background

This text has color #842365 on white background.



Black color preview on #842365 background

This text has black color on #842365 background.


White color preview on #842365 background

This text has white color on #842365 background.