COLOR #424742

HEX: #424742
RGB: (66,71,66)

Color info

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

RGB color model

#424742 color RGB value is (66,71,66).

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

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 66 of 255 = 26%

66
71
66

R + G + B ~ 27%. #424742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 66 = 203 (100%)
R 66 of 203 ~ 32.51%
G 71 of 203 ~ 34.98%
B 66 of 203 ~ 32.51%

%32.51
%34.98
%32.51

CMYK color model

#424742 color CMYK value is (7,0,7,72).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(7,0,7,72)
C7M0Y7K72 
(7%,0%,7%,72%)
(0.07/0.00/0.07/0.72)	

CMYK percentages

%7.04
%0
%7.04
%72.16

Codes

Color #424742 in popluar color models

424742
RGB667166
HSL120°3.65%26.86%
HSB/HSV120°7.04%27.84%
CMYK7.04%0.00%7.04%
72.16%

Color #424742 in popluar number systems.

HEX424742
Decimal667166
Binary100001010001111000010
Octal102107102

Shades and tints

Shades of #424742

#424742
(66,71,66)
#3C413C
(60,65,60)
#363B36
(54,59,54)
#303530
(48,53,48)
#2A2F2A
(42,47,42)
#242924
(36,41,36)
#1E231E
(30,35,30)
#181D18
(24,29,24)
#121712
(18,23,18)
#0C110C
(12,17,12)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #424742

#424742
(66,71,66)
#535753
(83,87,83)
#646764
(100,103,100)
#757775
(117,119,117)
#868786
(134,135,134)
#979797
(151,151,151)
#A8A7A8
(168,167,168)
#B9B7B9
(185,183,185)
#CAC7CA
(202,199,202)
#DBD7DB
(219,215,219)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424742; }

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

This text font color is #424742.


Background Color

.myBgColor { background-color: #424742; }

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

This div background color is #424742.


Border color

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

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

This div border color is #424742.


Opacity

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

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

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

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

This text has shadow with #424742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424742 on black background.


Color preview on white background

This text has color #424742 on white background.



Black color preview on #424742 background

This text has black color on #424742 background.


White color preview on #424742 background

This text has white color on #424742 background.