COLOR #424542

HEX: #424542
RGB: (66,69,66)

Color info

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

RGB color model

#424542 color RGB value is (66,69,66).

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

RGB channels and saturation

R 66 of 255 = 26%
G 69 of 255 = 27%
B 66 of 255 = 26%

66
69
66

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

Portions of RGB colors in percentages

R + G + B =
66 + 69 + 66 = 201 (100%)
R 66 of 201 ~ 32.84%
G 69 of 201 ~ 34.33%
B 66 of 201 ~ 32.84%

%32.84
%34.33
%32.84

CMYK color model

#424542 color CMYK value is (4,0,4,73).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 72.94%
CMYK:
(4,0,4,73)
C4M0Y4K73 
(4%,0%,4%,73%)
(0.04/0.00/0.04/0.73)	

CMYK percentages

%4.35
%0
%4.35
%72.94

Codes

Color #424542 in popluar color models

424542
RGB666966
HSL120°2.22%26.47%
HSB/HSV120°4.35%27.06%
CMYK4.35%0.00%4.35%
72.94%

Color #424542 in popluar number systems.

HEX424542
Decimal666966
Binary100001010001011000010
Octal102105102

Shades and tints

Shades of #424542

#424542
(66,69,66)
#3C3F3C
(60,63,60)
#363936
(54,57,54)
#303330
(48,51,48)
#2A2D2A
(42,45,42)
#242724
(36,39,36)
#1E211E
(30,33,30)
#181B18
(24,27,24)
#121512
(18,21,18)
#0C0F0C
(12,15,12)
#060906
(6,9,6)
#000000
(0,0,0)

Tints of #424542

#424542
(66,69,66)
#535553
(83,85,83)
#646564
(100,101,100)
#757575
(117,117,117)
#868586
(134,133,134)
#979597
(151,149,151)
#A8A5A8
(168,165,168)
#B9B5B9
(185,181,185)
#CAC5CA
(202,197,202)
#DBD5DB
(219,213,219)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424542; }

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

This text font color is #424542.


Background Color

.myBgColor { background-color: #424542; }

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

This div background color is #424542.


Border color

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

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

This div border color is #424542.


Opacity

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

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

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

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

This text has shadow with #424542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424542 on black background.


Color preview on white background

This text has color #424542 on white background.



Black color preview on #424542 background

This text has black color on #424542 background.


White color preview on #424542 background

This text has white color on #424542 background.