COLOR #424240

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
66
64

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

Portions of RGB colors in percentages

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

%33.67
%33.67
%32.65

CMYK color model

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

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

CMYK percentages

%0
%0
%3.03
%74.12

Codes

Color #424240 in popluar color models

424240
RGB666664
HSL60°1.54%25.49%
HSB/HSV60°3.03%25.88%
CMYK0.00%0.00%3.03%
74.12%

Color #424240 in popluar number systems.

HEX424240
Decimal666664
Binary100001010000101000000
Octal102102100

Shades and tints

Shades of #424240

#424240
(66,66,64)
#3C3C3B
(60,60,59)
#363636
(54,54,54)
#303031
(48,48,49)
#2A2A2C
(42,42,44)
#242427
(36,36,39)
#1E1E22
(30,30,34)
#18181D
(24,24,29)
#121218
(18,18,24)
#0C0C13
(12,12,19)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #424240

#424240
(66,66,64)
#535351
(83,83,81)
#646462
(100,100,98)
#757573
(117,117,115)
#868684
(134,134,132)
#979795
(151,151,149)
#A8A8A6
(168,168,166)
#B9B9B7
(185,185,183)
#CACAC8
(202,202,200)
#DBDBD9
(219,219,217)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424240; }

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

This text font color is #424240.


Background Color

.myBgColor { background-color: #424240; }

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

This div background color is #424240.


Border color

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

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

This div border color is #424240.


Opacity

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

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

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

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

This text has shadow with #424240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424240 on black background.


Color preview on white background

This text has color #424240 on white background.



Black color preview on #424240 background

This text has black color on #424240 background.


White color preview on #424240 background

This text has white color on #424240 background.