COLOR #355067

HEX: #355067
RGB: (53,80,103)

Color info

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

RGB color model

#355067 color RGB value is (53,80,103).

  • red value is 53;
  • green value is 80;
  • blue value is 103.
RGB:
(53,80,103)
(21%,31%,40%)

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 103 of 255 = 40%

53
80
103

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

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 103 = 236 (100%)
R 53 of 236 ~ 22.46%
G 80 of 236 ~ 33.9%
B 103 of 236 ~ 43.64%

%22.46
%33.9
%43.64

CMYK color model

#355067 color CMYK value is (49,22,0,60).

  • cyan value is 48.54%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(49,22,0,60)
C49M22Y0K60 
(49%,22%,0%,60%)
(0.49/0.22/0.00/0.60)	

CMYK percentages

%48.54
%22.33
%0
%59.61

Codes

Color #355067 in popluar color models

355067
RGB5380103
HSL208°32.05%30.59%
HSB/HSV208°48.54%40.39%
CMYK48.54%22.33%0.00%
59.61%

Color #355067 in popluar number systems.

HEX355067
Decimal5380103
Binary11010110100001100111
Octal65120147

Shades and tints

Shades of #355067

#355067
(53,80,103)
#31495E
(49,73,94)
#2D4255
(45,66,85)
#293B4C
(41,59,76)
#253443
(37,52,67)
#212D3A
(33,45,58)
#1D2631
(29,38,49)
#191F28
(25,31,40)
#15181F
(21,24,31)
#111116
(17,17,22)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #355067

#355067
(53,80,103)
#475F74
(71,95,116)
#596E81
(89,110,129)
#6B7D8E
(107,125,142)
#7D8C9B
(125,140,155)
#8F9BA8
(143,155,168)
#A1AAB5
(161,170,181)
#B3B9C2
(179,185,194)
#C5C8CF
(197,200,207)
#D7D7DC
(215,215,220)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355067 color. Also use rgb(53,80,103) instead hex code.

Text Font Color

.myTextColor { color: #355067; }

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

This text font color is #355067.


Background Color

.myBgColor { background-color: #355067; }

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

This div background color is #355067.


Border color

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

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

This div border color is #355067.


Opacity

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

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

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

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

This text has shadow with #355067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355067 on black background.


Color preview on white background

This text has color #355067 on white background.



Black color preview on #355067 background

This text has black color on #355067 background.


White color preview on #355067 background

This text has white color on #355067 background.