COLOR #424C3F

HEX: #424C3F
RGB: (66,76,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
76
63

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

Portions of RGB colors in percentages

R + G + B =
66 + 76 + 63 = 205 (100%)
R 66 of 205 ~ 32.2%
G 76 of 205 ~ 37.07%
B 63 of 205 ~ 30.73%

%32.2
%37.07
%30.73

CMYK color model

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

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

CMYK percentages

%13.16
%0
%17.11
%70.2

Codes

Color #424C3F in popluar color models

424C3F
RGB667663
HSL106°9.35%27.25%
HSB/HSV106°17.11%29.80%
CMYK13.16%0.00%17.11%
70.20%

Color #424C3F in popluar number systems.

HEX424C3F
Decimal667663
Binary10000101001100111111
Octal10211477

Shades and tints

Shades of #424C3F

#424C3F
(66,76,63)
#3C463A
(60,70,58)
#364035
(54,64,53)
#303A30
(48,58,48)
#2A342B
(42,52,43)
#242E26
(36,46,38)
#1E2821
(30,40,33)
#18221C
(24,34,28)
#121C17
(18,28,23)
#0C1612
(12,22,18)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #424C3F

#424C3F
(66,76,63)
#535C50
(83,92,80)
#646C61
(100,108,97)
#757C72
(117,124,114)
#868C83
(134,140,131)
#979C94
(151,156,148)
#A8ACA5
(168,172,165)
#B9BCB6
(185,188,182)
#CACCC7
(202,204,199)
#DBDCD8
(219,220,216)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424C3F; }

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

This text font color is #424C3F.


Background Color

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

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

This div background color is #424C3F.


Border color

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

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

This div border color is #424C3F.


Opacity

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

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

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

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

This text has shadow with #424C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424C3F on black background.


Color preview on white background

This text has color #424C3F on white background.



Black color preview on #424C3F background

This text has black color on #424C3F background.


White color preview on #424C3F background

This text has white color on #424C3F background.