COLOR #474842

HEX: #474842
RGB: (71,72,66)

Color info

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

RGB color model

#474842 color RGB value is (71,72,66).

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

RGB channels and saturation

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

71
72
66

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

Portions of RGB colors in percentages

R + G + B =
71 + 72 + 66 = 209 (100%)
R 71 of 209 ~ 33.97%
G 72 of 209 ~ 34.45%
B 66 of 209 ~ 31.58%

%33.97
%34.45
%31.58

CMYK color model

#474842 color CMYK value is (1,0,8,72).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 71.76%
CMYK: (1,0,8,72) C1M0Y8K72 (1%,0%,8%,72%) (0.01/0.00/0.08/0.72)

CMYK percentages

%1.39
%0
%8.33
%71.76

Codes

Color #474842 in popluar color models

474842
RGB717266
HSL70°4.35%27.06%
HSB/HSV70°8.33%28.24%
CMYK1.39%0.00%8.33%
71.76%

Color #474842 in popluar number systems.

HEX474842
Decimal717266
Binary100011110010001000010
Octal107110102

Shades and tints

Shades of #474842

#474842
(71,72,66)
#41423C
(65,66,60)
#3B3C36
(59,60,54)
#353630
(53,54,48)
#2F302A
(47,48,42)
#292A24
(41,42,36)
#23241E
(35,36,30)
#1D1E18
(29,30,24)
#171812
(23,24,18)
#11120C
(17,18,12)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #474842

#474842
(71,72,66)
#575853
(87,88,83)
#676864
(103,104,100)
#777875
(119,120,117)
#878886
(135,136,134)
#979897
(151,152,151)
#A7A8A8
(167,168,168)
#B7B8B9
(183,184,185)
#C7C8CA
(199,200,202)
#D7D8DB
(215,216,219)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474842; }

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

This text font color is #474842.


Background Color

.myBgColor { background-color: #474842; }

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

This div background color is #474842.


Border color

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

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

This div border color is #474842.


Opacity

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

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

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

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

This text has shadow with #474842 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #474842 on black background.


Color preview on white background

This text has color #474842 on white background.



Black color preview on #474842 background

This text has black color on #474842 background.


White color preview on #474842 background

This text has white color on #474842 background.