COLOR #424042

HEX: #424042
RGB: (66,64,66)

Color info

#424042 contains red, green and blue colors in about the same proportion. Web safe color of #424042 is #333333 (or #333).

RGB color model

#424042 color RGB value is (66,64,66).

  • red value is 66;
  • green value is 64;
  • blue value is 66.
RGB:
(66,64,66)
(26%,25%,26%)

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 66 of 255 = 26%

66
64
66

R + G + B ~ 26%. #424042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 66 = 196 (100%)
R 66 of 196 ~ 33.67%
G 64 of 196 ~ 32.65%
B 66 of 196 ~ 33.67%

%33.67
%32.65
%33.67

CMYK color model

#424042 color CMYK value is (0,3,0,74).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(0,3,0,74)
C0M3Y0K74 
(0%,3%,0%,74%)
(0.00/0.03/0.00/0.74)	

CMYK percentages

%0
%3.03
%0
%74.12

Codes

Color #424042 in popluar color models

424042
RGB666466
HSL300°1.54%25.49%
HSB/HSV300°3.03%25.88%
CMYK0.00%3.03%0.00%
74.12%

Color #424042 in popluar number systems.

HEX424042
Decimal666466
Binary100001010000001000010
Octal102100102

Shades and tints

Shades of #424042

#424042
(66,64,66)
#3C3B3C
(60,59,60)
#363636
(54,54,54)
#303130
(48,49,48)
#2A2C2A
(42,44,42)
#242724
(36,39,36)
#1E221E
(30,34,30)
#181D18
(24,29,24)
#121812
(18,24,18)
#0C130C
(12,19,12)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #424042

#424042
(66,64,66)
#535153
(83,81,83)
#646264
(100,98,100)
#757375
(117,115,117)
#868486
(134,132,134)
#979597
(151,149,151)
#A8A6A8
(168,166,168)
#B9B7B9
(185,183,185)
#CAC8CA
(202,200,202)
#DBD9DB
(219,217,219)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424042 color. Also use rgb(66,64,66) instead hex code.

Text Font Color

.myTextColor { color: #424042; }

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

This text font color is #424042.


Background Color

.myBgColor { background-color: #424042; }

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

This div background color is #424042.


Border color

.myBorderColor { border: 1px solid #424042; }

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

This div border color is #424042.


Opacity

.myOpacity80 { color: #424042; opacity: 0.8; }

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

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

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

This text has shadow with #424042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424042 on black background.


Color preview on white background

This text has color #424042 on white background.



Black color preview on #424042 background

This text has black color on #424042 background.


White color preview on #424042 background

This text has white color on #424042 background.