COLOR #470353

HEX: #470353
RGB: (71,3,83)

Color info

#470353 contains mainly red and blue colors. Web safe color of #470353 is #330066 (or #306).

RGB color model

#470353 color RGB value is (71,3,83).

  • red value is 71;
  • green value is 3;
  • blue value is 83.
RGB:
(71,3,83)
(28%,1%,33%)

RGB channels and saturation

R 71 of 255 = 28%
G 3 of 255 = 1%
B 83 of 255 = 33%

71
3
83

R + G + B ~ 21%. #470353 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 3 + 83 = 157 (100%)
R 71 of 157 ~ 45.22%
G 3 of 157 ~ 1.91%
B 83 of 157 ~ 52.87%

%45.22
%52.87

CMYK color model

#470353 color CMYK value is (14,96,0,67).

  • cyan value is 14.46%
  • magenta value is 96.39%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(14,96,0,67)
C14M96Y0K67 
(14%,96%,0%,67%)
(0.14/0.96/0.00/0.67)	

CMYK percentages

%14.46
%96.39
%0
%67.45

Codes

Color #470353 in popluar color models

470353
RGB71383
HSL291°93.02%16.86%
HSB/HSV291°96.39%32.55%
CMYK14.46%96.39%0.00%
67.45%

Color #470353 in popluar number systems.

HEX470353
Decimal71383
Binary1000111111010011
Octal1073123

Shades and tints

Shades of #470353

#470353
(71,3,83)
#41034C
(65,3,76)
#3B0345
(59,3,69)
#35033E
(53,3,62)
#2F0337
(47,3,55)
#290330
(41,3,48)
#230329
(35,3,41)
#1D0322
(29,3,34)
#17031B
(23,3,27)
#110314
(17,3,20)
#0B030D
(11,3,13)
#000000
(0,0,0)

Tints of #470353

#470353
(71,3,83)
#571962
(87,25,98)
#672F71
(103,47,113)
#774580
(119,69,128)
#875B8F
(135,91,143)
#97719E
(151,113,158)
#A787AD
(167,135,173)
#B79DBC
(183,157,188)
#C7B3CB
(199,179,203)
#D7C9DA
(215,201,218)
#E7DFE9
(231,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470353 color. Also use rgb(71,3,83) instead hex code.

Text Font Color

.myTextColor { color: #470353; }

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

This text font color is #470353.


Background Color

.myBgColor { background-color: #470353; }

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

This div background color is #470353.


Border color

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

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

This div border color is #470353.


Opacity

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

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

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

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

This text has shadow with #470353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470353 on black background.


Color preview on white background

This text has color #470353 on white background.



Black color preview on #470353 background

This text has black color on #470353 background.


White color preview on #470353 background

This text has white color on #470353 background.