COLOR #354A4E

HEX: #354A4E
RGB: (53,74,78)

Color info

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

RGB color model

#354A4E color RGB value is (53,74,78).

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

RGB channels and saturation

R 53 of 255 = 21%
G 74 of 255 = 29%
B 78 of 255 = 31%

53
74
78

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

Portions of RGB colors in percentages

R + G + B =
53 + 74 + 78 = 205 (100%)
R 53 of 205 ~ 25.85%
G 74 of 205 ~ 36.1%
B 78 of 205 ~ 38.05%

%25.85
%36.1
%38.05

CMYK color model

#354A4E color CMYK value is (32,5,0,69).

  • cyan value is 32.05%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(32,5,0,69)
C32M5Y0K69 
(32%,5%,0%,69%)
(0.32/0.05/0.00/0.69)	

CMYK percentages

%32.05
%5.13
%0
%69.41

Codes

Color #354A4E in popluar color models

354A4E
RGB537478
HSL190°19.08%25.69%
HSB/HSV190°32.05%30.59%
CMYK32.05%5.13%0.00%
69.41%

Color #354A4E in popluar number systems.

HEX354A4E
Decimal537478
Binary11010110010101001110
Octal65112116

Shades and tints

Shades of #354A4E

#354A4E
(53,74,78)
#314447
(49,68,71)
#2D3E40
(45,62,64)
#293839
(41,56,57)
#253232
(37,50,50)
#212C2B
(33,44,43)
#1D2624
(29,38,36)
#19201D
(25,32,29)
#151A16
(21,26,22)
#11140F
(17,20,15)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #354A4E

#354A4E
(53,74,78)
#475A5E
(71,90,94)
#596A6E
(89,106,110)
#6B7A7E
(107,122,126)
#7D8A8E
(125,138,142)
#8F9A9E
(143,154,158)
#A1AAAE
(161,170,174)
#B3BABE
(179,186,190)
#C5CACE
(197,202,206)
#D7DADE
(215,218,222)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354A4E color. Also use rgb(53,74,78) instead hex code.

Text Font Color

.myTextColor { color: #354A4E; }

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

This text font color is #354A4E.


Background Color

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

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

This div background color is #354A4E.


Border color

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

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

This div border color is #354A4E.


Opacity

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

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

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

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

This text has shadow with #354A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354A4E on black background.


Color preview on white background

This text has color #354A4E on white background.



Black color preview on #354A4E background

This text has black color on #354A4E background.


White color preview on #354A4E background

This text has white color on #354A4E background.