COLOR #350C51

HEX: #350C51
RGB: (53,12,81)

Color info

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

RGB color model

#350C51 color RGB value is (53,12,81).

  • red value is 53;
  • green value is 12;
  • blue value is 81.
RGB:
(53,12,81)
(21%,5%,32%)

RGB channels and saturation

R 53 of 255 = 21%
G 12 of 255 = 5%
B 81 of 255 = 32%

53
12
81

R + G + B ~ 19%. #350C51 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 12 + 81 = 146 (100%)
R 53 of 146 ~ 36.3%
G 12 of 146 ~ 8.22%
B 81 of 146 ~ 55.48%

%36.3
%55.48

CMYK color model

#350C51 color CMYK value is (35,85,0,68).

  • cyan value is 34.57%
  • magenta value is 85.19%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(35,85,0,68)
C35M85Y0K68 
(35%,85%,0%,68%)
(0.35/0.85/0.00/0.68)	

CMYK percentages

%34.57
%85.19
%0
%68.24

Codes

Color #350C51 in popluar color models

350C51
RGB531281
HSL276°74.19%18.24%
HSB/HSV276°85.19%31.76%
CMYK34.57%85.19%0.00%
68.24%

Color #350C51 in popluar number systems.

HEX350C51
Decimal531281
Binary11010111001010001
Octal6514121

Shades and tints

Shades of #350C51

#350C51
(53,12,81)
#310B4A
(49,11,74)
#2D0A43
(45,10,67)
#29093C
(41,9,60)
#250835
(37,8,53)
#21072E
(33,7,46)
#1D0627
(29,6,39)
#190520
(25,5,32)
#150419
(21,4,25)
#110312
(17,3,18)
#0D020B
(13,2,11)
#000000
(0,0,0)

Tints of #350C51

#350C51
(53,12,81)
#472260
(71,34,96)
#59386F
(89,56,111)
#6B4E7E
(107,78,126)
#7D648D
(125,100,141)
#8F7A9C
(143,122,156)
#A190AB
(161,144,171)
#B3A6BA
(179,166,186)
#C5BCC9
(197,188,201)
#D7D2D8
(215,210,216)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350C51 color. Also use rgb(53,12,81) instead hex code.

Text Font Color

.myTextColor { color: #350C51; }

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

This text font color is #350C51.


Background Color

.myBgColor { background-color: #350C51; }

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

This div background color is #350C51.


Border color

.myBorderColor { border: 1px solid #350C51; }

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

This div border color is #350C51.


Opacity

.myOpacity80 { color: #350C51; opacity: 0.8; }

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

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

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

This text has shadow with #350C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350C51 on black background.


Color preview on white background

This text has color #350C51 on white background.



Black color preview on #350C51 background

This text has black color on #350C51 background.


White color preview on #350C51 background

This text has white color on #350C51 background.