COLOR #353157

HEX: #353157
RGB: (53,49,87)

Color info

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

RGB color model

#353157 color RGB value is (53,49,87).

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

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 87 of 255 = 34%

53
49
87

R + G + B ~ 25%. #353157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 87 = 189 (100%)
R 53 of 189 ~ 28.04%
G 49 of 189 ~ 25.93%
B 87 of 189 ~ 46.03%

%28.04
%25.93
%46.03

CMYK color model

#353157 color CMYK value is (39,44,0,66).

  • cyan value is 39.08%
  • magenta value is 43.68%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(39,44,0,66)
C39M44Y0K66 
(39%,44%,0%,66%)
(0.39/0.44/0.00/0.66)	

CMYK percentages

%39.08
%43.68
%0
%65.88

Codes

Color #353157 in popluar color models

353157
RGB534987
HSL246°27.94%26.67%
HSB/HSV246°43.68%34.12%
CMYK39.08%43.68%0.00%
65.88%

Color #353157 in popluar number systems.

HEX353157
Decimal534987
Binary1101011100011010111
Octal6561127

Shades and tints

Shades of #353157

#353157
(53,49,87)
#312D50
(49,45,80)
#2D2949
(45,41,73)
#292542
(41,37,66)
#25213B
(37,33,59)
#211D34
(33,29,52)
#1D192D
(29,25,45)
#191526
(25,21,38)
#15111F
(21,17,31)
#110D18
(17,13,24)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #353157

#353157
(53,49,87)
#474366
(71,67,102)
#595575
(89,85,117)
#6B6784
(107,103,132)
#7D7993
(125,121,147)
#8F8BA2
(143,139,162)
#A19DB1
(161,157,177)
#B3AFC0
(179,175,192)
#C5C1CF
(197,193,207)
#D7D3DE
(215,211,222)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353157; }

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

This text font color is #353157.


Background Color

.myBgColor { background-color: #353157; }

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

This div background color is #353157.


Border color

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

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

This div border color is #353157.


Opacity

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

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

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

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

This text has shadow with #353157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353157 on black background.


Color preview on white background

This text has color #353157 on white background.



Black color preview on #353157 background

This text has black color on #353157 background.


White color preview on #353157 background

This text has white color on #353157 background.