COLOR #42547A

HEX: #42547A
RGB: (66,84,122)

Color info

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

RGB color model

#42547A color RGB value is (66,84,122).

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

RGB channels and saturation

R 66 of 255 = 26%
G 84 of 255 = 33%
B 122 of 255 = 48%

66
84
122

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

Portions of RGB colors in percentages

R + G + B =
66 + 84 + 122 = 272 (100%)
R 66 of 272 ~ 24.26%
G 84 of 272 ~ 30.88%
B 122 of 272 ~ 44.85%

%24.26
%30.88
%44.85

CMYK color model

#42547A color CMYK value is (46,31,0,52).

  • cyan value is 45.90%
  • magenta value is 31.15%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(46,31,0,52)
C46M31Y0K52 
(46%,31%,0%,52%)
(0.46/0.31/0.00/0.52)	

CMYK percentages

%45.9
%31.15
%0
%52.16

Codes

Color #42547A in popluar color models

42547A
RGB6684122
HSL221°29.79%36.86%
HSB/HSV221°45.90%47.84%
CMYK45.90%31.15%0.00%
52.16%

Color #42547A in popluar number systems.

HEX42547A
Decimal6684122
Binary100001010101001111010
Octal102124172

Shades and tints

Shades of #42547A

#42547A
(66,84,122)
#3C4D6F
(60,77,111)
#364664
(54,70,100)
#303F59
(48,63,89)
#2A384E
(42,56,78)
#243143
(36,49,67)
#1E2A38
(30,42,56)
#18232D
(24,35,45)
#121C22
(18,28,34)
#0C1517
(12,21,23)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #42547A

#42547A
(66,84,122)
#536386
(83,99,134)
#647292
(100,114,146)
#75819E
(117,129,158)
#8690AA
(134,144,170)
#979FB6
(151,159,182)
#A8AEC2
(168,174,194)
#B9BDCE
(185,189,206)
#CACCDA
(202,204,218)
#DBDBE6
(219,219,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42547A; }

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

This text font color is #42547A.


Background Color

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

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

This div background color is #42547A.


Border color

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

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

This div border color is #42547A.


Opacity

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

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

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

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

This text has shadow with #42547A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42547A on black background.


Color preview on white background

This text has color #42547A on white background.



Black color preview on #42547A background

This text has black color on #42547A background.


White color preview on #42547A background

This text has white color on #42547A background.