COLOR #424547

HEX: #424547 RGB: (66,69,71)

Color info

#424547 contains red, green and blue colors in about the same proportion. Web safe color of #424547 is #333333 (or #333).

RGB color model

#424547 color RGB value is (66,69,71).

RGB: (66,69,71) (26%, 27%, 28%)

RGB channels and saturation

R 66 of 255 = 26%
G 69 of 255 = 27%
B 71 of 255 = 28%

66
69
71

R + G + B ~ 27%. #424547 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 69 + 71 = 206 (100%)
R 66 of 206 ~ 32.04%
G 69 of 206 ~ 33.5%
B 71 of 206 ~ 34.47'%

%32.04
%33.5
%34.47

CMYK color model

#424547 color CMYK value is (7,3,0,72).

  • cyan value is 7.04%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (7,3,0,72)
C7M3Y0K72 (7%, 3%, 0%, 72%)
(0.07 / 0.03 / 0.00 / 0.72)

CMYK percentages

%7.04
%2.82
%0
%72.16

Codes

Color #424547 in popluar color models

42 45 47
RGB 66 69 71
HSL 204° 3.65% 26.86%
HSB/HSV 204° 7.04% 27.84%
CMYK 7.04% 2.82% 0.00%
72.16%

Color #424547 in popluar number systems.

HEX 42 45 47
Decimal 66 69 71
Binary 1000010 1000101 1000111
Octal 102 105 107

Shades and tints

Shades of #424547

#424547
(66,69,71)
#3C3F41
(60,63,65)
#36393B
(54,57,59)
#303335
(48,51,53)
#2A2D2F
(42,45,47)
#242729
(36,39,41)
#1E2123
(30,33,35)
#181B1D
(24,27,29)
#121517
(18,21,23)
#0C0F11
(12,15,17)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #424547

#424547
(66,69,71)
#535557
(83,85,87)
#646567
(100,101,103)
#757577
(117,117,119)
#868587
(134,133,135)
#979597
(151,149,151)
#A8A5A7
(168,165,167)
#B9B5B7
(185,181,183)
#CAC5C7
(202,197,199)
#DBD5D7
(219,213,215)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424547; }

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

This text font color is #424547.

Background Color

.myBgColor { background-color: #424547; }

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

This div background color is #424547.

Border color

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

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

This div border color is #424547.

Opacity

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

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

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

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

This text has shadow with #424547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424547.

Preview

Color preview on black background

This text has color #424547 on black background.


Color preview on white background

This text has color #424547 on white background.


Black color preview on #424547 background

This text has black color on #424547 background.


White color preview on #424547 background

This text has white color on #424547 background.


Related colors

Complementary color

Complementary color for #hex is #BDBAB8.


I love getcolorcode.com

Triadic colors

1 #474245 and #454742 with #424547 are triadic colors.

2 #474542 and #454247 with #424547 are triadic colors.