COLOR #355968

HEX: #355968
RGB: (53,89,104)

Color info

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

RGB color model

#355968 color RGB value is (53,89,104).

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

RGB channels and saturation

R 53 of 255 = 21%
G 89 of 255 = 35%
B 104 of 255 = 41%

53
89
104

R + G + B ~ 32%. #355968 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 89 + 104 = 246 (100%)
R 53 of 246 ~ 21.54%
G 89 of 246 ~ 36.18%
B 104 of 246 ~ 42.28%

%21.54
%36.18
%42.28

CMYK color model

#355968 color CMYK value is (49,14,0,59).

  • cyan value is 49.04%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(49,14,0,59)
C49M14Y0K59 
(49%,14%,0%,59%)
(0.49/0.14/0.00/0.59)	

CMYK percentages

%49.04
%14.42
%0
%59.22

Codes

Color #355968 in popluar color models

355968
RGB5389104
HSL198°32.48%30.78%
HSB/HSV198°49.04%40.78%
CMYK49.04%14.42%0.00%
59.22%

Color #355968 in popluar number systems.

HEX355968
Decimal5389104
Binary11010110110011101000
Octal65131150

Shades and tints

Shades of #355968

#355968
(53,89,104)
#31515F
(49,81,95)
#2D4956
(45,73,86)
#29414D
(41,65,77)
#253944
(37,57,68)
#21313B
(33,49,59)
#1D2932
(29,41,50)
#192129
(25,33,41)
#151920
(21,25,32)
#111117
(17,17,23)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #355968

#355968
(53,89,104)
#476875
(71,104,117)
#597782
(89,119,130)
#6B868F
(107,134,143)
#7D959C
(125,149,156)
#8FA4A9
(143,164,169)
#A1B3B6
(161,179,182)
#B3C2C3
(179,194,195)
#C5D1D0
(197,209,208)
#D7E0DD
(215,224,221)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355968; }

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

This text font color is #355968.


Background Color

.myBgColor { background-color: #355968; }

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

This div background color is #355968.


Border color

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

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

This div border color is #355968.


Opacity

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

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

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

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

This text has shadow with #355968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355968 on black background.


Color preview on white background

This text has color #355968 on white background.



Black color preview on #355968 background

This text has black color on #355968 background.


White color preview on #355968 background

This text has white color on #355968 background.