COLOR #42445D

HEX: #42445D
RGB: (66,68,93)

Color info

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

RGB color model

#42445D color RGB value is (66,68,93).

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

RGB channels and saturation

R 66 of 255 = 26%
G 68 of 255 = 27%
B 93 of 255 = 36%

66
68
93

R + G + B ~ 30%. #42445D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 68 + 93 = 227 (100%)
R 66 of 227 ~ 29.07%
G 68 of 227 ~ 29.96%
B 93 of 227 ~ 40.97%

%29.07
%29.96
%40.97

CMYK color model

#42445D color CMYK value is (29,27,0,64).

  • cyan value is 29.03%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(29,27,0,64)
C29M27Y0K64 
(29%,27%,0%,64%)
(0.29/0.27/0.00/0.64)	

CMYK percentages

%29.03
%26.88
%0
%63.53

Codes

Color #42445D in popluar color models

42445D
RGB666893
HSL236°16.98%31.18%
HSB/HSV236°29.03%36.47%
CMYK29.03%26.88%0.00%
63.53%

Color #42445D in popluar number systems.

HEX42445D
Decimal666893
Binary100001010001001011101
Octal102104135

Shades and tints

Shades of #42445D

#42445D
(66,68,93)
#3C3E55
(60,62,85)
#36384D
(54,56,77)
#303245
(48,50,69)
#2A2C3D
(42,44,61)
#242635
(36,38,53)
#1E202D
(30,32,45)
#181A25
(24,26,37)
#12141D
(18,20,29)
#0C0E15
(12,14,21)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #42445D

#42445D
(66,68,93)
#53556B
(83,85,107)
#646679
(100,102,121)
#757787
(117,119,135)
#868895
(134,136,149)
#9799A3
(151,153,163)
#A8AAB1
(168,170,177)
#B9BBBF
(185,187,191)
#CACCCD
(202,204,205)
#DBDDDB
(219,221,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42445D color. Also use rgb(66,68,93) instead hex code.

Text Font Color

.myTextColor { color: #42445D; }

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

This text font color is #42445D.


Background Color

.myBgColor { background-color: #42445D; }

<div style="background-color:#42445D">Inner text</div>

This div background color is #42445D.


Border color

.myBorderColor { border: 1px solid #42445D; }

<div style="border:3px solid #42445D">Div</div>

This div border color is #42445D.


Opacity

.myOpacity80 { color: #42445D; opacity: 0.8; }

<p style="color:#42445D;opacity:0.8;">80%</p>

Text with #42445D 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 #42445D;}

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

This text has shadow with #42445D color.

.textShadow {text-shadow: 3px 3px 1px #42445D, 3px 3px 1px red;}

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

This text has shadow with #42445D primary color and red secondary color.


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

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

This text has shadow with #42445D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42445D on black background.


Color preview on white background

This text has color #42445D on white background.



Black color preview on #42445D background

This text has black color on #42445D background.


White color preview on #42445D background

This text has white color on #42445D background.