COLOR #474242

HEX: #474242
RGB: (71,66,66)

Color info

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

RGB color model

#474242 color RGB value is (71,66,66).

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

RGB channels and saturation

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

71
66
66

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

Portions of RGB colors in percentages

R + G + B =
71 + 66 + 66 = 203 (100%)
R 71 of 203 ~ 34.98%
G 66 of 203 ~ 32.51%
B 66 of 203 ~ 32.51%

%34.98
%32.51
%32.51

CMYK color model

#474242 color CMYK value is (0,7,7,72).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 7.04%
  • key color value is 72.16%
CMYK:
(0,7,7,72)
C0M7Y7K72 
(0%,7%,7%,72%)
(0.00/0.07/0.07/0.72)	

CMYK percentages

%0
%7.04
%7.04
%72.16

Codes

Color #474242 in popluar color models

474242
RGB716666
HSL3.65%26.86%
HSB/HSV7.04%27.84%
CMYK0.00%7.04%7.04%
72.16%

Color #474242 in popluar number systems.

HEX474242
Decimal716666
Binary100011110000101000010
Octal107102102

Shades and tints

Shades of #474242

#474242
(71,66,66)
#413C3C
(65,60,60)
#3B3636
(59,54,54)
#353030
(53,48,48)
#2F2A2A
(47,42,42)
#292424
(41,36,36)
#231E1E
(35,30,30)
#1D1818
(29,24,24)
#171212
(23,18,18)
#110C0C
(17,12,12)
#0B0606
(11,6,6)
#000000
(0,0,0)

Tints of #474242

#474242
(71,66,66)
#575353
(87,83,83)
#676464
(103,100,100)
#777575
(119,117,117)
#878686
(135,134,134)
#979797
(151,151,151)
#A7A8A8
(167,168,168)
#B7B9B9
(183,185,185)
#C7CACA
(199,202,202)
#D7DBDB
(215,219,219)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474242; }

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

This text font color is #474242.


Background Color

.myBgColor { background-color: #474242; }

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

This div background color is #474242.


Border color

.myBorderColor { border: 1px solid #474242; }

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

This div border color is #474242.


Opacity

.myOpacity80 { color: #474242; opacity: 0.8; }

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

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

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

This text has shadow with #474242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474242 on black background.


Color preview on white background

This text has color #474242 on white background.



Black color preview on #474242 background

This text has black color on #474242 background.


White color preview on #474242 background

This text has white color on #474242 background.