COLOR #424C42

HEX: #424C42
RGB: (66,76,66)

Color info

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

RGB color model

#424C42 color RGB value is (66,76,66).

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

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 66 of 255 = 26%

66
76
66

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

Portions of RGB colors in percentages

R + G + B =
66 + 76 + 66 = 208 (100%)
R 66 of 208 ~ 31.73%
G 76 of 208 ~ 36.54%
B 66 of 208 ~ 31.73%

%31.73
%36.54
%31.73

CMYK color model

#424C42 color CMYK value is (13,0,13,70).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 70.20%
CMYK:
(13,0,13,70)
C13M0Y13K70 
(13%,0%,13%,70%)
(0.13/0.00/0.13/0.70)	

CMYK percentages

%13.16
%0
%13.16
%70.2

Codes

Color #424C42 in popluar color models

424C42
RGB667666
HSL120°7.04%27.84%
HSB/HSV120°13.16%29.80%
CMYK13.16%0.00%13.16%
70.20%

Color #424C42 in popluar number systems.

HEX424C42
Decimal667666
Binary100001010011001000010
Octal102114102

Shades and tints

Shades of #424C42

#424C42
(66,76,66)
#3C463C
(60,70,60)
#364036
(54,64,54)
#303A30
(48,58,48)
#2A342A
(42,52,42)
#242E24
(36,46,36)
#1E281E
(30,40,30)
#182218
(24,34,24)
#121C12
(18,28,18)
#0C160C
(12,22,12)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #424C42

#424C42
(66,76,66)
#535C53
(83,92,83)
#646C64
(100,108,100)
#757C75
(117,124,117)
#868C86
(134,140,134)
#979C97
(151,156,151)
#A8ACA8
(168,172,168)
#B9BCB9
(185,188,185)
#CACCCA
(202,204,202)
#DBDCDB
(219,220,219)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C42; }

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

This text font color is #424C42.


Background Color

.myBgColor { background-color: #424C42; }

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

This div background color is #424C42.


Border color

.myBorderColor { border: 1px solid #424C42; }

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

This div border color is #424C42.


Opacity

.myOpacity80 { color: #424C42; opacity: 0.8; }

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

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

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

This text has shadow with #424C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C42 on black background.


Color preview on white background

This text has color #424C42 on white background.



Black color preview on #424C42 background

This text has black color on #424C42 background.


White color preview on #424C42 background

This text has white color on #424C42 background.