COLOR #424140

HEX: #424140 RGB: (66,65,64)

Color info

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

RGB color model

#424140 color RGB value is (66,65,64).

RGB: (66,65,64) (26%, 25%, 25%)

RGB channels and saturation

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

66
65
64

R + G + B ~ 25%. #424140 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 65 + 64 = 195 (100%)
R 66 of 195 ~ 33.85%
G 65 of 195 ~ 33.33%
B 64 of 195 ~ 32.82'%

%33.85
%33.33
%32.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 3.03%
  • key color value is 74.12%

CMYK: (0,2,3,74)
C0M2Y3K74 (0%, 2%, 3%, 74%)
(0.00 / 0.02 / 0.03 / 0.74)

CMYK percentages

%0
%1.52
%3.03
%74.12

Codes

Color #424140 in popluar color models

42 41 40
RGB 66 65 64
HSL 30° 1.54% 25.49%
HSB/HSV 30° 3.03% 25.88%
CMYK 0.00% 1.52% 3.03%
74.12%

Color #424140 in popluar number systems.

HEX 42 41 40
Decimal 66 65 64
Binary 1000010 1000001 1000000
Octal 102 101 100

Shades and tints

Shades of #424140

#424140
(66,65,64)
#3C3C3B
(60,60,59)
#363736
(54,55,54)
#303231
(48,50,49)
#2A2D2C
(42,45,44)
#242827
(36,40,39)
#1E2322
(30,35,34)
#181E1D
(24,30,29)
#121918
(18,25,24)
#0C1413
(12,20,19)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #424140

#424140
(66,65,64)
#535251
(83,82,81)
#646362
(100,99,98)
#757473
(117,116,115)
#868584
(134,133,132)
#979695
(151,150,149)
#A8A7A6
(168,167,166)
#B9B8B7
(185,184,183)
#CAC9C8
(202,201,200)
#DBDAD9
(219,218,217)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424140; }

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

This text font color is #424140.

Background Color

.myBgColor { background-color: #424140; }

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

This div background color is #424140.

Border color

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

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

This div border color is #424140.

Opacity

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

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

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

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

This text has shadow with #424140 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424140.

Preview

Color preview on black background

This text has color #424140 on black background.


Color preview on white background

This text has color #424140 on white background.


Black color preview on #424140 background

This text has black color on #424140 background.


White color preview on #424140 background

This text has white color on #424140 background.


Related colors

Complementary color

Complementary color for #hex is #BDBEBF.


I love getcolorcode.com

Triadic colors

1 #404241 and #414042 with #424140 are triadic colors.

2 #404142 and #414240 with #424140 are triadic colors.