COLOR #424344

HEX: #424344 RGB: (66,67,68)

Color info

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

RGB color model

#424344 color RGB value is (66,67,68).

RGB: (66,67,68) (26%, 26%, 27%)

RGB channels and saturation

R 66 of 255 = 26%
G 67 of 255 = 26%
B 68 of 255 = 27%

66
67
68

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

Portions of RGB colors in percentages

R + G + B = 66 + 67 + 68 = 201 (100%)
R 66 of 201 ~ 32.84%
G 67 of 201 ~ 33.33%
B 68 of 201 ~ 33.83'%

%32.84
%33.33
%33.83

CMYK color model

#424344 color CMYK value is (3,1,0,73).

  • cyan value is 2.94%
  • magenta value is 1.47%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (3,1,0,73)
C3M1Y0K73 (3%, 1%, 0%, 73%)
(0.03 / 0.01 / 0.00 / 0.73)

CMYK percentages

%2.94
%1.47
%0
%73.33

Codes

Color #424344 in popluar color models

42 43 44
RGB 66 67 68
HSL 210° 1.49% 26.27%
HSB/HSV 210° 2.94% 26.67%
CMYK 2.94% 1.47% 0.00%
73.33%

Color #424344 in popluar number systems.

HEX 42 43 44
Decimal 66 67 68
Binary 1000010 1000011 1000100
Octal 102 103 104

Shades and tints

Shades of #424344

#424344
(66,67,68)
#3C3D3E
(60,61,62)
#363738
(54,55,56)
#303132
(48,49,50)
#2A2B2C
(42,43,44)
#242526
(36,37,38)
#1E1F20
(30,31,32)
#18191A
(24,25,26)
#121314
(18,19,20)
#0C0D0E
(12,13,14)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #424344

#424344
(66,67,68)
#535455
(83,84,85)
#646566
(100,101,102)
#757677
(117,118,119)
#868788
(134,135,136)
#979899
(151,152,153)
#A8A9AA
(168,169,170)
#B9BABB
(185,186,187)
#CACBCC
(202,203,204)
#DBDCDD
(219,220,221)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424344; }

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

This text font color is #424344.

Background Color

.myBgColor { background-color: #424344; }

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

This div background color is #424344.

Border color

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

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

This div border color is #424344.

Opacity

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

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

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

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

This text has shadow with #424344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424344.

Preview

Color preview on black background

This text has color #424344 on black background.


Color preview on white background

This text has color #424344 on white background.


Black color preview on #424344 background

This text has black color on #424344 background.


White color preview on #424344 background

This text has white color on #424344 background.


Related colors

Complementary color

Complementary color for #hex is #BDBCBB.


I love getcolorcode.com

Triadic colors

1 #444243 and #434442 with #424344 are triadic colors.

2 #444342 and #434244 with #424344 are triadic colors.