COLOR #473368

HEX: #473368
RGB: (71,51,104)

Color info

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

RGB color model

#473368 color RGB value is (71,51,104).

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

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 104 of 255 = 41%

71
51
104

R + G + B ~ 30%. #473368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 104 = 226 (100%)
R 71 of 226 ~ 31.42%
G 51 of 226 ~ 22.57%
B 104 of 226 ~ 46.02%

%31.42
%22.57
%46.02

CMYK color model

#473368 color CMYK value is (32,51,0,59).

  • cyan value is 31.73%
  • magenta value is 50.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(32,51,0,59)
C32M51Y0K59 
(32%,51%,0%,59%)
(0.32/0.51/0.00/0.59)	

CMYK percentages

%31.73
%50.96
%0
%59.22

Codes

Color #473368 in popluar color models

473368
RGB7151104
HSL263°34.19%30.39%
HSB/HSV263°50.96%40.78%
CMYK31.73%50.96%0.00%
59.22%

Color #473368 in popluar number systems.

HEX473368
Decimal7151104
Binary10001111100111101000
Octal10763150

Shades and tints

Shades of #473368

#473368
(71,51,104)
#412F5F
(65,47,95)
#3B2B56
(59,43,86)
#35274D
(53,39,77)
#2F2344
(47,35,68)
#291F3B
(41,31,59)
#231B32
(35,27,50)
#1D1729
(29,23,41)
#171320
(23,19,32)
#110F17
(17,15,23)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #473368

#473368
(71,51,104)
#574575
(87,69,117)
#675782
(103,87,130)
#77698F
(119,105,143)
#877B9C
(135,123,156)
#978DA9
(151,141,169)
#A79FB6
(167,159,182)
#B7B1C3
(183,177,195)
#C7C3D0
(199,195,208)
#D7D5DD
(215,213,221)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473368; }

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

This text font color is #473368.


Background Color

.myBgColor { background-color: #473368; }

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

This div background color is #473368.


Border color

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

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

This div border color is #473368.


Opacity

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

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

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

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

This text has shadow with #473368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473368 on black background.


Color preview on white background

This text has color #473368 on white background.



Black color preview on #473368 background

This text has black color on #473368 background.


White color preview on #473368 background

This text has white color on #473368 background.