COLOR #424F5D

HEX: #424F5D
RGB: (66,79,93)

Color info

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

RGB color model

#424F5D color RGB value is (66,79,93).

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

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 93 of 255 = 36%

66
79
93

R + G + B ~ 31%. #424F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 93 = 238 (100%)
R 66 of 238 ~ 27.73%
G 79 of 238 ~ 33.19%
B 93 of 238 ~ 39.08%

%27.73
%33.19
%39.08

CMYK color model

#424F5D color CMYK value is (29,15,0,64).

  • cyan value is 29.03%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(29,15,0,64)
C29M15Y0K64 
(29%,15%,0%,64%)
(0.29/0.15/0.00/0.64)	

CMYK percentages

%29.03
%15.05
%0
%63.53

Codes

Color #424F5D in popluar color models

424F5D
RGB667993
HSL211°16.98%31.18%
HSB/HSV211°29.03%36.47%
CMYK29.03%15.05%0.00%
63.53%

Color #424F5D in popluar number systems.

HEX424F5D
Decimal667993
Binary100001010011111011101
Octal102117135

Shades and tints

Shades of #424F5D

#424F5D
(66,79,93)
#3C4855
(60,72,85)
#36414D
(54,65,77)
#303A45
(48,58,69)
#2A333D
(42,51,61)
#242C35
(36,44,53)
#1E252D
(30,37,45)
#181E25
(24,30,37)
#12171D
(18,23,29)
#0C1015
(12,16,21)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #424F5D

#424F5D
(66,79,93)
#535F6B
(83,95,107)
#646F79
(100,111,121)
#757F87
(117,127,135)
#868F95
(134,143,149)
#979FA3
(151,159,163)
#A8AFB1
(168,175,177)
#B9BFBF
(185,191,191)
#CACFCD
(202,207,205)
#DBDFDB
(219,223,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F5D; }

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

This text font color is #424F5D.


Background Color

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

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

This div background color is #424F5D.


Border color

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

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

This div border color is #424F5D.


Opacity

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

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

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

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

This text has shadow with #424F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F5D on black background.


Color preview on white background

This text has color #424F5D on white background.



Black color preview on #424F5D background

This text has black color on #424F5D background.


White color preview on #424F5D background

This text has white color on #424F5D background.