COLOR #355160

HEX: #355160
RGB: (53,81,96)

Color info

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

RGB color model

#355160 color RGB value is (53,81,96).

  • red value is 53;
  • green value is 81;
  • blue value is 96.
RGB:
(53,81,96)
(21%,32%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 81 of 255 = 32%
B 96 of 255 = 38%

53
81
96

R + G + B ~ 30%. #355160 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 81 + 96 = 230 (100%)
R 53 of 230 ~ 23.04%
G 81 of 230 ~ 35.22%
B 96 of 230 ~ 41.74%

%23.04
%35.22
%41.74

CMYK color model

#355160 color CMYK value is (45,16,0,62).

  • cyan value is 44.79%
  • magenta value is 15.63%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(45,16,0,62)
C45M16Y0K62 
(45%,16%,0%,62%)
(0.45/0.16/0.00/0.62)	

CMYK percentages

%44.79
%15.63
%0
%62.35

Codes

Color #355160 in popluar color models

355160
RGB538196
HSL201°28.86%29.22%
HSB/HSV201°44.79%37.65%
CMYK44.79%15.63%0.00%
62.35%

Color #355160 in popluar number systems.

HEX355160
Decimal538196
Binary11010110100011100000
Octal65121140

Shades and tints

Shades of #355160

#355160
(53,81,96)
#314A58
(49,74,88)
#2D4350
(45,67,80)
#293C48
(41,60,72)
#253540
(37,53,64)
#212E38
(33,46,56)
#1D2730
(29,39,48)
#192028
(25,32,40)
#151920
(21,25,32)
#111218
(17,18,24)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #355160

#355160
(53,81,96)
#47606E
(71,96,110)
#596F7C
(89,111,124)
#6B7E8A
(107,126,138)
#7D8D98
(125,141,152)
#8F9CA6
(143,156,166)
#A1ABB4
(161,171,180)
#B3BAC2
(179,186,194)
#C5C9D0
(197,201,208)
#D7D8DE
(215,216,222)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355160 color. Also use rgb(53,81,96) instead hex code.

Text Font Color

.myTextColor { color: #355160; }

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

This text font color is #355160.


Background Color

.myBgColor { background-color: #355160; }

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

This div background color is #355160.


Border color

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

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

This div border color is #355160.


Opacity

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

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

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

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

This text has shadow with #355160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355160 on black background.


Color preview on white background

This text has color #355160 on white background.



Black color preview on #355160 background

This text has black color on #355160 background.


White color preview on #355160 background

This text has white color on #355160 background.