COLOR #42444F

HEX: #42444F
RGB: (66,68,79)

Color info

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

RGB color model

#42444F color RGB value is (66,68,79).

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

RGB channels and saturation

R 66 of 255 = 26%
G 68 of 255 = 27%
B 79 of 255 = 31%

66
68
79

R + G + B ~ 28%. #42444F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 68 + 79 = 213 (100%)
R 66 of 213 ~ 30.99%
G 68 of 213 ~ 31.92%
B 79 of 213 ~ 37.09%

%30.99
%31.92
%37.09

CMYK color model

#42444F color CMYK value is (16,14,0,69).

  • cyan value is 16.46%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(16,14,0,69)
C16M14Y0K69 
(16%,14%,0%,69%)
(0.16/0.14/0.00/0.69)	

CMYK percentages

%16.46
%13.92
%0
%69.02

Codes

Color #42444F in popluar color models

42444F
RGB666879
HSL231°8.97%28.43%
HSB/HSV231°16.46%30.98%
CMYK16.46%13.92%0.00%
69.02%

Color #42444F in popluar number systems.

HEX42444F
Decimal666879
Binary100001010001001001111
Octal102104117

Shades and tints

Shades of #42444F

#42444F
(66,68,79)
#3C3E48
(60,62,72)
#363841
(54,56,65)
#30323A
(48,50,58)
#2A2C33
(42,44,51)
#24262C
(36,38,44)
#1E2025
(30,32,37)
#181A1E
(24,26,30)
#121417
(18,20,23)
#0C0E10
(12,14,16)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #42444F

#42444F
(66,68,79)
#53555F
(83,85,95)
#64666F
(100,102,111)
#75777F
(117,119,127)
#86888F
(134,136,143)
#97999F
(151,153,159)
#A8AAAF
(168,170,175)
#B9BBBF
(185,187,191)
#CACCCF
(202,204,207)
#DBDDDF
(219,221,223)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42444F color. Also use rgb(66,68,79) instead hex code.

Text Font Color

.myTextColor { color: #42444F; }

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

This text font color is #42444F.


Background Color

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

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

This div background color is #42444F.


Border color

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

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

This div border color is #42444F.


Opacity

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

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

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

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

This text has shadow with #42444F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42444F on black background.


Color preview on white background

This text has color #42444F on white background.



Black color preview on #42444F background

This text has black color on #42444F background.


White color preview on #42444F background

This text has white color on #42444F background.