COLOR #353B57

HEX: #353B57
RGB: (53,59,87)

Color info

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

RGB color model

#353B57 color RGB value is (53,59,87).

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

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 87 of 255 = 34%

53
59
87

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

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 87 = 199 (100%)
R 53 of 199 ~ 26.63%
G 59 of 199 ~ 29.65%
B 87 of 199 ~ 43.72%

%26.63
%29.65
%43.72

CMYK color model

#353B57 color CMYK value is (39,32,0,66).

  • cyan value is 39.08%
  • magenta value is 32.18%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(39,32,0,66)
C39M32Y0K66 
(39%,32%,0%,66%)
(0.39/0.32/0.00/0.66)	

CMYK percentages

%39.08
%32.18
%0
%65.88

Codes

Color #353B57 in popluar color models

353B57
RGB535987
HSL229°24.29%27.45%
HSB/HSV229°39.08%34.12%
CMYK39.08%32.18%0.00%
65.88%

Color #353B57 in popluar number systems.

HEX353B57
Decimal535987
Binary1101011110111010111
Octal6573127

Shades and tints

Shades of #353B57

#353B57
(53,59,87)
#313650
(49,54,80)
#2D3149
(45,49,73)
#292C42
(41,44,66)
#25273B
(37,39,59)
#212234
(33,34,52)
#1D1D2D
(29,29,45)
#191826
(25,24,38)
#15131F
(21,19,31)
#110E18
(17,14,24)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #353B57

#353B57
(53,59,87)
#474C66
(71,76,102)
#595D75
(89,93,117)
#6B6E84
(107,110,132)
#7D7F93
(125,127,147)
#8F90A2
(143,144,162)
#A1A1B1
(161,161,177)
#B3B2C0
(179,178,192)
#C5C3CF
(197,195,207)
#D7D4DE
(215,212,222)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353B57; }

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

This text font color is #353B57.


Background Color

.myBgColor { background-color: #353B57; }

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

This div background color is #353B57.


Border color

.myBorderColor { border: 1px solid #353B57; }

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

This div border color is #353B57.


Opacity

.myOpacity80 { color: #353B57; opacity: 0.8; }

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

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

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

This text has shadow with #353B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B57 on black background.


Color preview on white background

This text has color #353B57 on white background.



Black color preview on #353B57 background

This text has black color on #353B57 background.


White color preview on #353B57 background

This text has white color on #353B57 background.