COLOR #474442

HEX: #474442 RGB: (71,68,66)

Color info

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

RGB color model

#474442 color RGB value is (71,68,66).

RGB: (71,68,66) (28%, 27%, 26%)

RGB channels and saturation

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

71
68
66

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

Portions of RGB colors in percentages

R + G + B = 71 + 68 + 66 = 205 (100%)
R 71 of 205 ~ 34.63%
G 68 of 205 ~ 33.17%
B 66 of 205 ~ 32.2'%

%34.63
%33.17
%32.2

CMYK color model

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

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

CMYK percentages

%0
%4.23
%7.04
%72.16

Codes

Color #474442 in popluar color models

47 44 42
RGB 71 68 66
HSL 24° 3.65% 26.86%
HSB/HSV 24° 7.04% 27.84%
CMYK 0.00% 4.23% 7.04%
72.16%

Color #474442 in popluar number systems.

HEX 47 44 42
Decimal 71 68 66
Binary 1000111 1000100 1000010
Octal 107 104 102

Shades and tints

Shades of #474442

#474442
(71,68,66)
#413E3C
(65,62,60)
#3B3836
(59,56,54)
#353230
(53,50,48)
#2F2C2A
(47,44,42)
#292624
(41,38,36)
#23201E
(35,32,30)
#1D1A18
(29,26,24)
#171412
(23,20,18)
#110E0C
(17,14,12)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #474442

#474442
(71,68,66)
#575553
(87,85,83)
#676664
(103,102,100)
#777775
(119,119,117)
#878886
(135,136,134)
#979997
(151,153,151)
#A7AAA8
(167,170,168)
#B7BBB9
(183,187,185)
#C7CCCA
(199,204,202)
#D7DDDB
(215,221,219)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474442; }

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

This text font color is #474442.


Background Color

.myBgColor { background-color: #474442; }

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

This div background color is #474442.


Border color

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

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

This div border color is #474442.


Opacity

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

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

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

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

This text has shadow with #474442 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #474442 on black background.


Color preview on white background

This text has color #474442 on white background.



Black color preview on #474442 background

This text has black color on #474442 background.


White color preview on #474442 background

This text has white color on #474442 background.