COLOR #424C47

HEX: #424C47
RGB: (66,76,71)

Color info

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

RGB color model

#424C47 color RGB value is (66,76,71).

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

RGB channels and saturation

R 66 of 255 = 26%
G 76 of 255 = 30%
B 71 of 255 = 28%

66
76
71

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

Portions of RGB colors in percentages

R + G + B =
66 + 76 + 71 = 213 (100%)
R 66 of 213 ~ 30.99%
G 76 of 213 ~ 35.68%
B 71 of 213 ~ 33.33%

%30.99
%35.68
%33.33

CMYK color model

#424C47 color CMYK value is (13,0,7,70).

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 70.20%
CMYK:
(13,0,7,70)
C13M0Y7K70 
(13%,0%,7%,70%)
(0.13/0.00/0.07/0.70)	

CMYK percentages

%13.16
%0
%6.58
%70.2

Codes

Color #424C47 in popluar color models

424C47
RGB667671
HSL150°7.04%27.84%
HSB/HSV150°13.16%29.80%
CMYK13.16%0.00%6.58%
70.20%

Color #424C47 in popluar number systems.

HEX424C47
Decimal667671
Binary100001010011001000111
Octal102114107

Shades and tints

Shades of #424C47

#424C47
(66,76,71)
#3C4641
(60,70,65)
#36403B
(54,64,59)
#303A35
(48,58,53)
#2A342F
(42,52,47)
#242E29
(36,46,41)
#1E2823
(30,40,35)
#18221D
(24,34,29)
#121C17
(18,28,23)
#0C1611
(12,22,17)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #424C47

#424C47
(66,76,71)
#535C57
(83,92,87)
#646C67
(100,108,103)
#757C77
(117,124,119)
#868C87
(134,140,135)
#979C97
(151,156,151)
#A8ACA7
(168,172,167)
#B9BCB7
(185,188,183)
#CACCC7
(202,204,199)
#DBDCD7
(219,220,215)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C47; }

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

This text font color is #424C47.


Background Color

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

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

This div background color is #424C47.


Border color

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

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

This div border color is #424C47.


Opacity

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

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

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

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

This text has shadow with #424C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C47 on black background.


Color preview on white background

This text has color #424C47 on white background.



Black color preview on #424C47 background

This text has black color on #424C47 background.


White color preview on #424C47 background

This text has white color on #424C47 background.