COLOR #355F68

HEX: #355F68
RGB: (53,95,104)

Color info

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

RGB color model

#355F68 color RGB value is (53,95,104).

  • red value is 53;
  • green value is 95;
  • blue value is 104.
RGB:
(53,95,104)
(21%,37%,41%)

RGB channels and saturation

R 53 of 255 = 21%
G 95 of 255 = 37%
B 104 of 255 = 41%

53
95
104

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

Portions of RGB colors in percentages

R + G + B =
53 + 95 + 104 = 252 (100%)
R 53 of 252 ~ 21.03%
G 95 of 252 ~ 37.7%
B 104 of 252 ~ 41.27%

%21.03
%37.7
%41.27

CMYK color model

#355F68 color CMYK value is (49,9,0,59).

  • cyan value is 49.04%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(49,9,0,59)
C49M9Y0K59 
(49%,9%,0%,59%)
(0.49/0.09/0.00/0.59)	

CMYK percentages

%49.04
%8.65
%0
%59.22

Codes

Color #355F68 in popluar color models

355F68
RGB5395104
HSL191°32.48%30.78%
HSB/HSV191°49.04%40.78%
CMYK49.04%8.65%0.00%
59.22%

Color #355F68 in popluar number systems.

HEX355F68
Decimal5395104
Binary11010110111111101000
Octal65137150

Shades and tints

Shades of #355F68

#355F68
(53,95,104)
#31575F
(49,87,95)
#2D4F56
(45,79,86)
#29474D
(41,71,77)
#253F44
(37,63,68)
#21373B
(33,55,59)
#1D2F32
(29,47,50)
#192729
(25,39,41)
#151F20
(21,31,32)
#111717
(17,23,23)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #355F68

#355F68
(53,95,104)
#476D75
(71,109,117)
#597B82
(89,123,130)
#6B898F
(107,137,143)
#7D979C
(125,151,156)
#8FA5A9
(143,165,169)
#A1B3B6
(161,179,182)
#B3C1C3
(179,193,195)
#C5CFD0
(197,207,208)
#D7DDDD
(215,221,221)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355F68 color. Also use rgb(53,95,104) instead hex code.

Text Font Color

.myTextColor { color: #355F68; }

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

This text font color is #355F68.


Background Color

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

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

This div background color is #355F68.


Border color

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

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

This div border color is #355F68.


Opacity

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

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

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

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

This text has shadow with #355F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355F68 on black background.


Color preview on white background

This text has color #355F68 on white background.



Black color preview on #355F68 background

This text has black color on #355F68 background.


White color preview on #355F68 background

This text has white color on #355F68 background.