COLOR #354B50

HEX: #354B50
RGB: (53,75,80)

Color info

#354B50 contains red, green and blue colors in about the same proportion. Web safe color of #354B50 is #333366 (or #336).

RGB color model

#354B50 color RGB value is (53,75,80).

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

RGB channels and saturation

R 53 of 255 = 21%
G 75 of 255 = 29%
B 80 of 255 = 31%

53
75
80

R + G + B ~ 27%. #354B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 75 + 80 = 208 (100%)
R 53 of 208 ~ 25.48%
G 75 of 208 ~ 36.06%
B 80 of 208 ~ 38.46%

%25.48
%36.06
%38.46

CMYK color model

#354B50 color CMYK value is (34,6,0,69).

  • cyan value is 33.75%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(34,6,0,69)
C34M6Y0K69 
(34%,6%,0%,69%)
(0.34/0.06/0.00/0.69)	

CMYK percentages

%33.75
%6.25
%0
%68.63

Codes

Color #354B50 in popluar color models

354B50
RGB537580
HSL191°20.30%26.08%
HSB/HSV191°33.75%31.37%
CMYK33.75%6.25%0.00%
68.63%

Color #354B50 in popluar number systems.

HEX354B50
Decimal537580
Binary11010110010111010000
Octal65113120

Shades and tints

Shades of #354B50

#354B50
(53,75,80)
#314549
(49,69,73)
#2D3F42
(45,63,66)
#29393B
(41,57,59)
#253334
(37,51,52)
#212D2D
(33,45,45)
#1D2726
(29,39,38)
#19211F
(25,33,31)
#151B18
(21,27,24)
#111511
(17,21,17)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #354B50

#354B50
(53,75,80)
#475B5F
(71,91,95)
#596B6E
(89,107,110)
#6B7B7D
(107,123,125)
#7D8B8C
(125,139,140)
#8F9B9B
(143,155,155)
#A1ABAA
(161,171,170)
#B3BBB9
(179,187,185)
#C5CBC8
(197,203,200)
#D7DBD7
(215,219,215)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354B50; }

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

This text font color is #354B50.


Background Color

.myBgColor { background-color: #354B50; }

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

This div background color is #354B50.


Border color

.myBorderColor { border: 1px solid #354B50; }

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

This div border color is #354B50.


Opacity

.myOpacity80 { color: #354B50; opacity: 0.8; }

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

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

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

This text has shadow with #354B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354B50 on black background.


Color preview on white background

This text has color #354B50 on white background.



Black color preview on #354B50 background

This text has black color on #354B50 background.


White color preview on #354B50 background

This text has white color on #354B50 background.