COLOR #351470

HEX: #351470
RGB: (53,20,112)

Color info

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

RGB color model

#351470 color RGB value is (53,20,112).

  • red value is 53;
  • green value is 20;
  • blue value is 112.
RGB:
(53,20,112)
(21%,8%,44%)

RGB channels and saturation

R 53 of 255 = 21%
G 20 of 255 = 8%
B 112 of 255 = 44%

53
20
112

R + G + B ~ 24%. #351470 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 20 + 112 = 185 (100%)
R 53 of 185 ~ 28.65%
G 20 of 185 ~ 10.81%
B 112 of 185 ~ 60.54%

%28.65
%10.81
%60.54

CMYK color model

#351470 color CMYK value is (53,82,0,56).

  • cyan value is 52.68%
  • magenta value is 82.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(53,82,0,56)
C53M82Y0K56 
(53%,82%,0%,56%)
(0.53/0.82/0.00/0.56)	

CMYK percentages

%52.68
%82.14
%0
%56.08

Codes

Color #351470 in popluar color models

351470
RGB5320112
HSL262°69.70%25.88%
HSB/HSV262°82.14%43.92%
CMYK52.68%82.14%0.00%
56.08%

Color #351470 in popluar number systems.

HEX351470
Decimal5320112
Binary110101101001110000
Octal6524160

Shades and tints

Shades of #351470

#351470
(53,20,112)
#311366
(49,19,102)
#2D125C
(45,18,92)
#291152
(41,17,82)
#251048
(37,16,72)
#210F3E
(33,15,62)
#1D0E34
(29,14,52)
#190D2A
(25,13,42)
#150C20
(21,12,32)
#110B16
(17,11,22)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #351470

#351470
(53,20,112)
#47297D
(71,41,125)
#593E8A
(89,62,138)
#6B5397
(107,83,151)
#7D68A4
(125,104,164)
#8F7DB1
(143,125,177)
#A192BE
(161,146,190)
#B3A7CB
(179,167,203)
#C5BCD8
(197,188,216)
#D7D1E5
(215,209,229)
#E9E6F2
(233,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351470 color. Also use rgb(53,20,112) instead hex code.

Text Font Color

.myTextColor { color: #351470; }

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

This text font color is #351470.


Background Color

.myBgColor { background-color: #351470; }

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

This div background color is #351470.


Border color

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

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

This div border color is #351470.


Opacity

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

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

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

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

This text has shadow with #351470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351470 on black background.


Color preview on white background

This text has color #351470 on white background.



Black color preview on #351470 background

This text has black color on #351470 background.


White color preview on #351470 background

This text has white color on #351470 background.