COLOR #424E4F

HEX: #424E4F RGB: (66,78,79)

Color info

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

RGB color model

#424E4F color RGB value is (66,78,79).

RGB: (66,78,79) (26%, 31%, 31%)

RGB channels and saturation

R 66 of 255 = 26%
G 78 of 255 = 31%
B 79 of 255 = 31%

66
78
79

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

Portions of RGB colors in percentages

R + G + B = 66 + 78 + 79 = 223 (100%)
R 66 of 223 ~ 29.6%
G 78 of 223 ~ 34.98%
B 79 of 223 ~ 35.43'%

%29.6
%34.98
%35.43

CMYK color model

#424E4F color CMYK value is (16,1,0,69).

  • cyan value is 16.46%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (16,1,0,69)
C16M1Y0K69 (16%, 1%, 0%, 69%)
(0.16 / 0.01 / 0.00 / 0.69)

CMYK percentages

%16.46
%1.27
%0
%69.02

Codes

Color #424E4F in popluar color models

42 4E 4F
RGB 66 78 79
HSL 185° 8.97% 28.43%
HSB/HSV 185° 16.46% 30.98%
CMYK 16.46% 1.27% 0.00%
69.02%

Color #424E4F in popluar number systems.

HEX 42 4E 4F
Decimal 66 78 79
Binary 1000010 1001110 1001111
Octal 102 116 117

Shades and tints

Shades of #424E4F

#424E4F
(66,78,79)
#3C4748
(60,71,72)
#364041
(54,64,65)
#30393A
(48,57,58)
#2A3233
(42,50,51)
#242B2C
(36,43,44)
#1E2425
(30,36,37)
#181D1E
(24,29,30)
#121617
(18,22,23)
#0C0F10
(12,15,16)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #424E4F

#424E4F
(66,78,79)
#535E5F
(83,94,95)
#646E6F
(100,110,111)
#757E7F
(117,126,127)
#868E8F
(134,142,143)
#979E9F
(151,158,159)
#A8AEAF
(168,174,175)
#B9BEBF
(185,190,191)
#CACECF
(202,206,207)
#DBDEDF
(219,222,223)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424E4F; }

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

This text font color is #424E4F.

Background Color

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

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

This div background color is #424E4F.

Border color

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

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

This div border color is #424E4F.

Opacity

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

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

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

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

This text has shadow with #424E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424E4F.

Preview

Color preview on black background

This text has color #424E4F on black background.


Color preview on white background

This text has color #424E4F on white background.


Black color preview on #424E4F background

This text has black color on #424E4F background.


White color preview on #424E4F background

This text has white color on #424E4F background.


Related colors

Complementary color

Complementary color for #hex is #BDB1B0.


I love getcolorcode.com

Triadic colors

1 #4F424E and #4E4F42 with #424E4F are triadic colors.

2 #4F4E42 and #4E424F with #424E4F are triadic colors.