COLOR #42688C

HEX: #42688C
RGB: (66,104,140)

Color info

#42688C contains mainly green and blue colors. Web safe color of #42688C is #336699 (or #369).

RGB color model

#42688C color RGB value is (66,104,140).

  • red value is 66;
  • green value is 104;
  • blue value is 140.
RGB:
(66,104,140)
(26%,41%,55%)

RGB channels and saturation

R 66 of 255 = 26%
G 104 of 255 = 41%
B 140 of 255 = 55%

66
104
140

R + G + B ~ 41%. #42688C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 104 + 140 = 310 (100%)
R 66 of 310 ~ 21.29%
G 104 of 310 ~ 33.55%
B 140 of 310 ~ 45.16%

%21.29
%33.55
%45.16

CMYK color model

#42688C color CMYK value is (53,26,0,45).

  • cyan value is 52.86%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(53,26,0,45)
C53M26Y0K45 
(53%,26%,0%,45%)
(0.53/0.26/0.00/0.45)	

CMYK percentages

%52.86
%25.71
%0
%45.1

Codes

Color #42688C in popluar color models

42688C
RGB66104140
HSL209°35.92%40.39%
HSB/HSV209°52.86%54.90%
CMYK52.86%25.71%0.00%
45.10%

Color #42688C in popluar number systems.

HEX42688C
Decimal66104140
Binary1000010110100010001100
Octal102150214

Shades and tints

Shades of #42688C

#42688C
(66,104,140)
#3C5F80
(60,95,128)
#365674
(54,86,116)
#304D68
(48,77,104)
#2A445C
(42,68,92)
#243B50
(36,59,80)
#1E3244
(30,50,68)
#182938
(24,41,56)
#12202C
(18,32,44)
#0C1720
(12,23,32)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #42688C

#42688C
(66,104,140)
#537596
(83,117,150)
#6482A0
(100,130,160)
#758FAA
(117,143,170)
#869CB4
(134,156,180)
#97A9BE
(151,169,190)
#A8B6C8
(168,182,200)
#B9C3D2
(185,195,210)
#CAD0DC
(202,208,220)
#DBDDE6
(219,221,230)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42688C color. Also use rgb(66,104,140) instead hex code.

Text Font Color

.myTextColor { color: #42688C; }

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

This text font color is #42688C.


Background Color

.myBgColor { background-color: #42688C; }

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

This div background color is #42688C.


Border color

.myBorderColor { border: 1px solid #42688C; }

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

This div border color is #42688C.


Opacity

.myOpacity80 { color: #42688C; opacity: 0.8; }

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

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

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

This text has shadow with #42688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42688C on black background.


Color preview on white background

This text has color #42688C on white background.



Black color preview on #42688C background

This text has black color on #42688C background.


White color preview on #42688C background

This text has white color on #42688C background.