COLOR #424D5A

HEX: #424D5A
RGB: (66,77,90)

Color info

#424D5A contains red, green and blue colors in about the same proportion. Web safe color of #424D5A is #333366 (or #336).

RGB color model

#424D5A color RGB value is (66,77,90).

  • red value is 66;
  • green value is 77;
  • blue value is 90.
RGB:
(66,77,90)
(26%,30%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 77 of 255 = 30%
B 90 of 255 = 35%

66
77
90

R + G + B ~ 30%. #424D5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 77 + 90 = 233 (100%)
R 66 of 233 ~ 28.33%
G 77 of 233 ~ 33.05%
B 90 of 233 ~ 38.63%

%28.33
%33.05
%38.63

CMYK color model

#424D5A color CMYK value is (27,14,0,65).

  • cyan value is 26.67%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(27,14,0,65)
C27M14Y0K65 
(27%,14%,0%,65%)
(0.27/0.14/0.00/0.65)	

CMYK percentages

%26.67
%14.44
%0
%64.71

Codes

Color #424D5A in popluar color models

424D5A
RGB667790
HSL213°15.38%30.59%
HSB/HSV213°26.67%35.29%
CMYK26.67%14.44%0.00%
64.71%

Color #424D5A in popluar number systems.

HEX424D5A
Decimal667790
Binary100001010011011011010
Octal102115132

Shades and tints

Shades of #424D5A

#424D5A
(66,77,90)
#3C4652
(60,70,82)
#363F4A
(54,63,74)
#303842
(48,56,66)
#2A313A
(42,49,58)
#242A32
(36,42,50)
#1E232A
(30,35,42)
#181C22
(24,28,34)
#12151A
(18,21,26)
#0C0E12
(12,14,18)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #424D5A

#424D5A
(66,77,90)
#535D69
(83,93,105)
#646D78
(100,109,120)
#757D87
(117,125,135)
#868D96
(134,141,150)
#979DA5
(151,157,165)
#A8ADB4
(168,173,180)
#B9BDC3
(185,189,195)
#CACDD2
(202,205,210)
#DBDDE1
(219,221,225)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424D5A color. Also use rgb(66,77,90) instead hex code.

Text Font Color

.myTextColor { color: #424D5A; }

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

This text font color is #424D5A.


Background Color

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

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

This div background color is #424D5A.


Border color

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

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

This div border color is #424D5A.


Opacity

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

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

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

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

This text has shadow with #424D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424D5A on black background.


Color preview on white background

This text has color #424D5A on white background.



Black color preview on #424D5A background

This text has black color on #424D5A background.


White color preview on #424D5A background

This text has white color on #424D5A background.