COLOR #473249

HEX: #473249
RGB: (71,50,73)

Color info

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

RGB color model

#473249 color RGB value is (71,50,73).

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

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 73 of 255 = 29%

71
50
73

R + G + B ~ 26%. #473249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 73 = 194 (100%)
R 71 of 194 ~ 36.6%
G 50 of 194 ~ 25.77%
B 73 of 194 ~ 37.63%

%36.6
%25.77
%37.63

CMYK color model

#473249 color CMYK value is (3,32,0,71).

  • cyan value is 2.74%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(3,32,0,71)
C3M32Y0K71 
(3%,32%,0%,71%)
(0.03/0.32/0.00/0.71)	

CMYK percentages

%2.74
%31.51
%0
%71.37

Codes

Color #473249 in popluar color models

473249
RGB715073
HSL295°18.70%24.12%
HSB/HSV295°31.51%28.63%
CMYK2.74%31.51%0.00%
71.37%

Color #473249 in popluar number systems.

HEX473249
Decimal715073
Binary10001111100101001001
Octal10762111

Shades and tints

Shades of #473249

#473249
(71,50,73)
#412E43
(65,46,67)
#3B2A3D
(59,42,61)
#352637
(53,38,55)
#2F2231
(47,34,49)
#291E2B
(41,30,43)
#231A25
(35,26,37)
#1D161F
(29,22,31)
#171219
(23,18,25)
#110E13
(17,14,19)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #473249

#473249
(71,50,73)
#574459
(87,68,89)
#675669
(103,86,105)
#776879
(119,104,121)
#877A89
(135,122,137)
#978C99
(151,140,153)
#A79EA9
(167,158,169)
#B7B0B9
(183,176,185)
#C7C2C9
(199,194,201)
#D7D4D9
(215,212,217)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473249; }

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

This text font color is #473249.


Background Color

.myBgColor { background-color: #473249; }

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

This div background color is #473249.


Border color

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

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

This div border color is #473249.


Opacity

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

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

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

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

This text has shadow with #473249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473249 on black background.


Color preview on white background

This text has color #473249 on white background.



Black color preview on #473249 background

This text has black color on #473249 background.


White color preview on #473249 background

This text has white color on #473249 background.