COLOR #354A5A

HEX: #354A5A
RGB: (53,74,90)

Color info

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

RGB color model

#354A5A color RGB value is (53,74,90).

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

RGB channels and saturation

R 53 of 255 = 21%
G 74 of 255 = 29%
B 90 of 255 = 35%

53
74
90

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

Portions of RGB colors in percentages

R + G + B =
53 + 74 + 90 = 217 (100%)
R 53 of 217 ~ 24.42%
G 74 of 217 ~ 34.1%
B 90 of 217 ~ 41.47%

%24.42
%34.1
%41.47

CMYK color model

#354A5A color CMYK value is (41,18,0,65).

  • cyan value is 41.11%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(41,18,0,65)
C41M18Y0K65 
(41%,18%,0%,65%)
(0.41/0.18/0.00/0.65)	

CMYK percentages

%41.11
%17.78
%0
%64.71

Codes

Color #354A5A in popluar color models

354A5A
RGB537490
HSL206°25.87%28.04%
HSB/HSV206°41.11%35.29%
CMYK41.11%17.78%0.00%
64.71%

Color #354A5A in popluar number systems.

HEX354A5A
Decimal537490
Binary11010110010101011010
Octal65112132

Shades and tints

Shades of #354A5A

#354A5A
(53,74,90)
#314452
(49,68,82)
#2D3E4A
(45,62,74)
#293842
(41,56,66)
#25323A
(37,50,58)
#212C32
(33,44,50)
#1D262A
(29,38,42)
#192022
(25,32,34)
#151A1A
(21,26,26)
#111412
(17,20,18)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #354A5A

#354A5A
(53,74,90)
#475A69
(71,90,105)
#596A78
(89,106,120)
#6B7A87
(107,122,135)
#7D8A96
(125,138,150)
#8F9AA5
(143,154,165)
#A1AAB4
(161,170,180)
#B3BAC3
(179,186,195)
#C5CAD2
(197,202,210)
#D7DAE1
(215,218,225)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354A5A; }

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

This text font color is #354A5A.


Background Color

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

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

This div background color is #354A5A.


Border color

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

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

This div border color is #354A5A.


Opacity

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

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

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

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

This text has shadow with #354A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354A5A on black background.


Color preview on white background

This text has color #354A5A on white background.



Black color preview on #354A5A background

This text has black color on #354A5A background.


White color preview on #354A5A background

This text has white color on #354A5A background.