COLOR #42566F

HEX: #42566F
RGB: (66,86,111)

Color info

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

RGB color model

#42566F color RGB value is (66,86,111).

  • red value is 66;
  • green value is 86;
  • blue value is 111.
RGB:
(66,86,111)
(26%,34%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 111 of 255 = 44%

66
86
111

R + G + B ~ 35%. #42566F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 111 = 263 (100%)
R 66 of 263 ~ 25.1%
G 86 of 263 ~ 32.7%
B 111 of 263 ~ 42.21%

%25.1
%32.7
%42.21

CMYK color model

#42566F color CMYK value is (41,23,0,56).

  • cyan value is 40.54%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(41,23,0,56)
C41M23Y0K56 
(41%,23%,0%,56%)
(0.41/0.23/0.00/0.56)	

CMYK percentages

%40.54
%22.52
%0
%56.47

Codes

Color #42566F in popluar color models

42566F
RGB6686111
HSL213°25.42%34.71%
HSB/HSV213°40.54%43.53%
CMYK40.54%22.52%0.00%
56.47%

Color #42566F in popluar number systems.

HEX42566F
Decimal6686111
Binary100001010101101101111
Octal102126157

Shades and tints

Shades of #42566F

#42566F
(66,86,111)
#3C4F65
(60,79,101)
#36485B
(54,72,91)
#304151
(48,65,81)
#2A3A47
(42,58,71)
#24333D
(36,51,61)
#1E2C33
(30,44,51)
#182529
(24,37,41)
#121E1F
(18,30,31)
#0C1715
(12,23,21)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #42566F

#42566F
(66,86,111)
#53657C
(83,101,124)
#647489
(100,116,137)
#758396
(117,131,150)
#8692A3
(134,146,163)
#97A1B0
(151,161,176)
#A8B0BD
(168,176,189)
#B9BFCA
(185,191,202)
#CACED7
(202,206,215)
#DBDDE4
(219,221,228)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42566F color. Also use rgb(66,86,111) instead hex code.

Text Font Color

.myTextColor { color: #42566F; }

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

This text font color is #42566F.


Background Color

.myBgColor { background-color: #42566F; }

<div style="background-color:#42566F">Inner text</div>

This div background color is #42566F.


Border color

.myBorderColor { border: 1px solid #42566F; }

<div style="border:3px solid #42566F">Div</div>

This div border color is #42566F.


Opacity

.myOpacity80 { color: #42566F; opacity: 0.8; }

<p style="color:#42566F;opacity:0.8;">80%</p>

Text with #42566F 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 #42566F;}

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

This text has shadow with #42566F color.

.textShadow {text-shadow: 3px 3px 1px #42566F, 3px 3px 1px red;}

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

This text has shadow with #42566F primary color and red secondary color.


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

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

This text has shadow with #42566F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42566F on black background.


Color preview on white background

This text has color #42566F on white background.



Black color preview on #42566F background

This text has black color on #42566F background.


White color preview on #42566F background

This text has white color on #42566F background.