COLOR #355667

HEX: #355667
RGB: (53,86,103)

Color info

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

RGB color model

#355667 color RGB value is (53,86,103).

  • red value is 53;
  • green value is 86;
  • blue value is 103.
RGB:
(53,86,103)
(21%,34%,40%)

RGB channels and saturation

R 53 of 255 = 21%
G 86 of 255 = 34%
B 103 of 255 = 40%

53
86
103

R + G + B ~ 32%. #355667 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 86 + 103 = 242 (100%)
R 53 of 242 ~ 21.9%
G 86 of 242 ~ 35.54%
B 103 of 242 ~ 42.56%

%21.9
%35.54
%42.56

CMYK color model

#355667 color CMYK value is (49,17,0,60).

  • cyan value is 48.54%
  • magenta value is 16.50%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(49,17,0,60)
C49M17Y0K60 
(49%,17%,0%,60%)
(0.49/0.17/0.00/0.60)	

CMYK percentages

%48.54
%16.5
%0
%59.61

Codes

Color #355667 in popluar color models

355667
RGB5386103
HSL200°32.05%30.59%
HSB/HSV200°48.54%40.39%
CMYK48.54%16.50%0.00%
59.61%

Color #355667 in popluar number systems.

HEX355667
Decimal5386103
Binary11010110101101100111
Octal65126147

Shades and tints

Shades of #355667

#355667
(53,86,103)
#314F5E
(49,79,94)
#2D4855
(45,72,85)
#29414C
(41,65,76)
#253A43
(37,58,67)
#21333A
(33,51,58)
#1D2C31
(29,44,49)
#192528
(25,37,40)
#151E1F
(21,30,31)
#111716
(17,23,22)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #355667

#355667
(53,86,103)
#476574
(71,101,116)
#597481
(89,116,129)
#6B838E
(107,131,142)
#7D929B
(125,146,155)
#8FA1A8
(143,161,168)
#A1B0B5
(161,176,181)
#B3BFC2
(179,191,194)
#C5CECF
(197,206,207)
#D7DDDC
(215,221,220)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355667 color. Also use rgb(53,86,103) instead hex code.

Text Font Color

.myTextColor { color: #355667; }

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

This text font color is #355667.


Background Color

.myBgColor { background-color: #355667; }

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

This div background color is #355667.


Border color

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

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

This div border color is #355667.


Opacity

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

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

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

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

This text has shadow with #355667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355667 on black background.


Color preview on white background

This text has color #355667 on white background.



Black color preview on #355667 background

This text has black color on #355667 background.


White color preview on #355667 background

This text has white color on #355667 background.