COLOR #351C51

HEX: #351C51
RGB: (53,28,81)

Color info

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

RGB color model

#351C51 color RGB value is (53,28,81).

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

RGB channels and saturation

R 53 of 255 = 21%
G 28 of 255 = 11%
B 81 of 255 = 32%

53
28
81

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

Portions of RGB colors in percentages

R + G + B =
53 + 28 + 81 = 162 (100%)
R 53 of 162 ~ 32.72%
G 28 of 162 ~ 17.28%
B 81 of 162 ~ 50%

%32.72
%17.28
%50

CMYK color model

#351C51 color CMYK value is (35,65,0,68).

  • cyan value is 34.57%
  • magenta value is 65.43%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(35,65,0,68)
C35M65Y0K68 
(35%,65%,0%,68%)
(0.35/0.65/0.00/0.68)	

CMYK percentages

%34.57
%65.43
%0
%68.24

Codes

Color #351C51 in popluar color models

351C51
RGB532881
HSL268°48.62%21.37%
HSB/HSV268°65.43%31.76%
CMYK34.57%65.43%0.00%
68.24%

Color #351C51 in popluar number systems.

HEX351C51
Decimal532881
Binary110101111001010001
Octal6534121

Shades and tints

Shades of #351C51

#351C51
(53,28,81)
#311A4A
(49,26,74)
#2D1843
(45,24,67)
#29163C
(41,22,60)
#251435
(37,20,53)
#21122E
(33,18,46)
#1D1027
(29,16,39)
#190E20
(25,14,32)
#150C19
(21,12,25)
#110A12
(17,10,18)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #351C51

#351C51
(53,28,81)
#473060
(71,48,96)
#59446F
(89,68,111)
#6B587E
(107,88,126)
#7D6C8D
(125,108,141)
#8F809C
(143,128,156)
#A194AB
(161,148,171)
#B3A8BA
(179,168,186)
#C5BCC9
(197,188,201)
#D7D0D8
(215,208,216)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351C51; }

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

This text font color is #351C51.


Background Color

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

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

This div background color is #351C51.


Border color

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

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

This div border color is #351C51.


Opacity

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

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

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

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

This text has shadow with #351C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351C51 on black background.


Color preview on white background

This text has color #351C51 on white background.



Black color preview on #351C51 background

This text has black color on #351C51 background.


White color preview on #351C51 background

This text has white color on #351C51 background.