COLOR #355D72

HEX: #355D72
RGB: (53,93,114)

Color info

#355D72 contains mainly green and blue colors. Web safe color of #355D72 is #336666 (or #366).

RGB color model

#355D72 color RGB value is (53,93,114).

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

RGB channels and saturation

R 53 of 255 = 21%
G 93 of 255 = 36%
B 114 of 255 = 45%

53
93
114

R + G + B ~ 34%. #355D72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 93 + 114 = 260 (100%)
R 53 of 260 ~ 20.38%
G 93 of 260 ~ 35.77%
B 114 of 260 ~ 43.85%

%20.38
%35.77
%43.85

CMYK color model

#355D72 color CMYK value is (54,18,0,55).

  • cyan value is 53.51%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(54,18,0,55)
C54M18Y0K55 
(54%,18%,0%,55%)
(0.54/0.18/0.00/0.55)	

CMYK percentages

%53.51
%18.42
%0
%55.29

Codes

Color #355D72 in popluar color models

355D72
RGB5393114
HSL201°36.53%32.75%
HSB/HSV201°53.51%44.71%
CMYK53.51%18.42%0.00%
55.29%

Color #355D72 in popluar number systems.

HEX355D72
Decimal5393114
Binary11010110111011110010
Octal65135162

Shades and tints

Shades of #355D72

#355D72
(53,93,114)
#315568
(49,85,104)
#2D4D5E
(45,77,94)
#294554
(41,69,84)
#253D4A
(37,61,74)
#213540
(33,53,64)
#1D2D36
(29,45,54)
#19252C
(25,37,44)
#151D22
(21,29,34)
#111518
(17,21,24)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #355D72

#355D72
(53,93,114)
#476B7E
(71,107,126)
#59798A
(89,121,138)
#6B8796
(107,135,150)
#7D95A2
(125,149,162)
#8FA3AE
(143,163,174)
#A1B1BA
(161,177,186)
#B3BFC6
(179,191,198)
#C5CDD2
(197,205,210)
#D7DBDE
(215,219,222)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355D72; }

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

This text font color is #355D72.


Background Color

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

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

This div background color is #355D72.


Border color

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

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

This div border color is #355D72.


Opacity

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

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

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

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

This text has shadow with #355D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355D72 on black background.


Color preview on white background

This text has color #355D72 on white background.



Black color preview on #355D72 background

This text has black color on #355D72 background.


White color preview on #355D72 background

This text has white color on #355D72 background.