COLOR #424F5A

HEX: #424F5A
RGB: (66,79,90)

Color info

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

RGB color model

#424F5A color RGB value is (66,79,90).

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

RGB channels and saturation

R 66 of 255 = 26%
G 79 of 255 = 31%
B 90 of 255 = 35%

66
79
90

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

Portions of RGB colors in percentages

R + G + B =
66 + 79 + 90 = 235 (100%)
R 66 of 235 ~ 28.09%
G 79 of 235 ~ 33.62%
B 90 of 235 ~ 38.3%

%28.09
%33.62
%38.3

CMYK color model

#424F5A color CMYK value is (27,12,0,65).

  • cyan value is 26.67%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (27,12,0,65) C27M12Y0K65 (27%,12%,0%,65%) (0.27/0.12/0.00/0.65)

CMYK percentages

%26.67
%12.22
%0
%64.71

Codes

Color #424F5A in popluar color models

424F5A
RGB667990
HSL208°15.38%30.59%
HSB/HSV208°26.67%35.29%
CMYK26.67%12.22%0.00%
64.71%

Color #424F5A in popluar number systems.

HEX424F5A
Decimal667990
Binary100001010011111011010
Octal102117132

Shades and tints

Shades of #424F5A

#424F5A
(66,79,90)
#3C4852
(60,72,82)
#36414A
(54,65,74)
#303A42
(48,58,66)
#2A333A
(42,51,58)
#242C32
(36,44,50)
#1E252A
(30,37,42)
#181E22
(24,30,34)
#12171A
(18,23,26)
#0C1012
(12,16,18)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #424F5A

#424F5A
(66,79,90)
#535F69
(83,95,105)
#646F78
(100,111,120)
#757F87
(117,127,135)
#868F96
(134,143,150)
#979FA5
(151,159,165)
#A8AFB4
(168,175,180)
#B9BFC3
(185,191,195)
#CACFD2
(202,207,210)
#DBDFE1
(219,223,225)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424F5A; }

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

This text font color is #424F5A.


Background Color

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

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

This div background color is #424F5A.


Border color

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

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

This div border color is #424F5A.


Opacity

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

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

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

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

This text has shadow with #424F5A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #424F5A on black background.


Color preview on white background

This text has color #424F5A on white background.



Black color preview on #424F5A background

This text has black color on #424F5A background.


White color preview on #424F5A background

This text has white color on #424F5A background.