COLOR #354D6D

HEX: #354D6D
RGB: (53,77,109)

Color info

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

RGB color model

#354D6D color RGB value is (53,77,109).

  • red value is 53;
  • green value is 77;
  • blue value is 109.
RGB:
(53,77,109)
(21%,30%,43%)

RGB channels and saturation

R 53 of 255 = 21%
G 77 of 255 = 30%
B 109 of 255 = 43%

53
77
109

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

Portions of RGB colors in percentages

R + G + B =
53 + 77 + 109 = 239 (100%)
R 53 of 239 ~ 22.18%
G 77 of 239 ~ 32.22%
B 109 of 239 ~ 45.61%

%22.18
%32.22
%45.61

CMYK color model

#354D6D color CMYK value is (51,29,0,57).

  • cyan value is 51.38%
  • magenta value is 29.36%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(51,29,0,57)
C51M29Y0K57 
(51%,29%,0%,57%)
(0.51/0.29/0.00/0.57)	

CMYK percentages

%51.38
%29.36
%0
%57.25

Codes

Color #354D6D in popluar color models

354D6D
RGB5377109
HSL214°34.57%31.76%
HSB/HSV214°51.38%42.75%
CMYK51.38%29.36%0.00%
57.25%

Color #354D6D in popluar number systems.

HEX354D6D
Decimal5377109
Binary11010110011011101101
Octal65115155

Shades and tints

Shades of #354D6D

#354D6D
(53,77,109)
#314664
(49,70,100)
#2D3F5B
(45,63,91)
#293852
(41,56,82)
#253149
(37,49,73)
#212A40
(33,42,64)
#1D2337
(29,35,55)
#191C2E
(25,28,46)
#151525
(21,21,37)
#110E1C
(17,14,28)
#0D0713
(13,7,19)
#000000
(0,0,0)

Tints of #354D6D

#354D6D
(53,77,109)
#475D7A
(71,93,122)
#596D87
(89,109,135)
#6B7D94
(107,125,148)
#7D8DA1
(125,141,161)
#8F9DAE
(143,157,174)
#A1ADBB
(161,173,187)
#B3BDC8
(179,189,200)
#C5CDD5
(197,205,213)
#D7DDE2
(215,221,226)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354D6D color. Also use rgb(53,77,109) instead hex code.

Text Font Color

.myTextColor { color: #354D6D; }

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

This text font color is #354D6D.


Background Color

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

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

This div background color is #354D6D.


Border color

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

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

This div border color is #354D6D.


Opacity

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

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

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

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

This text has shadow with #354D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354D6D on black background.


Color preview on white background

This text has color #354D6D on white background.



Black color preview on #354D6D background

This text has black color on #354D6D background.


White color preview on #354D6D background

This text has white color on #354D6D background.