COLOR #42327F

HEX: #42327F
RGB: (66,50,127)

Color info

#42327F contains mainly blue color. Web safe color of #42327F is #333366 (or #336).

RGB color model

#42327F color RGB value is (66,50,127).

  • red value is 66;
  • green value is 50;
  • blue value is 127.
RGB:
(66,50,127)
(26%,20%,50%)

RGB channels and saturation

R 66 of 255 = 26%
G 50 of 255 = 20%
B 127 of 255 = 50%

66
50
127

R + G + B ~ 32%. #42327F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 50 + 127 = 243 (100%)
R 66 of 243 ~ 27.16%
G 50 of 243 ~ 20.58%
B 127 of 243 ~ 52.26%

%27.16
%20.58
%52.26

CMYK color model

#42327F color CMYK value is (48,61,0,50).

  • cyan value is 48.03%
  • magenta value is 60.63%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(48,61,0,50)
C48M61Y0K50 
(48%,61%,0%,50%)
(0.48/0.61/0.00/0.50)	

CMYK percentages

%48.03
%60.63
%0
%50.2

Codes

Color #42327F in popluar color models

42327F
RGB6650127
HSL252°43.50%34.71%
HSB/HSV252°60.63%49.80%
CMYK48.03%60.63%0.00%
50.20%

Color #42327F in popluar number systems.

HEX42327F
Decimal6650127
Binary10000101100101111111
Octal10262177

Shades and tints

Shades of #42327F

#42327F
(66,50,127)
#3C2E74
(60,46,116)
#362A69
(54,42,105)
#30265E
(48,38,94)
#2A2253
(42,34,83)
#241E48
(36,30,72)
#1E1A3D
(30,26,61)
#181632
(24,22,50)
#121227
(18,18,39)
#0C0E1C
(12,14,28)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #42327F

#42327F
(66,50,127)
#53448A
(83,68,138)
#645695
(100,86,149)
#7568A0
(117,104,160)
#867AAB
(134,122,171)
#978CB6
(151,140,182)
#A89EC1
(168,158,193)
#B9B0CC
(185,176,204)
#CAC2D7
(202,194,215)
#DBD4E2
(219,212,226)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42327F color. Also use rgb(66,50,127) instead hex code.

Text Font Color

.myTextColor { color: #42327F; }

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

This text font color is #42327F.


Background Color

.myBgColor { background-color: #42327F; }

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

This div background color is #42327F.


Border color

.myBorderColor { border: 1px solid #42327F; }

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

This div border color is #42327F.


Opacity

.myOpacity80 { color: #42327F; opacity: 0.8; }

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

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

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

This text has shadow with #42327F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42327F on black background.


Color preview on white background

This text has color #42327F on white background.



Black color preview on #42327F background

This text has black color on #42327F background.


White color preview on #42327F background

This text has white color on #42327F background.