COLOR #473448

HEX: #473448
RGB: (71,52,72)

Color info

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

RGB color model

#473448 color RGB value is (71,52,72).

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

RGB channels and saturation

R 71 of 255 = 28%
G 52 of 255 = 20%
B 72 of 255 = 28%

71
52
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 52 + 72 = 195 (100%)
R 71 of 195 ~ 36.41%
G 52 of 195 ~ 26.67%
B 72 of 195 ~ 36.92%

%36.41
%26.67
%36.92

CMYK color model

#473448 color CMYK value is (1,28,0,72).

  • cyan value is 1.39%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(1,28,0,72)
C1M28Y0K72 
(1%,28%,0%,72%)
(0.01/0.28/0.00/0.72)	

CMYK percentages

%1.39
%27.78
%0
%71.76

Codes

Color #473448 in popluar color models

473448
RGB715272
HSL297°16.13%24.31%
HSB/HSV297°27.78%28.24%
CMYK1.39%27.78%0.00%
71.76%

Color #473448 in popluar number systems.

HEX473448
Decimal715272
Binary10001111101001001000
Octal10764110

Shades and tints

Shades of #473448

#473448
(71,52,72)
#413042
(65,48,66)
#3B2C3C
(59,44,60)
#352836
(53,40,54)
#2F2430
(47,36,48)
#29202A
(41,32,42)
#231C24
(35,28,36)
#1D181E
(29,24,30)
#171418
(23,20,24)
#111012
(17,16,18)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #473448

#473448
(71,52,72)
#574658
(87,70,88)
#675868
(103,88,104)
#776A78
(119,106,120)
#877C88
(135,124,136)
#978E98
(151,142,152)
#A7A0A8
(167,160,168)
#B7B2B8
(183,178,184)
#C7C4C8
(199,196,200)
#D7D6D8
(215,214,216)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473448; }

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

This text font color is #473448.


Background Color

.myBgColor { background-color: #473448; }

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

This div background color is #473448.


Border color

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

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

This div border color is #473448.


Opacity

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

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

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

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

This text has shadow with #473448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473448 on black background.


Color preview on white background

This text has color #473448 on white background.



Black color preview on #473448 background

This text has black color on #473448 background.


White color preview on #473448 background

This text has white color on #473448 background.