COLOR #424F57

HEX: #424F57
RGB: (66,79,87)

Color info

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

RGB color model

#424F57 color RGB value is (66,79,87).

  • red value is 66;
  • green value is 79;
  • blue value is 87.
RGB:
(66,79,87)
(26%,31%,34%)

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 87 of 255 = 34%

66
79
87

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

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 87 = 232 (100%)
R 66 of 232 ~ 28.45%
G 79 of 232 ~ 34.05%
B 87 of 232 ~ 37.5%

%28.45
%34.05
%37.5

CMYK color model

#424F57 color CMYK value is (24,9,0,66).

  • cyan value is 24.14%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(24,9,0,66)
C24M9Y0K66 
(24%,9%,0%,66%)
(0.24/0.09/0.00/0.66)	

CMYK percentages

%24.14
%9.2
%0
%65.88

Codes

Color #424F57 in popluar color models

424F57
RGB667987
HSL203°13.73%30.00%
HSB/HSV203°24.14%34.12%
CMYK24.14%9.20%0.00%
65.88%

Color #424F57 in popluar number systems.

HEX424F57
Decimal667987
Binary100001010011111010111
Octal102117127

Shades and tints

Shades of #424F57

#424F57
(66,79,87)
#3C4850
(60,72,80)
#364149
(54,65,73)
#303A42
(48,58,66)
#2A333B
(42,51,59)
#242C34
(36,44,52)
#1E252D
(30,37,45)
#181E26
(24,30,38)
#12171F
(18,23,31)
#0C1018
(12,16,24)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #424F57

#424F57
(66,79,87)
#535F66
(83,95,102)
#646F75
(100,111,117)
#757F84
(117,127,132)
#868F93
(134,143,147)
#979FA2
(151,159,162)
#A8AFB1
(168,175,177)
#B9BFC0
(185,191,192)
#CACFCF
(202,207,207)
#DBDFDE
(219,223,222)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424F57 color. Also use rgb(66,79,87) instead hex code.

Text Font Color

.myTextColor { color: #424F57; }

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

This text font color is #424F57.


Background Color

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

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

This div background color is #424F57.


Border color

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

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

This div border color is #424F57.


Opacity

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

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

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

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

This text has shadow with #424F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F57 on black background.


Color preview on white background

This text has color #424F57 on white background.



Black color preview on #424F57 background

This text has black color on #424F57 background.


White color preview on #424F57 background

This text has white color on #424F57 background.