COLOR #424F51

HEX: #424F51
RGB: (66,79,81)

Color info

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

RGB color model

#424F51 color RGB value is (66,79,81).

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

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 81 of 255 = 32%

66
79
81

R + G + B ~ 30%. #424F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 81 = 226 (100%)
R 66 of 226 ~ 29.2%
G 79 of 226 ~ 34.96%
B 81 of 226 ~ 35.84%

%29.2
%34.96
%35.84

CMYK color model

#424F51 color CMYK value is (19,2,0,68).

  • cyan value is 18.52%
  • magenta value is 2.47%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(19,2,0,68)
C19M2Y0K68 
(19%,2%,0%,68%)
(0.19/0.02/0.00/0.68)	

CMYK percentages

%18.52
%2.47
%0
%68.24

Codes

Color #424F51 in popluar color models

424F51
RGB667981
HSL188°10.20%28.82%
HSB/HSV188°18.52%31.76%
CMYK18.52%2.47%0.00%
68.24%

Color #424F51 in popluar number systems.

HEX424F51
Decimal667981
Binary100001010011111010001
Octal102117121

Shades and tints

Shades of #424F51

#424F51
(66,79,81)
#3C484A
(60,72,74)
#364143
(54,65,67)
#303A3C
(48,58,60)
#2A3335
(42,51,53)
#242C2E
(36,44,46)
#1E2527
(30,37,39)
#181E20
(24,30,32)
#121719
(18,23,25)
#0C1012
(12,16,18)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #424F51

#424F51
(66,79,81)
#535F60
(83,95,96)
#646F6F
(100,111,111)
#757F7E
(117,127,126)
#868F8D
(134,143,141)
#979F9C
(151,159,156)
#A8AFAB
(168,175,171)
#B9BFBA
(185,191,186)
#CACFC9
(202,207,201)
#DBDFD8
(219,223,216)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F51; }

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

This text font color is #424F51.


Background Color

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

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

This div background color is #424F51.


Border color

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

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

This div border color is #424F51.


Opacity

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

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

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

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

This text has shadow with #424F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F51 on black background.


Color preview on white background

This text has color #424F51 on white background.



Black color preview on #424F51 background

This text has black color on #424F51 background.


White color preview on #424F51 background

This text has white color on #424F51 background.