COLOR #424F5B

HEX: #424F5B
RGB: (66,79,91)

Color info

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

RGB color model

#424F5B color RGB value is (66,79,91).

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

RGB channels and saturation

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

66
79
91

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

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 91 = 236 (100%)
R 66 of 236 ~ 27.97%
G 79 of 236 ~ 33.47%
B 91 of 236 ~ 38.56%

%27.97
%33.47
%38.56

CMYK color model

#424F5B color CMYK value is (27,13,0,64).

  • cyan value is 27.47%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(27,13,0,64)
C27M13Y0K64 
(27%,13%,0%,64%)
(0.27/0.13/0.00/0.64)	

CMYK percentages

%27.47
%13.19
%0
%64.31

Codes

Color #424F5B in popluar color models

424F5B
RGB667991
HSL209°15.92%30.78%
HSB/HSV209°27.47%35.69%
CMYK27.47%13.19%0.00%
64.31%

Color #424F5B in popluar number systems.

HEX424F5B
Decimal667991
Binary100001010011111011011
Octal102117133

Shades and tints

Shades of #424F5B

#424F5B
(66,79,91)
#3C4853
(60,72,83)
#36414B
(54,65,75)
#303A43
(48,58,67)
#2A333B
(42,51,59)
#242C33
(36,44,51)
#1E252B
(30,37,43)
#181E23
(24,30,35)
#12171B
(18,23,27)
#0C1013
(12,16,19)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #424F5B

#424F5B
(66,79,91)
#535F69
(83,95,105)
#646F77
(100,111,119)
#757F85
(117,127,133)
#868F93
(134,143,147)
#979FA1
(151,159,161)
#A8AFAF
(168,175,175)
#B9BFBD
(185,191,189)
#CACFCB
(202,207,203)
#DBDFD9
(219,223,217)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F5B; }

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

This text font color is #424F5B.


Background Color

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

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

This div background color is #424F5B.


Border color

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

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

This div border color is #424F5B.


Opacity

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

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

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

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

This text has shadow with #424F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424F5B on black background.


Color preview on white background

This text has color #424F5B on white background.



Black color preview on #424F5B background

This text has black color on #424F5B background.


White color preview on #424F5B background

This text has white color on #424F5B background.