COLOR #473A40

HEX: #473A40
RGB: (71,58,64)

Color info

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

RGB color model

#473A40 color RGB value is (71,58,64).

  • red value is 71;
  • green value is 58;
  • blue value is 64.
RGB:
(71,58,64)
(28%,23%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 58 of 255 = 23%
B 64 of 255 = 25%

71
58
64

R + G + B ~ 25%. #473A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 58 + 64 = 193 (100%)
R 71 of 193 ~ 36.79%
G 58 of 193 ~ 30.05%
B 64 of 193 ~ 33.16%

%36.79
%30.05
%33.16

CMYK color model

#473A40 color CMYK value is (0,18,10,72).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 9.86%
  • key color value is 72.16%
CMYK:
(0,18,10,72)
C0M18Y10K72 
(0%,18%,10%,72%)
(0.00/0.18/0.10/0.72)	

CMYK percentages

%0
%18.31
%9.86
%72.16

Codes

Color #473A40 in popluar color models

473A40
RGB715864
HSL332°10.08%25.29%
HSB/HSV332°18.31%27.84%
CMYK0.00%18.31%9.86%
72.16%

Color #473A40 in popluar number systems.

HEX473A40
Decimal715864
Binary10001111110101000000
Octal10772100

Shades and tints

Shades of #473A40

#473A40
(71,58,64)
#41353B
(65,53,59)
#3B3036
(59,48,54)
#352B31
(53,43,49)
#2F262C
(47,38,44)
#292127
(41,33,39)
#231C22
(35,28,34)
#1D171D
(29,23,29)
#171218
(23,18,24)
#110D13
(17,13,19)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #473A40

#473A40
(71,58,64)
#574B51
(87,75,81)
#675C62
(103,92,98)
#776D73
(119,109,115)
#877E84
(135,126,132)
#978F95
(151,143,149)
#A7A0A6
(167,160,166)
#B7B1B7
(183,177,183)
#C7C2C8
(199,194,200)
#D7D3D9
(215,211,217)
#E7E4EA
(231,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A40 color. Also use rgb(71,58,64) instead hex code.

Text Font Color

.myTextColor { color: #473A40; }

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

This text font color is #473A40.


Background Color

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

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

This div background color is #473A40.


Border color

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

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

This div border color is #473A40.


Opacity

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

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

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

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

This text has shadow with #473A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A40 on black background.


Color preview on white background

This text has color #473A40 on white background.



Black color preview on #473A40 background

This text has black color on #473A40 background.


White color preview on #473A40 background

This text has white color on #473A40 background.