COLOR #42566C

HEX: #42566C
RGB: (66,86,108)

Color info

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

RGB color model

#42566C color RGB value is (66,86,108).

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

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 108 of 255 = 42%

66
86
108

R + G + B ~ 34%. #42566C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 108 = 260 (100%)
R 66 of 260 ~ 25.38%
G 86 of 260 ~ 33.08%
B 108 of 260 ~ 41.54%

%25.38
%33.08
%41.54

CMYK color model

#42566C color CMYK value is (39,20,0,58).

  • cyan value is 38.89%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(39,20,0,58)
C39M20Y0K58 
(39%,20%,0%,58%)
(0.39/0.20/0.00/0.58)	

CMYK percentages

%38.89
%20.37
%0
%57.65

Codes

Color #42566C in popluar color models

42566C
RGB6686108
HSL211°24.14%34.12%
HSB/HSV211°38.89%42.35%
CMYK38.89%20.37%0.00%
57.65%

Color #42566C in popluar number systems.

HEX42566C
Decimal6686108
Binary100001010101101101100
Octal102126154

Shades and tints

Shades of #42566C

#42566C
(66,86,108)
#3C4F63
(60,79,99)
#36485A
(54,72,90)
#304151
(48,65,81)
#2A3A48
(42,58,72)
#24333F
(36,51,63)
#1E2C36
(30,44,54)
#18252D
(24,37,45)
#121E24
(18,30,36)
#0C171B
(12,23,27)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #42566C

#42566C
(66,86,108)
#536579
(83,101,121)
#647486
(100,116,134)
#758393
(117,131,147)
#8692A0
(134,146,160)
#97A1AD
(151,161,173)
#A8B0BA
(168,176,186)
#B9BFC7
(185,191,199)
#CACED4
(202,206,212)
#DBDDE1
(219,221,225)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42566C; }

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

This text font color is #42566C.


Background Color

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

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

This div background color is #42566C.


Border color

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

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

This div border color is #42566C.


Opacity

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

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

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

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

This text has shadow with #42566C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42566C on black background.


Color preview on white background

This text has color #42566C on white background.



Black color preview on #42566C background

This text has black color on #42566C background.


White color preview on #42566C background

This text has white color on #42566C background.