COLOR #42465C

HEX: #42465C
RGB: (66,70,92)

Color info

#42465C contains red, green and blue colors in about the same proportion. Web safe color of #42465C is #333366 (or #336).

RGB color model

#42465C color RGB value is (66,70,92).

  • red value is 66;
  • green value is 70;
  • blue value is 92.
RGB:
(66,70,92)
(26%,27%,36%)

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 92 of 255 = 36%

66
70
92

R + G + B ~ 30%. #42465C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 92 = 228 (100%)
R 66 of 228 ~ 28.95%
G 70 of 228 ~ 30.7%
B 92 of 228 ~ 40.35%

%28.95
%30.7
%40.35

CMYK color model

#42465C color CMYK value is (28,24,0,64).

  • cyan value is 28.26%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(28,24,0,64)
C28M24Y0K64 
(28%,24%,0%,64%)
(0.28/0.24/0.00/0.64)	

CMYK percentages

%28.26
%23.91
%0
%63.92

Codes

Color #42465C in popluar color models

42465C
RGB667092
HSL231°16.46%30.98%
HSB/HSV231°28.26%36.08%
CMYK28.26%23.91%0.00%
63.92%

Color #42465C in popluar number systems.

HEX42465C
Decimal667092
Binary100001010001101011100
Octal102106134

Shades and tints

Shades of #42465C

#42465C
(66,70,92)
#3C4054
(60,64,84)
#363A4C
(54,58,76)
#303444
(48,52,68)
#2A2E3C
(42,46,60)
#242834
(36,40,52)
#1E222C
(30,34,44)
#181C24
(24,28,36)
#12161C
(18,22,28)
#0C1014
(12,16,20)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #42465C

#42465C
(66,70,92)
#53566A
(83,86,106)
#646678
(100,102,120)
#757686
(117,118,134)
#868694
(134,134,148)
#9796A2
(151,150,162)
#A8A6B0
(168,166,176)
#B9B6BE
(185,182,190)
#CAC6CC
(202,198,204)
#DBD6DA
(219,214,218)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42465C color. Also use rgb(66,70,92) instead hex code.

Text Font Color

.myTextColor { color: #42465C; }

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

This text font color is #42465C.


Background Color

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

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

This div background color is #42465C.


Border color

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

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

This div border color is #42465C.


Opacity

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

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

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

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

This text has shadow with #42465C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42465C on black background.


Color preview on white background

This text has color #42465C on white background.



Black color preview on #42465C background

This text has black color on #42465C background.


White color preview on #42465C background

This text has white color on #42465C background.