COLOR #473F42

HEX: #473F42
RGB: (71,63,66)

Color info

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

RGB color model

#473F42 color RGB value is (71,63,66).

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

RGB channels and saturation

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

71
63
66

R + G + B ~ 26%. #473F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 63 + 66 = 200 (100%)
R 71 of 200 ~ 35.5%
G 63 of 200 ~ 31.5%
B 66 of 200 ~ 33%

%35.5
%31.5
%33

CMYK color model

#473F42 color CMYK value is (0,11,7,72).

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

CMYK percentages

%0
%11.27
%7.04
%72.16

Codes

Color #473F42 in popluar color models

473F42
RGB716366
HSL338°5.97%26.27%
HSB/HSV338°11.27%27.84%
CMYK0.00%11.27%7.04%
72.16%

Color #473F42 in popluar number systems.

HEX473F42
Decimal716366
Binary10001111111111000010
Octal10777102

Shades and tints

Shades of #473F42

#473F42
(71,63,66)
#413A3C
(65,58,60)
#3B3536
(59,53,54)
#353030
(53,48,48)
#2F2B2A
(47,43,42)
#292624
(41,38,36)
#23211E
(35,33,30)
#1D1C18
(29,28,24)
#171712
(23,23,18)
#11120C
(17,18,12)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #473F42

#473F42
(71,63,66)
#575053
(87,80,83)
#676164
(103,97,100)
#777275
(119,114,117)
#878386
(135,131,134)
#979497
(151,148,151)
#A7A5A8
(167,165,168)
#B7B6B9
(183,182,185)
#C7C7CA
(199,199,202)
#D7D8DB
(215,216,219)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473F42; }

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

This text font color is #473F42.


Background Color

.myBgColor { background-color: #473F42; }

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

This div background color is #473F42.


Border color

.myBorderColor { border: 1px solid #473F42; }

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

This div border color is #473F42.


Opacity

.myOpacity80 { color: #473F42; opacity: 0.8; }

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

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

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

This text has shadow with #473F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473F42 on black background.


Color preview on white background

This text has color #473F42 on white background.



Black color preview on #473F42 background

This text has black color on #473F42 background.


White color preview on #473F42 background

This text has white color on #473F42 background.