COLOR #473D48

HEX: #473D48
RGB: (71,61,72)

Color info

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

RGB color model

#473D48 color RGB value is (71,61,72).

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

RGB channels and saturation

R 71 of 255 = 28%
G 61 of 255 = 24%
B 72 of 255 = 28%

71
61
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 61 + 72 = 204 (100%)
R 71 of 204 ~ 34.8%
G 61 of 204 ~ 29.9%
B 72 of 204 ~ 35.29%

%34.8
%29.9
%35.29

CMYK color model

#473D48 color CMYK value is (1,15,0,72).

  • cyan value is 1.39%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(1,15,0,72)
C1M15Y0K72 
(1%,15%,0%,72%)
(0.01/0.15/0.00/0.72)	

CMYK percentages

%1.39
%15.28
%0
%71.76

Codes

Color #473D48 in popluar color models

473D48
RGB716172
HSL295°8.27%26.08%
HSB/HSV295°15.28%28.24%
CMYK1.39%15.28%0.00%
71.76%

Color #473D48 in popluar number systems.

HEX473D48
Decimal716172
Binary10001111111011001000
Octal10775110

Shades and tints

Shades of #473D48

#473D48
(71,61,72)
#413842
(65,56,66)
#3B333C
(59,51,60)
#352E36
(53,46,54)
#2F2930
(47,41,48)
#29242A
(41,36,42)
#231F24
(35,31,36)
#1D1A1E
(29,26,30)
#171518
(23,21,24)
#111012
(17,16,18)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #473D48

#473D48
(71,61,72)
#574E58
(87,78,88)
#675F68
(103,95,104)
#777078
(119,112,120)
#878188
(135,129,136)
#979298
(151,146,152)
#A7A3A8
(167,163,168)
#B7B4B8
(183,180,184)
#C7C5C8
(199,197,200)
#D7D6D8
(215,214,216)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473D48; }

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

This text font color is #473D48.


Background Color

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

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

This div background color is #473D48.


Border color

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

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

This div border color is #473D48.


Opacity

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

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

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

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

This text has shadow with #473D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D48 on black background.


Color preview on white background

This text has color #473D48 on white background.



Black color preview on #473D48 background

This text has black color on #473D48 background.


White color preview on #473D48 background

This text has white color on #473D48 background.