COLOR #350563

HEX: #350563
RGB: (53,5,99)

Color info

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

RGB color model

#350563 color RGB value is (53,5,99).

  • red value is 53;
  • green value is 5;
  • blue value is 99.
RGB:
(53,5,99)
(21%,2%,39%)

RGB channels and saturation

R 53 of 255 = 21%
G 5 of 255 = 2%
B 99 of 255 = 39%

53
5
99

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

Portions of RGB colors in percentages

R + G + B =
53 + 5 + 99 = 157 (100%)
R 53 of 157 ~ 33.76%
G 5 of 157 ~ 3.18%
B 99 of 157 ~ 63.06%

%33.76
%63.06

CMYK color model

#350563 color CMYK value is (46,95,0,61).

  • cyan value is 46.46%
  • magenta value is 94.95%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(46,95,0,61)
C46M95Y0K61 
(46%,95%,0%,61%)
(0.46/0.95/0.00/0.61)	

CMYK percentages

%46.46
%94.95
%0
%61.18

Codes

Color #350563 in popluar color models

350563
RGB53599
HSL271°90.38%20.39%
HSB/HSV271°94.95%38.82%
CMYK46.46%94.95%0.00%
61.18%

Color #350563 in popluar number systems.

HEX350563
Decimal53599
Binary1101011011100011
Octal655143

Shades and tints

Shades of #350563

#350563
(53,5,99)
#31055A
(49,5,90)
#2D0551
(45,5,81)
#290548
(41,5,72)
#25053F
(37,5,63)
#210536
(33,5,54)
#1D052D
(29,5,45)
#190524
(25,5,36)
#15051B
(21,5,27)
#110512
(17,5,18)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #350563

#350563
(53,5,99)
#471B71
(71,27,113)
#59317F
(89,49,127)
#6B478D
(107,71,141)
#7D5D9B
(125,93,155)
#8F73A9
(143,115,169)
#A189B7
(161,137,183)
#B39FC5
(179,159,197)
#C5B5D3
(197,181,211)
#D7CBE1
(215,203,225)
#E9E1EF
(233,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350563 color. Also use rgb(53,5,99) instead hex code.

Text Font Color

.myTextColor { color: #350563; }

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

This text font color is #350563.


Background Color

.myBgColor { background-color: #350563; }

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

This div background color is #350563.


Border color

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

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

This div border color is #350563.


Opacity

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

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

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

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

This text has shadow with #350563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350563 on black background.


Color preview on white background

This text has color #350563 on white background.



Black color preview on #350563 background

This text has black color on #350563 background.


White color preview on #350563 background

This text has white color on #350563 background.