COLOR #42414A

HEX: #42414A
RGB: (66,65,74)

Color info

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

RGB color model

#42414A color RGB value is (66,65,74).

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

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 74 of 255 = 29%

66
65
74

R + G + B ~ 27%. #42414A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 74 = 205 (100%)
R 66 of 205 ~ 32.2%
G 65 of 205 ~ 31.71%
B 74 of 205 ~ 36.1%

%32.2
%31.71
%36.1

CMYK color model

#42414A color CMYK value is (11,12,0,71).

  • cyan value is 10.81%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(11,12,0,71)
C11M12Y0K71 
(11%,12%,0%,71%)
(0.11/0.12/0.00/0.71)	

CMYK percentages

%10.81
%12.16
%0
%70.98

Codes

Color #42414A in popluar color models

42414A
RGB666574
HSL247°6.47%27.25%
HSB/HSV247°12.16%29.02%
CMYK10.81%12.16%0.00%
70.98%

Color #42414A in popluar number systems.

HEX42414A
Decimal666574
Binary100001010000011001010
Octal102101112

Shades and tints

Shades of #42414A

#42414A
(66,65,74)
#3C3C44
(60,60,68)
#36373E
(54,55,62)
#303238
(48,50,56)
#2A2D32
(42,45,50)
#24282C
(36,40,44)
#1E2326
(30,35,38)
#181E20
(24,30,32)
#12191A
(18,25,26)
#0C1414
(12,20,20)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #42414A

#42414A
(66,65,74)
#53525A
(83,82,90)
#64636A
(100,99,106)
#75747A
(117,116,122)
#86858A
(134,133,138)
#97969A
(151,150,154)
#A8A7AA
(168,167,170)
#B9B8BA
(185,184,186)
#CAC9CA
(202,201,202)
#DBDADA
(219,218,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42414A color. Also use rgb(66,65,74) instead hex code.

Text Font Color

.myTextColor { color: #42414A; }

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

This text font color is #42414A.


Background Color

.myBgColor { background-color: #42414A; }

<div style="background-color:#42414A">Inner text</div>

This div background color is #42414A.


Border color

.myBorderColor { border: 1px solid #42414A; }

<div style="border:3px solid #42414A">Div</div>

This div border color is #42414A.


Opacity

.myOpacity80 { color: #42414A; opacity: 0.8; }

<p style="color:#42414A;opacity:0.8;">80%</p>

Text with #42414A 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 #42414A;}

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

This text has shadow with #42414A color.

.textShadow {text-shadow: 3px 3px 1px #42414A, 3px 3px 1px red;}

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

This text has shadow with #42414A primary color and red secondary color.


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

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

This text has shadow with #42414A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42414A on black background.


Color preview on white background

This text has color #42414A on white background.



Black color preview on #42414A background

This text has black color on #42414A background.


White color preview on #42414A background

This text has white color on #42414A background.