COLOR #424C4C

HEX: #424C4C
RGB: (66,76,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
76
76

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

Portions of RGB colors in percentages

R + G + B =
66 + 76 + 76 = 218 (100%)
R 66 of 218 ~ 30.28%
G 76 of 218 ~ 34.86%
B 76 of 218 ~ 34.86%

%30.28
%34.86
%34.86

CMYK color model

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

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

CMYK percentages

%13.16
%0
%0
%70.2

Codes

Color #424C4C in popluar color models

424C4C
RGB667676
HSL180°7.04%27.84%
HSB/HSV180°13.16%29.80%
CMYK13.16%0.00%0.00%
70.20%

Color #424C4C in popluar number systems.

HEX424C4C
Decimal667676
Binary100001010011001001100
Octal102114114

Shades and tints

Shades of #424C4C

#424C4C
(66,76,76)
#3C4646
(60,70,70)
#364040
(54,64,64)
#303A3A
(48,58,58)
#2A3434
(42,52,52)
#242E2E
(36,46,46)
#1E2828
(30,40,40)
#182222
(24,34,34)
#121C1C
(18,28,28)
#0C1616
(12,22,22)
#061010
(6,16,16)
#000000
(0,0,0)

Tints of #424C4C

#424C4C
(66,76,76)
#535C5C
(83,92,92)
#646C6C
(100,108,108)
#757C7C
(117,124,124)
#868C8C
(134,140,140)
#979C9C
(151,156,156)
#A8ACAC
(168,172,172)
#B9BCBC
(185,188,188)
#CACCCC
(202,204,204)
#DBDCDC
(219,220,220)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C4C; }

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

This text font color is #424C4C.


Background Color

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

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

This div background color is #424C4C.


Border color

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

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

This div border color is #424C4C.


Opacity

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

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

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

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

This text has shadow with #424C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C4C on black background.


Color preview on white background

This text has color #424C4C on white background.



Black color preview on #424C4C background

This text has black color on #424C4C background.


White color preview on #424C4C background

This text has white color on #424C4C background.