COLOR #42367F

HEX: #42367F
RGB: (66,54,127)

Color info

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

RGB color model

#42367F color RGB value is (66,54,127).

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

RGB channels and saturation

R 66 of 255 = 26%
G 54 of 255 = 21%
B 127 of 255 = 50%

66
54
127

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

Portions of RGB colors in percentages

R + G + B =
66 + 54 + 127 = 247 (100%)
R 66 of 247 ~ 26.72%
G 54 of 247 ~ 21.86%
B 127 of 247 ~ 51.42%

%26.72
%21.86
%51.42

CMYK color model

#42367F color CMYK value is (48,57,0,50).

  • cyan value is 48.03%
  • magenta value is 57.48%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(48,57,0,50)
C48M57Y0K50 
(48%,57%,0%,50%)
(0.48/0.57/0.00/0.50)	

CMYK percentages

%48.03
%57.48
%0
%50.2

Codes

Color #42367F in popluar color models

42367F
RGB6654127
HSL250°40.33%35.49%
HSB/HSV250°57.48%49.80%
CMYK48.03%57.48%0.00%
50.20%

Color #42367F in popluar number systems.

HEX42367F
Decimal6654127
Binary10000101101101111111
Octal10266177

Shades and tints

Shades of #42367F

#42367F
(66,54,127)
#3C3274
(60,50,116)
#362E69
(54,46,105)
#302A5E
(48,42,94)
#2A2653
(42,38,83)
#242248
(36,34,72)
#1E1E3D
(30,30,61)
#181A32
(24,26,50)
#121627
(18,22,39)
#0C121C
(12,18,28)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #42367F

#42367F
(66,54,127)
#53488A
(83,72,138)
#645A95
(100,90,149)
#756CA0
(117,108,160)
#867EAB
(134,126,171)
#9790B6
(151,144,182)
#A8A2C1
(168,162,193)
#B9B4CC
(185,180,204)
#CAC6D7
(202,198,215)
#DBD8E2
(219,216,226)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42367F; }

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

This text font color is #42367F.


Background Color

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

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

This div background color is #42367F.


Border color

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

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

This div border color is #42367F.


Opacity

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

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

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

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

This text has shadow with #42367F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42367F on black background.


Color preview on white background

This text has color #42367F on white background.



Black color preview on #42367F background

This text has black color on #42367F background.


White color preview on #42367F background

This text has white color on #42367F background.