COLOR #355D5B

HEX: #355D5B
RGB: (53,93,91)

Color info

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

RGB color model

#355D5B color RGB value is (53,93,91).

  • red value is 53;
  • green value is 93;
  • blue value is 91.
RGB:
(53,93,91)
(21%,36%,36%)

RGB channels and saturation

R 53 of 255 = 21%
G 93 of 255 = 36%
B 91 of 255 = 36%

53
93
91

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

Portions of RGB colors in percentages

R + G + B =
53 + 93 + 91 = 237 (100%)
R 53 of 237 ~ 22.36%
G 93 of 237 ~ 39.24%
B 91 of 237 ~ 38.4%

%22.36
%39.24
%38.4

CMYK color model

#355D5B color CMYK value is (43,0,2,64).

  • cyan value is 43.01%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 63.53%
CMYK:
(43,0,2,64)
C43M0Y2K64 
(43%,0%,2%,64%)
(0.43/0.00/0.02/0.64)	

CMYK percentages

%43.01
%0
%2.15
%63.53

Codes

Color #355D5B in popluar color models

355D5B
RGB539391
HSL177°27.40%28.63%
HSB/HSV177°43.01%36.47%
CMYK43.01%0.00%2.15%
63.53%

Color #355D5B in popluar number systems.

HEX355D5B
Decimal539391
Binary11010110111011011011
Octal65135133

Shades and tints

Shades of #355D5B

#355D5B
(53,93,91)
#315553
(49,85,83)
#2D4D4B
(45,77,75)
#294543
(41,69,67)
#253D3B
(37,61,59)
#213533
(33,53,51)
#1D2D2B
(29,45,43)
#192523
(25,37,35)
#151D1B
(21,29,27)
#111513
(17,21,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #355D5B

#355D5B
(53,93,91)
#476B69
(71,107,105)
#597977
(89,121,119)
#6B8785
(107,135,133)
#7D9593
(125,149,147)
#8FA3A1
(143,163,161)
#A1B1AF
(161,177,175)
#B3BFBD
(179,191,189)
#C5CDCB
(197,205,203)
#D7DBD9
(215,219,217)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355D5B color. Also use rgb(53,93,91) instead hex code.

Text Font Color

.myTextColor { color: #355D5B; }

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

This text font color is #355D5B.


Background Color

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

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

This div background color is #355D5B.


Border color

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

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

This div border color is #355D5B.


Opacity

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

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

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

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

This text has shadow with #355D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355D5B on black background.


Color preview on white background

This text has color #355D5B on white background.



Black color preview on #355D5B background

This text has black color on #355D5B background.


White color preview on #355D5B background

This text has white color on #355D5B background.