COLOR #355057

HEX: #355057
RGB: (53,80,87)

Color info

#355057 contains red, green and blue colors in about the same proportion. Web safe color of #355057 is #336666 (or #366).

RGB color model

#355057 color RGB value is (53,80,87).

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

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 87 of 255 = 34%

53
80
87

R + G + B ~ 29%. #355057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 87 = 220 (100%)
R 53 of 220 ~ 24.09%
G 80 of 220 ~ 36.36%
B 87 of 220 ~ 39.55%

%24.09
%36.36
%39.55

CMYK color model

#355057 color CMYK value is (39,8,0,66).

  • cyan value is 39.08%
  • magenta value is 8.05%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(39,8,0,66)
C39M8Y0K66 
(39%,8%,0%,66%)
(0.39/0.08/0.00/0.66)	

CMYK percentages

%39.08
%8.05
%0
%65.88

Codes

Color #355057 in popluar color models

355057
RGB538087
HSL192°24.29%27.45%
HSB/HSV192°39.08%34.12%
CMYK39.08%8.05%0.00%
65.88%

Color #355057 in popluar number systems.

HEX355057
Decimal538087
Binary11010110100001010111
Octal65120127

Shades and tints

Shades of #355057

#355057
(53,80,87)
#314950
(49,73,80)
#2D4249
(45,66,73)
#293B42
(41,59,66)
#25343B
(37,52,59)
#212D34
(33,45,52)
#1D262D
(29,38,45)
#191F26
(25,31,38)
#15181F
(21,24,31)
#111118
(17,17,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #355057

#355057
(53,80,87)
#475F66
(71,95,102)
#596E75
(89,110,117)
#6B7D84
(107,125,132)
#7D8C93
(125,140,147)
#8F9BA2
(143,155,162)
#A1AAB1
(161,170,177)
#B3B9C0
(179,185,192)
#C5C8CF
(197,200,207)
#D7D7DE
(215,215,222)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355057; }

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

This text font color is #355057.


Background Color

.myBgColor { background-color: #355057; }

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

This div background color is #355057.


Border color

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

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

This div border color is #355057.


Opacity

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

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

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

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

This text has shadow with #355057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355057 on black background.


Color preview on white background

This text has color #355057 on white background.



Black color preview on #355057 background

This text has black color on #355057 background.


White color preview on #355057 background

This text has white color on #355057 background.