COLOR #424F66

HEX: #424F66
RGB: (66,79,102)

Color info

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

RGB color model

#424F66 color RGB value is (66,79,102).

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

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 102 of 255 = 40%

66
79
102

R + G + B ~ 32%. #424F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 102 = 247 (100%)
R 66 of 247 ~ 26.72%
G 79 of 247 ~ 31.98%
B 102 of 247 ~ 41.3%

%26.72
%31.98
%41.3

CMYK color model

#424F66 color CMYK value is (35,23,0,60).

  • cyan value is 35.29%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(35,23,0,60)
C35M23Y0K60 
(35%,23%,0%,60%)
(0.35/0.23/0.00/0.60)	

CMYK percentages

%35.29
%22.55
%0
%60

Codes

Color #424F66 in popluar color models

424F66
RGB6679102
HSL218°21.43%32.94%
HSB/HSV218°35.29%40.00%
CMYK35.29%22.55%0.00%
60.00%

Color #424F66 in popluar number systems.

HEX424F66
Decimal6679102
Binary100001010011111100110
Octal102117146

Shades and tints

Shades of #424F66

#424F66
(66,79,102)
#3C485D
(60,72,93)
#364154
(54,65,84)
#303A4B
(48,58,75)
#2A3342
(42,51,66)
#242C39
(36,44,57)
#1E2530
(30,37,48)
#181E27
(24,30,39)
#12171E
(18,23,30)
#0C1015
(12,16,21)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #424F66

#424F66
(66,79,102)
#535F73
(83,95,115)
#646F80
(100,111,128)
#757F8D
(117,127,141)
#868F9A
(134,143,154)
#979FA7
(151,159,167)
#A8AFB4
(168,175,180)
#B9BFC1
(185,191,193)
#CACFCE
(202,207,206)
#DBDFDB
(219,223,219)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F66; }

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

This text font color is #424F66.


Background Color

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

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

This div background color is #424F66.


Border color

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

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

This div border color is #424F66.


Opacity

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

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

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

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

This text has shadow with #424F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F66 on black background.


Color preview on white background

This text has color #424F66 on white background.



Black color preview on #424F66 background

This text has black color on #424F66 background.


White color preview on #424F66 background

This text has white color on #424F66 background.