COLOR #42367A

HEX: #42367A
RGB: (66,54,122)

Color info

#42367A contains mainly red and blue colors. Web safe color of #42367A is #333366 (or #336).

RGB color model

#42367A color RGB value is (66,54,122).

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

RGB channels and saturation

R 66 of 255 = 26%
G 54 of 255 = 21%
B 122 of 255 = 48%

66
54
122

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

Portions of RGB colors in percentages

R + G + B =
66 + 54 + 122 = 242 (100%)
R 66 of 242 ~ 27.27%
G 54 of 242 ~ 22.31%
B 122 of 242 ~ 50.41%

%27.27
%22.31
%50.41

CMYK color model

#42367A color CMYK value is (46,56,0,52).

  • cyan value is 45.90%
  • magenta value is 55.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(46,56,0,52)
C46M56Y0K52 
(46%,56%,0%,52%)
(0.46/0.56/0.00/0.52)	

CMYK percentages

%45.9
%55.74
%0
%52.16

Codes

Color #42367A in popluar color models

42367A
RGB6654122
HSL251°38.64%34.51%
HSB/HSV251°55.74%47.84%
CMYK45.90%55.74%0.00%
52.16%

Color #42367A in popluar number systems.

HEX42367A
Decimal6654122
Binary10000101101101111010
Octal10266172

Shades and tints

Shades of #42367A

#42367A
(66,54,122)
#3C326F
(60,50,111)
#362E64
(54,46,100)
#302A59
(48,42,89)
#2A264E
(42,38,78)
#242243
(36,34,67)
#1E1E38
(30,30,56)
#181A2D
(24,26,45)
#121622
(18,22,34)
#0C1217
(12,18,23)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #42367A

#42367A
(66,54,122)
#534886
(83,72,134)
#645A92
(100,90,146)
#756C9E
(117,108,158)
#867EAA
(134,126,170)
#9790B6
(151,144,182)
#A8A2C2
(168,162,194)
#B9B4CE
(185,180,206)
#CAC6DA
(202,198,218)
#DBD8E6
(219,216,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42367A; }

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

This text font color is #42367A.


Background Color

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

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

This div background color is #42367A.


Border color

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

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

This div border color is #42367A.


Opacity

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

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

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

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

This text has shadow with #42367A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42367A on black background.


Color preview on white background

This text has color #42367A on white background.



Black color preview on #42367A background

This text has black color on #42367A background.


White color preview on #42367A background

This text has white color on #42367A background.