COLOR #473248

HEX: #473248
RGB: (71,50,72)

Color info

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

RGB color model

#473248 color RGB value is (71,50,72).

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

RGB channels and saturation

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

71
50
72

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

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 72 = 193 (100%)
R 71 of 193 ~ 36.79%
G 50 of 193 ~ 25.91%
B 72 of 193 ~ 37.31%

%36.79
%25.91
%37.31

CMYK color model

#473248 color CMYK value is (1,31,0,72).

  • cyan value is 1.39%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(1,31,0,72)
C1M31Y0K72 
(1%,31%,0%,72%)
(0.01/0.31/0.00/0.72)	

CMYK percentages

%1.39
%30.56
%0
%71.76

Codes

Color #473248 in popluar color models

473248
RGB715072
HSL297°18.03%23.92%
HSB/HSV297°30.56%28.24%
CMYK1.39%30.56%0.00%
71.76%

Color #473248 in popluar number systems.

HEX473248
Decimal715072
Binary10001111100101001000
Octal10762110

Shades and tints

Shades of #473248

#473248
(71,50,72)
#412E42
(65,46,66)
#3B2A3C
(59,42,60)
#352636
(53,38,54)
#2F2230
(47,34,48)
#291E2A
(41,30,42)
#231A24
(35,26,36)
#1D161E
(29,22,30)
#171218
(23,18,24)
#110E12
(17,14,18)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #473248

#473248
(71,50,72)
#574458
(87,68,88)
#675668
(103,86,104)
#776878
(119,104,120)
#877A88
(135,122,136)
#978C98
(151,140,152)
#A79EA8
(167,158,168)
#B7B0B8
(183,176,184)
#C7C2C8
(199,194,200)
#D7D4D8
(215,212,216)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473248; }

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

This text font color is #473248.


Background Color

.myBgColor { background-color: #473248; }

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

This div background color is #473248.


Border color

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

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

This div border color is #473248.


Opacity

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

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

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

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

This text has shadow with #473248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473248 on black background.


Color preview on white background

This text has color #473248 on white background.



Black color preview on #473248 background

This text has black color on #473248 background.


White color preview on #473248 background

This text has white color on #473248 background.