COLOR #840367

HEX: #840367
RGB: (132,3,103)

Color info

#840367 contains mainly red and blue colors. Web safe color of #840367 is #990066 (or #906).

RGB color model

#840367 color RGB value is (132,3,103).

  • red value is 132;
  • green value is 3;
  • blue value is 103.
RGB:
(132,3,103)
(52%,1%,40%)

RGB channels and saturation

R 132 of 255 = 52%
G 3 of 255 = 1%
B 103 of 255 = 40%

132
3
103

R + G + B ~ 31%. #840367 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 3 + 103 = 238 (100%)
R 132 of 238 ~ 55.46%
G 3 of 238 ~ 1.26%
B 103 of 238 ~ 43.28%

%55.46
%43.28

CMYK color model

#840367 color CMYK value is (0,98,22,48).

  • cyan value is 0.00%
  • magenta value is 97.73%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(0,98,22,48)
C0M98Y22K48 
(0%,98%,22%,48%)
(0.00/0.98/0.22/0.48)	

CMYK percentages

%0
%97.73
%21.97
%48.24

Codes

Color #840367 in popluar color models

840367
RGB1323103
HSL313°95.56%26.47%
HSB/HSV313°97.73%51.76%
CMYK0.00%97.73%21.97%
48.24%

Color #840367 in popluar number systems.

HEX840367
Decimal1323103
Binary10000100111100111
Octal2043147

Shades and tints

Shades of #840367

#840367
(132,3,103)
#78035E
(120,3,94)
#6C0355
(108,3,85)
#60034C
(96,3,76)
#540343
(84,3,67)
#48033A
(72,3,58)
#3C0331
(60,3,49)
#300328
(48,3,40)
#24031F
(36,3,31)
#180316
(24,3,22)
#0C030D
(12,3,13)
#000000
(0,0,0)

Tints of #840367

#840367
(132,3,103)
#8F1974
(143,25,116)
#9A2F81
(154,47,129)
#A5458E
(165,69,142)
#B05B9B
(176,91,155)
#BB71A8
(187,113,168)
#C687B5
(198,135,181)
#D19DC2
(209,157,194)
#DCB3CF
(220,179,207)
#E7C9DC
(231,201,220)
#F2DFE9
(242,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #840367; }

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

This text font color is #840367.


Background Color

.myBgColor { background-color: #840367; }

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

This div background color is #840367.


Border color

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

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

This div border color is #840367.


Opacity

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

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

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

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

This text has shadow with #840367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #840367 on black background.


Color preview on white background

This text has color #840367 on white background.



Black color preview on #840367 background

This text has black color on #840367 background.


White color preview on #840367 background

This text has white color on #840367 background.