COLOR #424B54

HEX: #424B54
RGB: (66,75,84)

Color info

#424B54 contains red, green and blue colors in about the same proportion. Web safe color of #424B54 is #333366 (or #336).

RGB color model

#424B54 color RGB value is (66,75,84).

  • red value is 66;
  • green value is 75;
  • blue value is 84.
RGB:
(66,75,84)
(26%,29%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 84 of 255 = 33%

66
75
84

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

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 84 = 225 (100%)
R 66 of 225 ~ 29.33%
G 75 of 225 ~ 33.33%
B 84 of 225 ~ 37.33%

%29.33
%33.33
%37.33

CMYK color model

#424B54 color CMYK value is (21,11,0,67).

  • cyan value is 21.43%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(21,11,0,67)
C21M11Y0K67 
(21%,11%,0%,67%)
(0.21/0.11/0.00/0.67)	

CMYK percentages

%21.43
%10.71
%0
%67.06

Codes

Color #424B54 in popluar color models

424B54
RGB667584
HSL210°12.00%29.41%
HSB/HSV210°21.43%32.94%
CMYK21.43%10.71%0.00%
67.06%

Color #424B54 in popluar number systems.

HEX424B54
Decimal667584
Binary100001010010111010100
Octal102113124

Shades and tints

Shades of #424B54

#424B54
(66,75,84)
#3C454D
(60,69,77)
#363F46
(54,63,70)
#30393F
(48,57,63)
#2A3338
(42,51,56)
#242D31
(36,45,49)
#1E272A
(30,39,42)
#182123
(24,33,35)
#121B1C
(18,27,28)
#0C1515
(12,21,21)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #424B54

#424B54
(66,75,84)
#535B63
(83,91,99)
#646B72
(100,107,114)
#757B81
(117,123,129)
#868B90
(134,139,144)
#979B9F
(151,155,159)
#A8ABAE
(168,171,174)
#B9BBBD
(185,187,189)
#CACBCC
(202,203,204)
#DBDBDB
(219,219,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424B54 color. Also use rgb(66,75,84) instead hex code.

Text Font Color

.myTextColor { color: #424B54; }

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

This text font color is #424B54.


Background Color

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

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

This div background color is #424B54.


Border color

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

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

This div border color is #424B54.


Opacity

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

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

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

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

This text has shadow with #424B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B54 on black background.


Color preview on white background

This text has color #424B54 on white background.



Black color preview on #424B54 background

This text has black color on #424B54 background.


White color preview on #424B54 background

This text has white color on #424B54 background.