COLOR #424E5D

HEX: #424E5D RGB: (66,78,93)

Color info

#424E5D contains red, green and blue colors in about the same proportion. Web safe color of #424E5D is #336666 (or #366).

RGB color model

#424E5D color RGB value is (66,78,93).

RGB: (66,78,93) (26%, 31%, 36%)

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 93 of 255 = 36%

66
78
93

R + G + B ~ 31%. #424E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 78 + 93 = 237 (100%)
R 66 of 237 ~ 27.85%
G 78 of 237 ~ 32.91%
B 93 of 237 ~ 39.24'%

%27.85
%32.91
%39.24

CMYK color model

#424E5D color CMYK value is (29,16,0,64).

  • cyan value is 29.03%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (29,16,0,64) C29M16Y0K64 (29%,16%,0%,64%) (0.29/0.16/0.00/0.64) 

CMYK percentages

%29.03
%16.13
%0
%63.53

Codes

Color #424E5D in popluar color models

42 4E 5D
RGB 66 78 93
HSL 213° 16.98% 31.18%
HSB/HSV 213° 29.03% 36.47%
CMYK 29.03% 16.13% 0.00%
63.53%

Color #424E5D in popluar number systems.

HEX 42 4E 5D
Decimal 66 78 93
Binary 1000010 1001110 1011101
Octal 102 116 135

Shades and tints

Shades of #424E5D

#424E5D
(66,78,93)
#3C4755
(60,71,85)
#36404D
(54,64,77)
#303945
(48,57,69)
#2A323D
(42,50,61)
#242B35
(36,43,53)
#1E242D
(30,36,45)
#181D25
(24,29,37)
#12161D
(18,22,29)
#0C0F15
(12,15,21)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #424E5D

#424E5D
(66,78,93)
#535E6B
(83,94,107)
#646E79
(100,110,121)
#757E87
(117,126,135)
#868E95
(134,142,149)
#979EA3
(151,158,163)
#A8AEB1
(168,174,177)
#B9BEBF
(185,190,191)
#CACECD
(202,206,205)
#DBDEDB
(219,222,219)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424E5D color. Also use rgb(66,78,93) instead hex code.

Text Font Color

.myTextColor { color: #424E5D; }

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

This text font color is #424E5D.

Background Color

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

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

This div background color is #424E5D.

Border color

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

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

This div border color is #424E5D.

Opacity

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

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

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

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

This text has shadow with #424E5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424E5D.

Preview

Color preview on black background

This text has color #424E5D on black background.


Color preview on white background

This text has color #424E5D on white background.


Black color preview on #424E5D background

This text has black color on #424E5D background.


White color preview on #424E5D background

This text has white color on #424E5D background.


Related colors

Complementary color

Complementary color for #hex is #BDB1A2.


I love getcolorcode.com

Triadic colors

1 #5D424E and #4E5D42 with #424E5D are triadic colors.

2 #5D4E42 and #4E425D with #424E5D are triadic colors.