COLOR #42587B

HEX: #42587B
RGB: (66,88,123)

Color info

#42587B contains red, green and blue colors in about the same proportion. Web safe color of #42587B is #336666 (or #366).

RGB color model

#42587B color RGB value is (66,88,123).

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

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 123 of 255 = 48%

66
88
123

R + G + B ~ 36%. #42587B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 123 = 277 (100%)
R 66 of 277 ~ 23.83%
G 88 of 277 ~ 31.77%
B 123 of 277 ~ 44.4%

%23.83
%31.77
%44.4

CMYK color model

#42587B color CMYK value is (46,28,0,52).

  • cyan value is 46.34%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(46,28,0,52)
C46M28Y0K52 
(46%,28%,0%,52%)
(0.46/0.28/0.00/0.52)	

CMYK percentages

%46.34
%28.46
%0
%51.76

Codes

Color #42587B in popluar color models

42587B
RGB6688123
HSL217°30.16%37.06%
HSB/HSV217°46.34%48.24%
CMYK46.34%28.46%0.00%
51.76%

Color #42587B in popluar number systems.

HEX42587B
Decimal6688123
Binary100001010110001111011
Octal102130173

Shades and tints

Shades of #42587B

#42587B
(66,88,123)
#3C5070
(60,80,112)
#364865
(54,72,101)
#30405A
(48,64,90)
#2A384F
(42,56,79)
#243044
(36,48,68)
#1E2839
(30,40,57)
#18202E
(24,32,46)
#121823
(18,24,35)
#0C1018
(12,16,24)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #42587B

#42587B
(66,88,123)
#536787
(83,103,135)
#647693
(100,118,147)
#75859F
(117,133,159)
#8694AB
(134,148,171)
#97A3B7
(151,163,183)
#A8B2C3
(168,178,195)
#B9C1CF
(185,193,207)
#CAD0DB
(202,208,219)
#DBDFE7
(219,223,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42587B; }

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

This text font color is #42587B.


Background Color

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

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

This div background color is #42587B.


Border color

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

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

This div border color is #42587B.


Opacity

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

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

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

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

This text has shadow with #42587B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42587B on black background.


Color preview on white background

This text has color #42587B on white background.



Black color preview on #42587B background

This text has black color on #42587B background.


White color preview on #42587B background

This text has white color on #42587B background.