COLOR #424A3D

HEX: #424A3D RGB: (66,74,61)

Color info

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

RGB color model

#424A3D color RGB value is (66,74,61).

RGB: (66,74,61) (26%, 29%, 24%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 61 of 255 = 24%

66
74
61

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

Portions of RGB colors in percentages

R + G + B = 66 + 74 + 61 = 201 (100%)
R 66 of 201 ~ 32.84%
G 74 of 201 ~ 36.82%
B 61 of 201 ~ 30.35'%

%32.84
%36.82
%30.35

CMYK color model

#424A3D color CMYK value is (11,0,18,71).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 70.98%

CMYK: (11,0,18,71)
C11M0Y18K71 (11%, 0%, 18%, 71%)
(0.11 / 0.00 / 0.18 / 0.71)

CMYK percentages

%10.81
%0
%17.57
%70.98

Codes

Color #424A3D in popluar color models

42 4A 3D
RGB 66 74 61
HSL 97° 9.63% 26.47%
HSB/HSV 97° 17.57% 29.02%
CMYK 10.81% 0.00% 17.57%
70.98%

Color #424A3D in popluar number systems.

HEX 42 4A 3D
Decimal 66 74 61
Binary 1000010 1001010 111101
Octal 102 112 75

Shades and tints

Shades of #424A3D

#424A3D
(66,74,61)
#3C4438
(60,68,56)
#363E33
(54,62,51)
#30382E
(48,56,46)
#2A3229
(42,50,41)
#242C24
(36,44,36)
#1E261F
(30,38,31)
#18201A
(24,32,26)
#121A15
(18,26,21)
#0C1410
(12,20,16)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #424A3D

#424A3D
(66,74,61)
#535A4E
(83,90,78)
#646A5F
(100,106,95)
#757A70
(117,122,112)
#868A81
(134,138,129)
#979A92
(151,154,146)
#A8AAA3
(168,170,163)
#B9BAB4
(185,186,180)
#CACAC5
(202,202,197)
#DBDAD6
(219,218,214)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424A3D color. Also use rgb(66,74,61) instead hex code.

Text Font Color

.myTextColor { color: #424A3D; }

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

This text font color is #424A3D.

Background Color

.myBgColor { background-color: #424A3D; }

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

This div background color is #424A3D.

Border color

.myBorderColor { border: 1px solid #424A3D; }

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

This div border color is #424A3D.

Opacity

.myOpacity80 { color: #424A3D; opacity: 0.8; }

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

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

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

This text has shadow with #424A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424A3D.

Preview

Color preview on black background

This text has color #424A3D on black background.


Color preview on white background

This text has color #424A3D on white background.


Black color preview on #424A3D background

This text has black color on #424A3D background.


White color preview on #424A3D background

This text has white color on #424A3D background.


Related colors

Complementary color

Complementary color for #hex is #BDB5C2.


I love getcolorcode.com

Triadic colors

1 #3D424A and #4A3D42 with #424A3D are triadic colors.

2 #3D4A42 and #4A423D with #424A3D are triadic colors.