COLOR #473350

HEX: #473350
RGB: (71,51,80)

Color info

#473350 contains red, green and blue colors in about the same proportion. Web safe color of #473350 is #333366 (or #336).

RGB color model

#473350 color RGB value is (71,51,80).

  • red value is 71;
  • green value is 51;
  • blue value is 80.
RGB:
(71,51,80)
(28%,20%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 80 of 255 = 31%

71
51
80

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

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 80 = 202 (100%)
R 71 of 202 ~ 35.15%
G 51 of 202 ~ 25.25%
B 80 of 202 ~ 39.6%

%35.15
%25.25
%39.6

CMYK color model

#473350 color CMYK value is (11,36,0,69).

  • cyan value is 11.25%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(11,36,0,69)
C11M36Y0K69 
(11%,36%,0%,69%)
(0.11/0.36/0.00/0.69)	

CMYK percentages

%11.25
%36.25
%0
%68.63

Codes

Color #473350 in popluar color models

473350
RGB715180
HSL281°22.14%25.69%
HSB/HSV281°36.25%31.37%
CMYK11.25%36.25%0.00%
68.63%

Color #473350 in popluar number systems.

HEX473350
Decimal715180
Binary10001111100111010000
Octal10763120

Shades and tints

Shades of #473350

#473350
(71,51,80)
#412F49
(65,47,73)
#3B2B42
(59,43,66)
#35273B
(53,39,59)
#2F2334
(47,35,52)
#291F2D
(41,31,45)
#231B26
(35,27,38)
#1D171F
(29,23,31)
#171318
(23,19,24)
#110F11
(17,15,17)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #473350

#473350
(71,51,80)
#57455F
(87,69,95)
#67576E
(103,87,110)
#77697D
(119,105,125)
#877B8C
(135,123,140)
#978D9B
(151,141,155)
#A79FAA
(167,159,170)
#B7B1B9
(183,177,185)
#C7C3C8
(199,195,200)
#D7D5D7
(215,213,215)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473350 color. Also use rgb(71,51,80) instead hex code.

Text Font Color

.myTextColor { color: #473350; }

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

This text font color is #473350.


Background Color

.myBgColor { background-color: #473350; }

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

This div background color is #473350.


Border color

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

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

This div border color is #473350.


Opacity

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

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

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

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

This text has shadow with #473350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473350 on black background.


Color preview on white background

This text has color #473350 on white background.



Black color preview on #473350 background

This text has black color on #473350 background.


White color preview on #473350 background

This text has white color on #473350 background.