COLOR #424254

HEX: #424254
RGB: (66,66,84)

Color info

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

RGB color model

#424254 color RGB value is (66,66,84).

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

RGB channels and saturation

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

66
66
84

R + G + B ~ 28%. #424254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 84 = 216 (100%)
R 66 of 216 ~ 30.56%
G 66 of 216 ~ 30.56%
B 84 of 216 ~ 38.89%

%30.56
%30.56
%38.89

CMYK color model

#424254 color CMYK value is (21,21,0,67).

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

CMYK percentages

%21.43
%21.43
%0
%67.06

Codes

Color #424254 in popluar color models

424254
RGB666684
HSL240°12.00%29.41%
HSB/HSV240°21.43%32.94%
CMYK21.43%21.43%0.00%
67.06%

Color #424254 in popluar number systems.

HEX424254
Decimal666684
Binary100001010000101010100
Octal102102124

Shades and tints

Shades of #424254

#424254
(66,66,84)
#3C3C4D
(60,60,77)
#363646
(54,54,70)
#30303F
(48,48,63)
#2A2A38
(42,42,56)
#242431
(36,36,49)
#1E1E2A
(30,30,42)
#181823
(24,24,35)
#12121C
(18,18,28)
#0C0C15
(12,12,21)
#06060E
(6,6,14)
#000000
(0,0,0)

Tints of #424254

#424254
(66,66,84)
#535363
(83,83,99)
#646472
(100,100,114)
#757581
(117,117,129)
#868690
(134,134,144)
#97979F
(151,151,159)
#A8A8AE
(168,168,174)
#B9B9BD
(185,185,189)
#CACACC
(202,202,204)
#DBDBDB
(219,219,219)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424254; }

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

This text font color is #424254.


Background Color

.myBgColor { background-color: #424254; }

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

This div background color is #424254.


Border color

.myBorderColor { border: 1px solid #424254; }

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

This div border color is #424254.


Opacity

.myOpacity80 { color: #424254; opacity: 0.8; }

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

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

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

This text has shadow with #424254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424254 on black background.


Color preview on white background

This text has color #424254 on white background.



Black color preview on #424254 background

This text has black color on #424254 background.


White color preview on #424254 background

This text has white color on #424254 background.