COLOR #424F6B

HEX: #424F6B
RGB: (66,79,107)

Color info

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

RGB color model

#424F6B color RGB value is (66,79,107).

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

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 107 of 255 = 42%

66
79
107

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

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 107 = 252 (100%)
R 66 of 252 ~ 26.19%
G 79 of 252 ~ 31.35%
B 107 of 252 ~ 42.46%

%26.19
%31.35
%42.46

CMYK color model

#424F6B color CMYK value is (38,26,0,58).

  • cyan value is 38.32%
  • magenta value is 26.17%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(38,26,0,58)
C38M26Y0K58 
(38%,26%,0%,58%)
(0.38/0.26/0.00/0.58)	

CMYK percentages

%38.32
%26.17
%0
%58.04

Codes

Color #424F6B in popluar color models

424F6B
RGB6679107
HSL221°23.70%33.92%
HSB/HSV221°38.32%41.96%
CMYK38.32%26.17%0.00%
58.04%

Color #424F6B in popluar number systems.

HEX424F6B
Decimal6679107
Binary100001010011111101011
Octal102117153

Shades and tints

Shades of #424F6B

#424F6B
(66,79,107)
#3C4862
(60,72,98)
#364159
(54,65,89)
#303A50
(48,58,80)
#2A3347
(42,51,71)
#242C3E
(36,44,62)
#1E2535
(30,37,53)
#181E2C
(24,30,44)
#121723
(18,23,35)
#0C101A
(12,16,26)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #424F6B

#424F6B
(66,79,107)
#535F78
(83,95,120)
#646F85
(100,111,133)
#757F92
(117,127,146)
#868F9F
(134,143,159)
#979FAC
(151,159,172)
#A8AFB9
(168,175,185)
#B9BFC6
(185,191,198)
#CACFD3
(202,207,211)
#DBDFE0
(219,223,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F6B; }

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

This text font color is #424F6B.


Background Color

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

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

This div background color is #424F6B.


Border color

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

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

This div border color is #424F6B.


Opacity

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

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

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

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

This text has shadow with #424F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F6B on black background.


Color preview on white background

This text has color #424F6B on white background.



Black color preview on #424F6B background

This text has black color on #424F6B background.


White color preview on #424F6B background

This text has white color on #424F6B background.