COLOR #424E5F

HEX: #424E5F
RGB: (66,78,95)

Color info

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

RGB color model

#424E5F color RGB value is (66,78,95).

  • red value is 66;
  • green value is 78;
  • blue value is 95.
RGB:
(66,78,95)
(26%,31%,37%)

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 95 of 255 = 37%

66
78
95

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

Portions of RGB colors in percentages

R + G + B =
66 + 78 + 95 = 239 (100%)
R 66 of 239 ~ 27.62%
G 78 of 239 ~ 32.64%
B 95 of 239 ~ 39.75%

%27.62
%32.64
%39.75

CMYK color model

#424E5F color CMYK value is (31,18,0,63).

  • cyan value is 30.53%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(31,18,0,63)
C31M18Y0K63 
(31%,18%,0%,63%)
(0.31/0.18/0.00/0.63)	

CMYK percentages

%30.53
%17.89
%0
%62.75

Codes

Color #424E5F in popluar color models

424E5F
RGB667895
HSL215°18.01%31.57%
HSB/HSV215°30.53%37.25%
CMYK30.53%17.89%0.00%
62.75%

Color #424E5F in popluar number systems.

HEX424E5F
Decimal667895
Binary100001010011101011111
Octal102116137

Shades and tints

Shades of #424E5F

#424E5F
(66,78,95)
#3C4757
(60,71,87)
#36404F
(54,64,79)
#303947
(48,57,71)
#2A323F
(42,50,63)
#242B37
(36,43,55)
#1E242F
(30,36,47)
#181D27
(24,29,39)
#12161F
(18,22,31)
#0C0F17
(12,15,23)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #424E5F

#424E5F
(66,78,95)
#535E6D
(83,94,109)
#646E7B
(100,110,123)
#757E89
(117,126,137)
#868E97
(134,142,151)
#979EA5
(151,158,165)
#A8AEB3
(168,174,179)
#B9BEC1
(185,190,193)
#CACECF
(202,206,207)
#DBDEDD
(219,222,221)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424E5F; }

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

This text font color is #424E5F.


Background Color

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

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

This div background color is #424E5F.


Border color

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

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

This div border color is #424E5F.


Opacity

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

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

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

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

This text has shadow with #424E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424E5F on black background.


Color preview on white background

This text has color #424E5F on white background.



Black color preview on #424E5F background

This text has black color on #424E5F background.


White color preview on #424E5F background

This text has white color on #424E5F background.