COLOR #42577C

HEX: #42577C
RGB: (66,87,124)

Color info

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

RGB color model

#42577C color RGB value is (66,87,124).

  • red value is 66;
  • green value is 87;
  • blue value is 124.
RGB:
(66,87,124)
(26%,34%,49%)

RGB channels and saturation

R 66 of 255 = 26%
G 87 of 255 = 34%
B 124 of 255 = 49%

66
87
124

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

Portions of RGB colors in percentages

R + G + B =
66 + 87 + 124 = 277 (100%)
R 66 of 277 ~ 23.83%
G 87 of 277 ~ 31.41%
B 124 of 277 ~ 44.77%

%23.83
%31.41
%44.77

CMYK color model

#42577C color CMYK value is (47,30,0,51).

  • cyan value is 46.77%
  • magenta value is 29.84%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(47,30,0,51)
C47M30Y0K51 
(47%,30%,0%,51%)
(0.47/0.30/0.00/0.51)	

CMYK percentages

%46.77
%29.84
%0
%51.37

Codes

Color #42577C in popluar color models

42577C
RGB6687124
HSL218°30.53%37.25%
HSB/HSV218°46.77%48.63%
CMYK46.77%29.84%0.00%
51.37%

Color #42577C in popluar number systems.

HEX42577C
Decimal6687124
Binary100001010101111111100
Octal102127174

Shades and tints

Shades of #42577C

#42577C
(66,87,124)
#3C5071
(60,80,113)
#364966
(54,73,102)
#30425B
(48,66,91)
#2A3B50
(42,59,80)
#243445
(36,52,69)
#1E2D3A
(30,45,58)
#18262F
(24,38,47)
#121F24
(18,31,36)
#0C1819
(12,24,25)
#06110E
(6,17,14)
#000000
(0,0,0)

Tints of #42577C

#42577C
(66,87,124)
#536687
(83,102,135)
#647592
(100,117,146)
#75849D
(117,132,157)
#8693A8
(134,147,168)
#97A2B3
(151,162,179)
#A8B1BE
(168,177,190)
#B9C0C9
(185,192,201)
#CACFD4
(202,207,212)
#DBDEDF
(219,222,223)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42577C color. Also use rgb(66,87,124) instead hex code.

Text Font Color

.myTextColor { color: #42577C; }

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

This text font color is #42577C.


Background Color

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

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

This div background color is #42577C.


Border color

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

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

This div border color is #42577C.


Opacity

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

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

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

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

This text has shadow with #42577C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42577C on black background.


Color preview on white background

This text has color #42577C on white background.



Black color preview on #42577C background

This text has black color on #42577C background.


White color preview on #42577C background

This text has white color on #42577C background.