COLOR #354A54

HEX: #354A54
RGB: (53,74,84)

Color info

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

RGB color model

#354A54 color RGB value is (53,74,84).

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

RGB channels and saturation

R 53 of 255 = 21%
G 74 of 255 = 29%
B 84 of 255 = 33%

53
74
84

R + G + B ~ 28%. #354A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 74 + 84 = 211 (100%)
R 53 of 211 ~ 25.12%
G 74 of 211 ~ 35.07%
B 84 of 211 ~ 39.81%

%25.12
%35.07
%39.81

CMYK color model

#354A54 color CMYK value is (37,12,0,67).

  • cyan value is 36.90%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(37,12,0,67)
C37M12Y0K67 
(37%,12%,0%,67%)
(0.37/0.12/0.00/0.67)	

CMYK percentages

%36.9
%11.9
%0
%67.06

Codes

Color #354A54 in popluar color models

354A54
RGB537484
HSL199°22.63%26.86%
HSB/HSV199°36.90%32.94%
CMYK36.90%11.90%0.00%
67.06%

Color #354A54 in popluar number systems.

HEX354A54
Decimal537484
Binary11010110010101010100
Octal65112124

Shades and tints

Shades of #354A54

#354A54
(53,74,84)
#31444D
(49,68,77)
#2D3E46
(45,62,70)
#29383F
(41,56,63)
#253238
(37,50,56)
#212C31
(33,44,49)
#1D262A
(29,38,42)
#192023
(25,32,35)
#151A1C
(21,26,28)
#111415
(17,20,21)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #354A54

#354A54
(53,74,84)
#475A63
(71,90,99)
#596A72
(89,106,114)
#6B7A81
(107,122,129)
#7D8A90
(125,138,144)
#8F9A9F
(143,154,159)
#A1AAAE
(161,170,174)
#B3BABD
(179,186,189)
#C5CACC
(197,202,204)
#D7DADB
(215,218,219)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354A54; }

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

This text font color is #354A54.


Background Color

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

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

This div background color is #354A54.


Border color

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

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

This div border color is #354A54.


Opacity

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

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

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

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

This text has shadow with #354A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354A54 on black background.


Color preview on white background

This text has color #354A54 on white background.



Black color preview on #354A54 background

This text has black color on #354A54 background.


White color preview on #354A54 background

This text has white color on #354A54 background.