COLOR #424754

HEX: #424754
RGB: (66,71,84)

Color info

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

RGB color model

#424754 color RGB value is (66,71,84).

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

RGB channels and saturation

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

66
71
84

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

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 84 = 221 (100%)
R 66 of 221 ~ 29.86%
G 71 of 221 ~ 32.13%
B 84 of 221 ~ 38.01%

%29.86
%32.13
%38.01

CMYK color model

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

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

CMYK percentages

%21.43
%15.48
%0
%67.06

Codes

Color #424754 in popluar color models

424754
RGB667184
HSL223°12.00%29.41%
HSB/HSV223°21.43%32.94%
CMYK21.43%15.48%0.00%
67.06%

Color #424754 in popluar number systems.

HEX424754
Decimal667184
Binary100001010001111010100
Octal102107124

Shades and tints

Shades of #424754

#424754
(66,71,84)
#3C414D
(60,65,77)
#363B46
(54,59,70)
#30353F
(48,53,63)
#2A2F38
(42,47,56)
#242931
(36,41,49)
#1E232A
(30,35,42)
#181D23
(24,29,35)
#12171C
(18,23,28)
#0C1115
(12,17,21)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #424754

#424754
(66,71,84)
#535763
(83,87,99)
#646772
(100,103,114)
#757781
(117,119,129)
#868790
(134,135,144)
#97979F
(151,151,159)
#A8A7AE
(168,167,174)
#B9B7BD
(185,183,189)
#CAC7CC
(202,199,204)
#DBD7DB
(219,215,219)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424754; }

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

This text font color is #424754.


Background Color

.myBgColor { background-color: #424754; }

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

This div background color is #424754.


Border color

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

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

This div border color is #424754.


Opacity

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

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

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

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

This text has shadow with #424754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424754 on black background.


Color preview on white background

This text has color #424754 on white background.



Black color preview on #424754 background

This text has black color on #424754 background.


White color preview on #424754 background

This text has white color on #424754 background.