COLOR #424F6E

HEX: #424F6E
RGB: (66,79,110)

Color info

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

RGB color model

#424F6E color RGB value is (66,79,110).

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

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 110 of 255 = 43%

66
79
110

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

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 110 = 255 (100%)
R 66 of 255 ~ 25.88%
G 79 of 255 ~ 30.98%
B 110 of 255 ~ 43.14%

%25.88
%30.98
%43.14

CMYK color model

#424F6E color CMYK value is (40,28,0,57).

  • cyan value is 40.00%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(40,28,0,57)
C40M28Y0K57 
(40%,28%,0%,57%)
(0.40/0.28/0.00/0.57)	

CMYK percentages

%40
%28.18
%0
%56.86

Codes

Color #424F6E in popluar color models

424F6E
RGB6679110
HSL222°25.00%34.51%
HSB/HSV222°40.00%43.14%
CMYK40.00%28.18%0.00%
56.86%

Color #424F6E in popluar number systems.

HEX424F6E
Decimal6679110
Binary100001010011111101110
Octal102117156

Shades and tints

Shades of #424F6E

#424F6E
(66,79,110)
#3C4864
(60,72,100)
#36415A
(54,65,90)
#303A50
(48,58,80)
#2A3346
(42,51,70)
#242C3C
(36,44,60)
#1E2532
(30,37,50)
#181E28
(24,30,40)
#12171E
(18,23,30)
#0C1014
(12,16,20)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #424F6E

#424F6E
(66,79,110)
#535F7B
(83,95,123)
#646F88
(100,111,136)
#757F95
(117,127,149)
#868FA2
(134,143,162)
#979FAF
(151,159,175)
#A8AFBC
(168,175,188)
#B9BFC9
(185,191,201)
#CACFD6
(202,207,214)
#DBDFE3
(219,223,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F6E; }

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

This text font color is #424F6E.


Background Color

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

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

This div background color is #424F6E.


Border color

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

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

This div border color is #424F6E.


Opacity

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

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

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

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

This text has shadow with #424F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F6E on black background.


Color preview on white background

This text has color #424F6E on white background.



Black color preview on #424F6E background

This text has black color on #424F6E background.


White color preview on #424F6E background

This text has white color on #424F6E background.