COLOR #354C6A

HEX: #354C6A
RGB: (53,76,106)

Color info

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

RGB color model

#354C6A color RGB value is (53,76,106).

  • red value is 53;
  • green value is 76;
  • blue value is 106.
RGB:
(53,76,106)
(21%,30%,42%)

RGB channels and saturation

R 53 of 255 = 21%
G 76 of 255 = 30%
B 106 of 255 = 42%

53
76
106

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

Portions of RGB colors in percentages

R + G + B =
53 + 76 + 106 = 235 (100%)
R 53 of 235 ~ 22.55%
G 76 of 235 ~ 32.34%
B 106 of 235 ~ 45.11%

%22.55
%32.34
%45.11

CMYK color model

#354C6A color CMYK value is (50,28,0,58).

  • cyan value is 50.00%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(50,28,0,58)
C50M28Y0K58 
(50%,28%,0%,58%)
(0.50/0.28/0.00/0.58)	

CMYK percentages

%50
%28.3
%0
%58.43

Codes

Color #354C6A in popluar color models

354C6A
RGB5376106
HSL214°33.33%31.18%
HSB/HSV214°50.00%41.57%
CMYK50.00%28.30%0.00%
58.43%

Color #354C6A in popluar number systems.

HEX354C6A
Decimal5376106
Binary11010110011001101010
Octal65114152

Shades and tints

Shades of #354C6A

#354C6A
(53,76,106)
#314661
(49,70,97)
#2D4058
(45,64,88)
#293A4F
(41,58,79)
#253446
(37,52,70)
#212E3D
(33,46,61)
#1D2834
(29,40,52)
#19222B
(25,34,43)
#151C22
(21,28,34)
#111619
(17,22,25)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #354C6A

#354C6A
(53,76,106)
#475C77
(71,92,119)
#596C84
(89,108,132)
#6B7C91
(107,124,145)
#7D8C9E
(125,140,158)
#8F9CAB
(143,156,171)
#A1ACB8
(161,172,184)
#B3BCC5
(179,188,197)
#C5CCD2
(197,204,210)
#D7DCDF
(215,220,223)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354C6A color. Also use rgb(53,76,106) instead hex code.

Text Font Color

.myTextColor { color: #354C6A; }

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

This text font color is #354C6A.


Background Color

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

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

This div background color is #354C6A.


Border color

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

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

This div border color is #354C6A.


Opacity

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

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

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

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

This text has shadow with #354C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354C6A on black background.


Color preview on white background

This text has color #354C6A on white background.



Black color preview on #354C6A background

This text has black color on #354C6A background.


White color preview on #354C6A background

This text has white color on #354C6A background.