COLOR #472D48

HEX: #472D48
RGB: (71,45,72)

Color info

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

RGB color model

#472D48 color RGB value is (71,45,72).

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

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 72 of 255 = 28%

71
45
72

R + G + B ~ 25%. #472D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 72 = 188 (100%)
R 71 of 188 ~ 37.77%
G 45 of 188 ~ 23.94%
B 72 of 188 ~ 38.3%

%37.77
%23.94
%38.3

CMYK color model

#472D48 color CMYK value is (1,38,0,72).

  • cyan value is 1.39%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(1,38,0,72)
C1M38Y0K72 
(1%,38%,0%,72%)
(0.01/0.38/0.00/0.72)	

CMYK percentages

%1.39
%37.5
%0
%71.76

Codes

Color #472D48 in popluar color models

472D48
RGB714572
HSL298°23.08%22.94%
HSB/HSV298°37.50%28.24%
CMYK1.39%37.50%0.00%
71.76%

Color #472D48 in popluar number systems.

HEX472D48
Decimal714572
Binary10001111011011001000
Octal10755110

Shades and tints

Shades of #472D48

#472D48
(71,45,72)
#412942
(65,41,66)
#3B253C
(59,37,60)
#352136
(53,33,54)
#2F1D30
(47,29,48)
#29192A
(41,25,42)
#231524
(35,21,36)
#1D111E
(29,17,30)
#170D18
(23,13,24)
#110912
(17,9,18)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #472D48

#472D48
(71,45,72)
#574058
(87,64,88)
#675368
(103,83,104)
#776678
(119,102,120)
#877988
(135,121,136)
#978C98
(151,140,152)
#A79FA8
(167,159,168)
#B7B2B8
(183,178,184)
#C7C5C8
(199,197,200)
#D7D8D8
(215,216,216)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D48; }

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

This text font color is #472D48.


Background Color

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

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

This div background color is #472D48.


Border color

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

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

This div border color is #472D48.


Opacity

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

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

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

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

This text has shadow with #472D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D48 on black background.


Color preview on white background

This text has color #472D48 on white background.



Black color preview on #472D48 background

This text has black color on #472D48 background.


White color preview on #472D48 background

This text has white color on #472D48 background.