COLOR #354660

HEX: #354660
RGB: (53,70,96)

Color info

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

RGB color model

#354660 color RGB value is (53,70,96).

  • red value is 53;
  • green value is 70;
  • blue value is 96.
RGB:
(53,70,96)
(21%,27%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 70 of 255 = 27%
B 96 of 255 = 38%

53
70
96

R + G + B ~ 29%. #354660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 70 + 96 = 219 (100%)
R 53 of 219 ~ 24.2%
G 70 of 219 ~ 31.96%
B 96 of 219 ~ 43.84%

%24.2
%31.96
%43.84

CMYK color model

#354660 color CMYK value is (45,27,0,62).

  • cyan value is 44.79%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(45,27,0,62)
C45M27Y0K62 
(45%,27%,0%,62%)
(0.45/0.27/0.00/0.62)	

CMYK percentages

%44.79
%27.08
%0
%62.35

Codes

Color #354660 in popluar color models

354660
RGB537096
HSL216°28.86%29.22%
HSB/HSV216°44.79%37.65%
CMYK44.79%27.08%0.00%
62.35%

Color #354660 in popluar number systems.

HEX354660
Decimal537096
Binary11010110001101100000
Octal65106140

Shades and tints

Shades of #354660

#354660
(53,70,96)
#314058
(49,64,88)
#2D3A50
(45,58,80)
#293448
(41,52,72)
#252E40
(37,46,64)
#212838
(33,40,56)
#1D2230
(29,34,48)
#191C28
(25,28,40)
#151620
(21,22,32)
#111018
(17,16,24)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #354660

#354660
(53,70,96)
#47566E
(71,86,110)
#59667C
(89,102,124)
#6B768A
(107,118,138)
#7D8698
(125,134,152)
#8F96A6
(143,150,166)
#A1A6B4
(161,166,180)
#B3B6C2
(179,182,194)
#C5C6D0
(197,198,208)
#D7D6DE
(215,214,222)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354660 color. Also use rgb(53,70,96) instead hex code.

Text Font Color

.myTextColor { color: #354660; }

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

This text font color is #354660.


Background Color

.myBgColor { background-color: #354660; }

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

This div background color is #354660.


Border color

.myBorderColor { border: 1px solid #354660; }

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

This div border color is #354660.


Opacity

.myOpacity80 { color: #354660; opacity: 0.8; }

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

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

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

This text has shadow with #354660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354660 on black background.


Color preview on white background

This text has color #354660 on white background.



Black color preview on #354660 background

This text has black color on #354660 background.


White color preview on #354660 background

This text has white color on #354660 background.