COLOR #42424F

HEX: #42424F
RGB: (66,66,79)

Color info

#42424F contains red, green and blue colors in about the same proportion. Web safe color of #42424F is #333366 (or #336).

RGB color model

#42424F color RGB value is (66,66,79).

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

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 79 of 255 = 31%

66
66
79

R + G + B ~ 28%. #42424F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 66 + 79 = 211 (100%)
R 66 of 211 ~ 31.28%
G 66 of 211 ~ 31.28%
B 79 of 211 ~ 37.44%

%31.28
%31.28
%37.44

CMYK color model

#42424F color CMYK value is (16,16,0,69).

  • cyan value is 16.46%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(16,16,0,69)
C16M16Y0K69 
(16%,16%,0%,69%)
(0.16/0.16/0.00/0.69)	

CMYK percentages

%16.46
%16.46
%0
%69.02

Codes

Color #42424F in popluar color models

42424F
RGB666679
HSL240°8.97%28.43%
HSB/HSV240°16.46%30.98%
CMYK16.46%16.46%0.00%
69.02%

Color #42424F in popluar number systems.

HEX42424F
Decimal666679
Binary100001010000101001111
Octal102102117

Shades and tints

Shades of #42424F

#42424F
(66,66,79)
#3C3C48
(60,60,72)
#363641
(54,54,65)
#30303A
(48,48,58)
#2A2A33
(42,42,51)
#24242C
(36,36,44)
#1E1E25
(30,30,37)
#18181E
(24,24,30)
#121217
(18,18,23)
#0C0C10
(12,12,16)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #42424F

#42424F
(66,66,79)
#53535F
(83,83,95)
#64646F
(100,100,111)
#75757F
(117,117,127)
#86868F
(134,134,143)
#97979F
(151,151,159)
#A8A8AF
(168,168,175)
#B9B9BF
(185,185,191)
#CACACF
(202,202,207)
#DBDBDF
(219,219,223)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42424F color. Also use rgb(66,66,79) instead hex code.

Text Font Color

.myTextColor { color: #42424F; }

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

This text font color is #42424F.


Background Color

.myBgColor { background-color: #42424F; }

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

This div background color is #42424F.


Border color

.myBorderColor { border: 1px solid #42424F; }

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

This div border color is #42424F.


Opacity

.myOpacity80 { color: #42424F; opacity: 0.8; }

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

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

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

This text has shadow with #42424F color.

.textShadow {text-shadow: 3px 3px 1px #42424F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42424F on black background.


Color preview on white background

This text has color #42424F on white background.



Black color preview on #42424F background

This text has black color on #42424F background.


White color preview on #42424F background

This text has white color on #42424F background.