COLOR #42377B

HEX: #42377B
RGB: (66,55,123)

Color info

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

RGB color model

#42377B color RGB value is (66,55,123).

  • red value is 66;
  • green value is 55;
  • blue value is 123.
RGB:
(66,55,123)
(26%,22%,48%)

RGB channels and saturation

R 66 of 255 = 26%
G 55 of 255 = 22%
B 123 of 255 = 48%

66
55
123

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

Portions of RGB colors in percentages

R + G + B =
66 + 55 + 123 = 244 (100%)
R 66 of 244 ~ 27.05%
G 55 of 244 ~ 22.54%
B 123 of 244 ~ 50.41%

%27.05
%22.54
%50.41

CMYK color model

#42377B color CMYK value is (46,55,0,52).

  • cyan value is 46.34%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(46,55,0,52)
C46M55Y0K52 
(46%,55%,0%,52%)
(0.46/0.55/0.00/0.52)	

CMYK percentages

%46.34
%55.28
%0
%51.76

Codes

Color #42377B in popluar color models

42377B
RGB6655123
HSL250°38.20%34.90%
HSB/HSV250°55.28%48.24%
CMYK46.34%55.28%0.00%
51.76%

Color #42377B in popluar number systems.

HEX42377B
Decimal6655123
Binary10000101101111111011
Octal10267173

Shades and tints

Shades of #42377B

#42377B
(66,55,123)
#3C3270
(60,50,112)
#362D65
(54,45,101)
#30285A
(48,40,90)
#2A234F
(42,35,79)
#241E44
(36,30,68)
#1E1939
(30,25,57)
#18142E
(24,20,46)
#120F23
(18,15,35)
#0C0A18
(12,10,24)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #42377B

#42377B
(66,55,123)
#534987
(83,73,135)
#645B93
(100,91,147)
#756D9F
(117,109,159)
#867FAB
(134,127,171)
#9791B7
(151,145,183)
#A8A3C3
(168,163,195)
#B9B5CF
(185,181,207)
#CAC7DB
(202,199,219)
#DBD9E7
(219,217,231)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42377B color. Also use rgb(66,55,123) instead hex code.

Text Font Color

.myTextColor { color: #42377B; }

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

This text font color is #42377B.


Background Color

.myBgColor { background-color: #42377B; }

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

This div background color is #42377B.


Border color

.myBorderColor { border: 1px solid #42377B; }

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

This div border color is #42377B.


Opacity

.myOpacity80 { color: #42377B; opacity: 0.8; }

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

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

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

This text has shadow with #42377B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42377B on black background.


Color preview on white background

This text has color #42377B on white background.



Black color preview on #42377B background

This text has black color on #42377B background.


White color preview on #42377B background

This text has white color on #42377B background.