COLOR #355C6C

HEX: #355C6C
RGB: (53,92,108)

Color info

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

RGB color model

#355C6C color RGB value is (53,92,108).

  • red value is 53;
  • green value is 92;
  • blue value is 108.
RGB:
(53,92,108)
(21%,36%,42%)

RGB channels and saturation

R 53 of 255 = 21%
G 92 of 255 = 36%
B 108 of 255 = 42%

53
92
108

R + G + B ~ 33%. #355C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 92 + 108 = 253 (100%)
R 53 of 253 ~ 20.95%
G 92 of 253 ~ 36.36%
B 108 of 253 ~ 42.69%

%20.95
%36.36
%42.69

CMYK color model

#355C6C color CMYK value is (51,15,0,58).

  • cyan value is 50.93%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(51,15,0,58)
C51M15Y0K58 
(51%,15%,0%,58%)
(0.51/0.15/0.00/0.58)	

CMYK percentages

%50.93
%14.81
%0
%57.65

Codes

Color #355C6C in popluar color models

355C6C
RGB5392108
HSL197°34.16%31.57%
HSB/HSV197°50.93%42.35%
CMYK50.93%14.81%0.00%
57.65%

Color #355C6C in popluar number systems.

HEX355C6C
Decimal5392108
Binary11010110111001101100
Octal65134154

Shades and tints

Shades of #355C6C

#355C6C
(53,92,108)
#315463
(49,84,99)
#2D4C5A
(45,76,90)
#294451
(41,68,81)
#253C48
(37,60,72)
#21343F
(33,52,63)
#1D2C36
(29,44,54)
#19242D
(25,36,45)
#151C24
(21,28,36)
#11141B
(17,20,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #355C6C

#355C6C
(53,92,108)
#476A79
(71,106,121)
#597886
(89,120,134)
#6B8693
(107,134,147)
#7D94A0
(125,148,160)
#8FA2AD
(143,162,173)
#A1B0BA
(161,176,186)
#B3BEC7
(179,190,199)
#C5CCD4
(197,204,212)
#D7DAE1
(215,218,225)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355C6C color. Also use rgb(53,92,108) instead hex code.

Text Font Color

.myTextColor { color: #355C6C; }

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

This text font color is #355C6C.


Background Color

.myBgColor { background-color: #355C6C; }

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

This div background color is #355C6C.


Border color

.myBorderColor { border: 1px solid #355C6C; }

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

This div border color is #355C6C.


Opacity

.myOpacity80 { color: #355C6C; opacity: 0.8; }

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

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

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

This text has shadow with #355C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355C6C on black background.


Color preview on white background

This text has color #355C6C on white background.



Black color preview on #355C6C background

This text has black color on #355C6C background.


White color preview on #355C6C background

This text has white color on #355C6C background.