COLOR #35165F

HEX: #35165F
RGB: (53,22,95)

Color info

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

RGB color model

#35165F color RGB value is (53,22,95).

  • red value is 53;
  • green value is 22;
  • blue value is 95.
RGB:
(53,22,95)
(21%,9%,37%)

RGB channels and saturation

R 53 of 255 = 21%
G 22 of 255 = 9%
B 95 of 255 = 37%

53
22
95

R + G + B ~ 22%. #35165F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 22 + 95 = 170 (100%)
R 53 of 170 ~ 31.18%
G 22 of 170 ~ 12.94%
B 95 of 170 ~ 55.88%

%31.18
%12.94
%55.88

CMYK color model

#35165F color CMYK value is (44,77,0,63).

  • cyan value is 44.21%
  • magenta value is 76.84%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(44,77,0,63)
C44M77Y0K63 
(44%,77%,0%,63%)
(0.44/0.77/0.00/0.63)	

CMYK percentages

%44.21
%76.84
%0
%62.75

Codes

Color #35165F in popluar color models

35165F
RGB532295
HSL265°62.39%22.94%
HSB/HSV265°76.84%37.25%
CMYK44.21%76.84%0.00%
62.75%

Color #35165F in popluar number systems.

HEX35165F
Decimal532295
Binary110101101101011111
Octal6526137

Shades and tints

Shades of #35165F

#35165F
(53,22,95)
#311457
(49,20,87)
#2D124F
(45,18,79)
#291047
(41,16,71)
#250E3F
(37,14,63)
#210C37
(33,12,55)
#1D0A2F
(29,10,47)
#190827
(25,8,39)
#15061F
(21,6,31)
#110417
(17,4,23)
#0D020F
(13,2,15)
#000000
(0,0,0)

Tints of #35165F

#35165F
(53,22,95)
#472B6D
(71,43,109)
#59407B
(89,64,123)
#6B5589
(107,85,137)
#7D6A97
(125,106,151)
#8F7FA5
(143,127,165)
#A194B3
(161,148,179)
#B3A9C1
(179,169,193)
#C5BECF
(197,190,207)
#D7D3DD
(215,211,221)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35165F color. Also use rgb(53,22,95) instead hex code.

Text Font Color

.myTextColor { color: #35165F; }

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

This text font color is #35165F.


Background Color

.myBgColor { background-color: #35165F; }

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

This div background color is #35165F.


Border color

.myBorderColor { border: 1px solid #35165F; }

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

This div border color is #35165F.


Opacity

.myOpacity80 { color: #35165F; opacity: 0.8; }

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

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

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

This text has shadow with #35165F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35165F on black background.


Color preview on white background

This text has color #35165F on white background.



Black color preview on #35165F background

This text has black color on #35165F background.


White color preview on #35165F background

This text has white color on #35165F background.