COLOR #424143

HEX: #424143 RGB: (66,65,67)

Color info

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

RGB color model

#424143 color RGB value is (66,65,67).

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

RGB channels and saturation

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

66
65
67

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

Portions of RGB colors in percentages

R + G + B = 66 + 65 + 67 = 198 (100%)
R 66 of 198 ~ 33.33%
G 65 of 198 ~ 32.83%
B 67 of 198 ~ 33.84'%

%33.33
%32.83
%33.84

CMYK color model

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

  • cyan value is 1.49%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (1,3,0,74)
C1M3Y0K74 (1%, 3%, 0%, 74%)
(0.01 / 0.03 / 0.00 / 0.74)

CMYK percentages

%1.49
%2.99
%0
%73.73

Codes

Color #424143 in popluar color models

42 41 43
RGB 66 65 67
HSL 270° 1.52% 25.88%
HSB/HSV 270° 2.99% 26.27%
CMYK 1.49% 2.99% 0.00%
73.73%

Color #424143 in popluar number systems.

HEX 42 41 43
Decimal 66 65 67
Binary 1000010 1000001 1000011
Octal 102 101 103

Shades and tints

Shades of #424143

#424143
(66,65,67)
#3C3C3D
(60,60,61)
#363737
(54,55,55)
#303231
(48,50,49)
#2A2D2B
(42,45,43)
#242825
(36,40,37)
#1E231F
(30,35,31)
#181E19
(24,30,25)
#121913
(18,25,19)
#0C140D
(12,20,13)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #424143

#424143
(66,65,67)
#535254
(83,82,84)
#646365
(100,99,101)
#757476
(117,116,118)
#868587
(134,133,135)
#979698
(151,150,152)
#A8A7A9
(168,167,169)
#B9B8BA
(185,184,186)
#CAC9CB
(202,201,203)
#DBDADC
(219,218,220)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424143; }

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

This text font color is #424143.

Background Color

.myBgColor { background-color: #424143; }

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

This div background color is #424143.

Border color

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

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

This div border color is #424143.

Opacity

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

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

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

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

This text has shadow with #424143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424143.

Preview

Color preview on black background

This text has color #424143 on black background.


Color preview on white background

This text has color #424143 on white background.


Black color preview on #424143 background

This text has black color on #424143 background.


White color preview on #424143 background

This text has white color on #424143 background.


Related colors

Complementary color

Complementary color for #hex is #BDBEBC.


I love getcolorcode.com

Triadic colors

1 #434241 and #414342 with #424143 are triadic colors.

2 #434142 and #414243 with #424143 are triadic colors.