COLOR #424B4F

HEX: #424B4F
RGB: (66,75,79)

Color info

#424B4F contains red, green and blue colors in about the same proportion. Web safe color of #424B4F is #333366 (or #336).

RGB color model

#424B4F color RGB value is (66,75,79).

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

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 79 of 255 = 31%

66
75
79

R + G + B ~ 29%. #424B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 79 = 220 (100%)
R 66 of 220 ~ 30%
G 75 of 220 ~ 34.09%
B 79 of 220 ~ 35.91%

%30
%34.09
%35.91

CMYK color model

#424B4F color CMYK value is (16,5,0,69).

  • cyan value is 16.46%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(16,5,0,69)
C16M5Y0K69 
(16%,5%,0%,69%)
(0.16/0.05/0.00/0.69)	

CMYK percentages

%16.46
%5.06
%0
%69.02

Codes

Color #424B4F in popluar color models

424B4F
RGB667579
HSL198°8.97%28.43%
HSB/HSV198°16.46%30.98%
CMYK16.46%5.06%0.00%
69.02%

Color #424B4F in popluar number systems.

HEX424B4F
Decimal667579
Binary100001010010111001111
Octal102113117

Shades and tints

Shades of #424B4F

#424B4F
(66,75,79)
#3C4548
(60,69,72)
#363F41
(54,63,65)
#30393A
(48,57,58)
#2A3333
(42,51,51)
#242D2C
(36,45,44)
#1E2725
(30,39,37)
#18211E
(24,33,30)
#121B17
(18,27,23)
#0C1510
(12,21,16)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #424B4F

#424B4F
(66,75,79)
#535B5F
(83,91,95)
#646B6F
(100,107,111)
#757B7F
(117,123,127)
#868B8F
(134,139,143)
#979B9F
(151,155,159)
#A8ABAF
(168,171,175)
#B9BBBF
(185,187,191)
#CACBCF
(202,203,207)
#DBDBDF
(219,219,223)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B4F; }

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

This text font color is #424B4F.


Background Color

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

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

This div background color is #424B4F.


Border color

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

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

This div border color is #424B4F.


Opacity

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

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

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

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

This text has shadow with #424B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B4F on black background.


Color preview on white background

This text has color #424B4F on white background.



Black color preview on #424B4F background

This text has black color on #424B4F background.


White color preview on #424B4F background

This text has white color on #424B4F background.