COLOR #351165

HEX: #351165
RGB: (53,17,101)

Color info

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

RGB color model

#351165 color RGB value is (53,17,101).

  • red value is 53;
  • green value is 17;
  • blue value is 101.
RGB:
(53,17,101)
(21%,7%,40%)

RGB channels and saturation

R 53 of 255 = 21%
G 17 of 255 = 7%
B 101 of 255 = 40%

53
17
101

R + G + B ~ 23%. #351165 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 17 + 101 = 171 (100%)
R 53 of 171 ~ 30.99%
G 17 of 171 ~ 9.94%
B 101 of 171 ~ 59.06%

%30.99
%9.94
%59.06

CMYK color model

#351165 color CMYK value is (48,83,0,60).

  • cyan value is 47.52%
  • magenta value is 83.17%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(48,83,0,60)
C48M83Y0K60 
(48%,83%,0%,60%)
(0.48/0.83/0.00/0.60)	

CMYK percentages

%47.52
%83.17
%0
%60.39

Codes

Color #351165 in popluar color models

351165
RGB5317101
HSL266°71.19%23.14%
HSB/HSV266°83.17%39.61%
CMYK47.52%83.17%0.00%
60.39%

Color #351165 in popluar number systems.

HEX351165
Decimal5317101
Binary110101100011100101
Octal6521145

Shades and tints

Shades of #351165

#351165
(53,17,101)
#31105C
(49,16,92)
#2D0F53
(45,15,83)
#290E4A
(41,14,74)
#250D41
(37,13,65)
#210C38
(33,12,56)
#1D0B2F
(29,11,47)
#190A26
(25,10,38)
#15091D
(21,9,29)
#110814
(17,8,20)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #351165

#351165
(53,17,101)
#472673
(71,38,115)
#593B81
(89,59,129)
#6B508F
(107,80,143)
#7D659D
(125,101,157)
#8F7AAB
(143,122,171)
#A18FB9
(161,143,185)
#B3A4C7
(179,164,199)
#C5B9D5
(197,185,213)
#D7CEE3
(215,206,227)
#E9E3F1
(233,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351165 color. Also use rgb(53,17,101) instead hex code.

Text Font Color

.myTextColor { color: #351165; }

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

This text font color is #351165.


Background Color

.myBgColor { background-color: #351165; }

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

This div background color is #351165.


Border color

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

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

This div border color is #351165.


Opacity

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

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

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

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

This text has shadow with #351165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351165 on black background.


Color preview on white background

This text has color #351165 on white background.



Black color preview on #351165 background

This text has black color on #351165 background.


White color preview on #351165 background

This text has white color on #351165 background.