COLOR #424F68

HEX: #424F68
RGB: (66,79,104)

Color info

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

RGB color model

#424F68 color RGB value is (66,79,104).

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

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 104 of 255 = 41%

66
79
104

R + G + B ~ 33%. #424F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 104 = 249 (100%)
R 66 of 249 ~ 26.51%
G 79 of 249 ~ 31.73%
B 104 of 249 ~ 41.77%

%26.51
%31.73
%41.77

CMYK color model

#424F68 color CMYK value is (37,24,0,59).

  • cyan value is 36.54%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(37,24,0,59)
C37M24Y0K59 
(37%,24%,0%,59%)
(0.37/0.24/0.00/0.59)	

CMYK percentages

%36.54
%24.04
%0
%59.22

Codes

Color #424F68 in popluar color models

424F68
RGB6679104
HSL219°22.35%33.33%
HSB/HSV219°36.54%40.78%
CMYK36.54%24.04%0.00%
59.22%

Color #424F68 in popluar number systems.

HEX424F68
Decimal6679104
Binary100001010011111101000
Octal102117150

Shades and tints

Shades of #424F68

#424F68
(66,79,104)
#3C485F
(60,72,95)
#364156
(54,65,86)
#303A4D
(48,58,77)
#2A3344
(42,51,68)
#242C3B
(36,44,59)
#1E2532
(30,37,50)
#181E29
(24,30,41)
#121720
(18,23,32)
#0C1017
(12,16,23)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #424F68

#424F68
(66,79,104)
#535F75
(83,95,117)
#646F82
(100,111,130)
#757F8F
(117,127,143)
#868F9C
(134,143,156)
#979FA9
(151,159,169)
#A8AFB6
(168,175,182)
#B9BFC3
(185,191,195)
#CACFD0
(202,207,208)
#DBDFDD
(219,223,221)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F68; }

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

This text font color is #424F68.


Background Color

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

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

This div background color is #424F68.


Border color

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

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

This div border color is #424F68.


Opacity

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

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

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

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

This text has shadow with #424F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F68 on black background.


Color preview on white background

This text has color #424F68 on white background.



Black color preview on #424F68 background

This text has black color on #424F68 background.


White color preview on #424F68 background

This text has white color on #424F68 background.