COLOR #355962

HEX: #355962
RGB: (53,89,98)

Color info

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

RGB color model

#355962 color RGB value is (53,89,98).

  • red value is 53;
  • green value is 89;
  • blue value is 98.
RGB:
(53,89,98)
(21%,35%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 89 of 255 = 35%
B 98 of 255 = 38%

53
89
98

R + G + B ~ 31%. #355962 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 89 + 98 = 240 (100%)
R 53 of 240 ~ 22.08%
G 89 of 240 ~ 37.08%
B 98 of 240 ~ 40.83%

%22.08
%37.08
%40.83

CMYK color model

#355962 color CMYK value is (46,9,0,62).

  • cyan value is 45.92%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(46,9,0,62)
C46M9Y0K62 
(46%,9%,0%,62%)
(0.46/0.09/0.00/0.62)	

CMYK percentages

%45.92
%9.18
%0
%61.57

Codes

Color #355962 in popluar color models

355962
RGB538998
HSL192°29.80%29.61%
HSB/HSV192°45.92%38.43%
CMYK45.92%9.18%0.00%
61.57%

Color #355962 in popluar number systems.

HEX355962
Decimal538998
Binary11010110110011100010
Octal65131142

Shades and tints

Shades of #355962

#355962
(53,89,98)
#31515A
(49,81,90)
#2D4952
(45,73,82)
#29414A
(41,65,74)
#253942
(37,57,66)
#21313A
(33,49,58)
#1D2932
(29,41,50)
#19212A
(25,33,42)
#151922
(21,25,34)
#11111A
(17,17,26)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #355962

#355962
(53,89,98)
#476870
(71,104,112)
#59777E
(89,119,126)
#6B868C
(107,134,140)
#7D959A
(125,149,154)
#8FA4A8
(143,164,168)
#A1B3B6
(161,179,182)
#B3C2C4
(179,194,196)
#C5D1D2
(197,209,210)
#D7E0E0
(215,224,224)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355962 color. Also use rgb(53,89,98) instead hex code.

Text Font Color

.myTextColor { color: #355962; }

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

This text font color is #355962.


Background Color

.myBgColor { background-color: #355962; }

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

This div background color is #355962.


Border color

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

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

This div border color is #355962.


Opacity

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

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

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

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

This text has shadow with #355962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355962 on black background.


Color preview on white background

This text has color #355962 on white background.



Black color preview on #355962 background

This text has black color on #355962 background.


White color preview on #355962 background

This text has white color on #355962 background.