COLOR #353163

HEX: #353163
RGB: (53,49,99)

Color info

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

RGB color model

#353163 color RGB value is (53,49,99).

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

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 99 of 255 = 39%

53
49
99

R + G + B ~ 26%. #353163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 99 = 201 (100%)
R 53 of 201 ~ 26.37%
G 49 of 201 ~ 24.38%
B 99 of 201 ~ 49.25%

%26.37
%24.38
%49.25

CMYK color model

#353163 color CMYK value is (46,51,0,61).

  • cyan value is 46.46%
  • magenta value is 50.51%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(46,51,0,61)
C46M51Y0K61 
(46%,51%,0%,61%)
(0.46/0.51/0.00/0.61)	

CMYK percentages

%46.46
%50.51
%0
%61.18

Codes

Color #353163 in popluar color models

353163
RGB534999
HSL245°33.78%29.02%
HSB/HSV245°50.51%38.82%
CMYK46.46%50.51%0.00%
61.18%

Color #353163 in popluar number systems.

HEX353163
Decimal534999
Binary1101011100011100011
Octal6561143

Shades and tints

Shades of #353163

#353163
(53,49,99)
#312D5A
(49,45,90)
#2D2951
(45,41,81)
#292548
(41,37,72)
#25213F
(37,33,63)
#211D36
(33,29,54)
#1D192D
(29,25,45)
#191524
(25,21,36)
#15111B
(21,17,27)
#110D12
(17,13,18)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #353163

#353163
(53,49,99)
#474371
(71,67,113)
#59557F
(89,85,127)
#6B678D
(107,103,141)
#7D799B
(125,121,155)
#8F8BA9
(143,139,169)
#A19DB7
(161,157,183)
#B3AFC5
(179,175,197)
#C5C1D3
(197,193,211)
#D7D3E1
(215,211,225)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353163; }

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

This text font color is #353163.


Background Color

.myBgColor { background-color: #353163; }

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

This div background color is #353163.


Border color

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

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

This div border color is #353163.


Opacity

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

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

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

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

This text has shadow with #353163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353163 on black background.


Color preview on white background

This text has color #353163 on white background.



Black color preview on #353163 background

This text has black color on #353163 background.


White color preview on #353163 background

This text has white color on #353163 background.