COLOR #424A48

HEX: #424A48
RGB: (66,74,72)

Color info

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

RGB color model

#424A48 color RGB value is (66,74,72).

  • red value is 66;
  • green value is 74;
  • blue value is 72.
RGB:
(66,74,72)
(26%,29%,28%)

RGB channels and saturation

R 66 of 255 = 26%
G 74 of 255 = 29%
B 72 of 255 = 28%

66
74
72

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

Portions of RGB colors in percentages

R + G + B =
66 + 74 + 72 = 212 (100%)
R 66 of 212 ~ 31.13%
G 74 of 212 ~ 34.91%
B 72 of 212 ~ 33.96%

%31.13
%34.91
%33.96

CMYK color model

#424A48 color CMYK value is (11,0,3,71).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 2.70%
  • key color value is 70.98%
CMYK:
(11,0,3,71)
C11M0Y3K71 
(11%,0%,3%,71%)
(0.11/0.00/0.03/0.71)	

CMYK percentages

%10.81
%0
%2.7
%70.98

Codes

Color #424A48 in popluar color models

424A48
RGB667472
HSL165°5.71%27.45%
HSB/HSV165°10.81%29.02%
CMYK10.81%0.00%2.70%
70.98%

Color #424A48 in popluar number systems.

HEX424A48
Decimal667472
Binary100001010010101001000
Octal102112110

Shades and tints

Shades of #424A48

#424A48
(66,74,72)
#3C4442
(60,68,66)
#363E3C
(54,62,60)
#303836
(48,56,54)
#2A3230
(42,50,48)
#242C2A
(36,44,42)
#1E2624
(30,38,36)
#18201E
(24,32,30)
#121A18
(18,26,24)
#0C1412
(12,20,18)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #424A48

#424A48
(66,74,72)
#535A58
(83,90,88)
#646A68
(100,106,104)
#757A78
(117,122,120)
#868A88
(134,138,136)
#979A98
(151,154,152)
#A8AAA8
(168,170,168)
#B9BAB8
(185,186,184)
#CACAC8
(202,202,200)
#DBDAD8
(219,218,216)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424A48; }

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

This text font color is #424A48.


Background Color

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

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

This div background color is #424A48.


Border color

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

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

This div border color is #424A48.


Opacity

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

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

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

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

This text has shadow with #424A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424A48 on black background.


Color preview on white background

This text has color #424A48 on white background.



Black color preview on #424A48 background

This text has black color on #424A48 background.


White color preview on #424A48 background

This text has white color on #424A48 background.