COLOR #42474C

HEX: #42474C
RGB: (66,71,76)

Color info

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

RGB color model

#42474C color RGB value is (66,71,76).

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

RGB channels and saturation

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

66
71
76

R + G + B ~ 28%. #42474C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 76 = 213 (100%)
R 66 of 213 ~ 30.99%
G 71 of 213 ~ 33.33%
B 76 of 213 ~ 35.68%

%30.99
%33.33
%35.68

CMYK color model

#42474C color CMYK value is (13,7,0,70).

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

CMYK percentages

%13.16
%6.58
%0
%70.2

Codes

Color #42474C in popluar color models

42474C
RGB667176
HSL210°7.04%27.84%
HSB/HSV210°13.16%29.80%
CMYK13.16%6.58%0.00%
70.20%

Color #42474C in popluar number systems.

HEX42474C
Decimal667176
Binary100001010001111001100
Octal102107114

Shades and tints

Shades of #42474C

#42474C
(66,71,76)
#3C4146
(60,65,70)
#363B40
(54,59,64)
#30353A
(48,53,58)
#2A2F34
(42,47,52)
#24292E
(36,41,46)
#1E2328
(30,35,40)
#181D22
(24,29,34)
#12171C
(18,23,28)
#0C1116
(12,17,22)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #42474C

#42474C
(66,71,76)
#53575C
(83,87,92)
#64676C
(100,103,108)
#75777C
(117,119,124)
#86878C
(134,135,140)
#97979C
(151,151,156)
#A8A7AC
(168,167,172)
#B9B7BC
(185,183,188)
#CAC7CC
(202,199,204)
#DBD7DC
(219,215,220)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42474C; }

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

This text font color is #42474C.


Background Color

.myBgColor { background-color: #42474C; }

<div style="background-color:#42474C">Inner text</div>

This div background color is #42474C.


Border color

.myBorderColor { border: 1px solid #42474C; }

<div style="border:3px solid #42474C">Div</div>

This div border color is #42474C.


Opacity

.myOpacity80 { color: #42474C; opacity: 0.8; }

<p style="color:#42474C;opacity:0.8;">80%</p>

Text with #42474C 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 #42474C;}

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

This text has shadow with #42474C color.

.textShadow {text-shadow: 3px 3px 1px #42474C, 3px 3px 1px red;}

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

This text has shadow with #42474C primary color and red secondary color.


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

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

This text has shadow with #42474C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42474C on black background.


Color preview on white background

This text has color #42474C on white background.



Black color preview on #42474C background

This text has black color on #42474C background.


White color preview on #42474C background

This text has white color on #42474C background.