COLOR #355655

HEX: #355655
RGB: (53,86,85)

Color info

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

RGB color model

#355655 color RGB value is (53,86,85).

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

RGB channels and saturation

R 53 of 255 = 21%
G 86 of 255 = 34%
B 85 of 255 = 33%

53
86
85

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

Portions of RGB colors in percentages

R + G + B =
53 + 86 + 85 = 224 (100%)
R 53 of 224 ~ 23.66%
G 86 of 224 ~ 38.39%
B 85 of 224 ~ 37.95%

%23.66
%38.39
%37.95

CMYK color model

#355655 color CMYK value is (38,0,1,66).

  • cyan value is 38.37%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(38,0,1,66)
C38M0Y1K66 
(38%,0%,1%,66%)
(0.38/0.00/0.01/0.66)	

CMYK percentages

%38.37
%0
%1.16
%66.27

Codes

Color #355655 in popluar color models

355655
RGB538685
HSL178°23.74%27.25%
HSB/HSV178°38.37%33.73%
CMYK38.37%0.00%1.16%
66.27%

Color #355655 in popluar number systems.

HEX355655
Decimal538685
Binary11010110101101010101
Octal65126125

Shades and tints

Shades of #355655

#355655
(53,86,85)
#314F4E
(49,79,78)
#2D4847
(45,72,71)
#294140
(41,65,64)
#253A39
(37,58,57)
#213332
(33,51,50)
#1D2C2B
(29,44,43)
#192524
(25,37,36)
#151E1D
(21,30,29)
#111716
(17,23,22)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #355655

#355655
(53,86,85)
#476564
(71,101,100)
#597473
(89,116,115)
#6B8382
(107,131,130)
#7D9291
(125,146,145)
#8FA1A0
(143,161,160)
#A1B0AF
(161,176,175)
#B3BFBE
(179,191,190)
#C5CECD
(197,206,205)
#D7DDDC
(215,221,220)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355655; }

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

This text font color is #355655.


Background Color

.myBgColor { background-color: #355655; }

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

This div background color is #355655.


Border color

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

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

This div border color is #355655.


Opacity

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

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

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

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

This text has shadow with #355655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355655 on black background.


Color preview on white background

This text has color #355655 on white background.



Black color preview on #355655 background

This text has black color on #355655 background.


White color preview on #355655 background

This text has white color on #355655 background.