COLOR #355755

HEX: #355755
RGB: (53,87,85)

Color info

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

RGB color model

#355755 color RGB value is (53,87,85).

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

RGB channels and saturation

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

53
87
85

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

Portions of RGB colors in percentages

R + G + B =
53 + 87 + 85 = 225 (100%)
R 53 of 225 ~ 23.56%
G 87 of 225 ~ 38.67%
B 85 of 225 ~ 37.78%

%23.56
%38.67
%37.78

CMYK color model

#355755 color CMYK value is (39,0,2,66).

  • cyan value is 39.08%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(39,0,2,66)
C39M0Y2K66 
(39%,0%,2%,66%)
(0.39/0.00/0.02/0.66)	

CMYK percentages

%39.08
%0
%2.3
%65.88

Codes

Color #355755 in popluar color models

355755
RGB538785
HSL176°24.29%27.45%
HSB/HSV176°39.08%34.12%
CMYK39.08%0.00%2.30%
65.88%

Color #355755 in popluar number systems.

HEX355755
Decimal538785
Binary11010110101111010101
Octal65127125

Shades and tints

Shades of #355755

#355755
(53,87,85)
#31504E
(49,80,78)
#2D4947
(45,73,71)
#294240
(41,66,64)
#253B39
(37,59,57)
#213432
(33,52,50)
#1D2D2B
(29,45,43)
#192624
(25,38,36)
#151F1D
(21,31,29)
#111816
(17,24,22)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #355755

#355755
(53,87,85)
#476664
(71,102,100)
#597573
(89,117,115)
#6B8482
(107,132,130)
#7D9391
(125,147,145)
#8FA2A0
(143,162,160)
#A1B1AF
(161,177,175)
#B3C0BE
(179,192,190)
#C5CFCD
(197,207,205)
#D7DEDC
(215,222,220)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355755; }

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

This text font color is #355755.


Background Color

.myBgColor { background-color: #355755; }

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

This div background color is #355755.


Border color

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

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

This div border color is #355755.


Opacity

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

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

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

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

This text has shadow with #355755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355755 on black background.


Color preview on white background

This text has color #355755 on white background.



Black color preview on #355755 background

This text has black color on #355755 background.


White color preview on #355755 background

This text has white color on #355755 background.