COLOR #354759

HEX: #354759
RGB: (53,71,89)

Color info

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

RGB color model

#354759 color RGB value is (53,71,89).

  • red value is 53;
  • green value is 71;
  • blue value is 89.
RGB:
(53,71,89)
(21%,28%,35%)

RGB channels and saturation

R 53 of 255 = 21%
G 71 of 255 = 28%
B 89 of 255 = 35%

53
71
89

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

Portions of RGB colors in percentages

R + G + B =
53 + 71 + 89 = 213 (100%)
R 53 of 213 ~ 24.88%
G 71 of 213 ~ 33.33%
B 89 of 213 ~ 41.78%

%24.88
%33.33
%41.78

CMYK color model

#354759 color CMYK value is (40,20,0,65).

  • cyan value is 40.45%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(40,20,0,65)
C40M20Y0K65 
(40%,20%,0%,65%)
(0.40/0.20/0.00/0.65)	

CMYK percentages

%40.45
%20.22
%0
%65.1

Codes

Color #354759 in popluar color models

354759
RGB537189
HSL210°25.35%27.84%
HSB/HSV210°40.45%34.90%
CMYK40.45%20.22%0.00%
65.10%

Color #354759 in popluar number systems.

HEX354759
Decimal537189
Binary11010110001111011001
Octal65107131

Shades and tints

Shades of #354759

#354759
(53,71,89)
#314151
(49,65,81)
#2D3B49
(45,59,73)
#293541
(41,53,65)
#252F39
(37,47,57)
#212931
(33,41,49)
#1D2329
(29,35,41)
#191D21
(25,29,33)
#151719
(21,23,25)
#111111
(17,17,17)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #354759

#354759
(53,71,89)
#475768
(71,87,104)
#596777
(89,103,119)
#6B7786
(107,119,134)
#7D8795
(125,135,149)
#8F97A4
(143,151,164)
#A1A7B3
(161,167,179)
#B3B7C2
(179,183,194)
#C5C7D1
(197,199,209)
#D7D7E0
(215,215,224)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354759 color. Also use rgb(53,71,89) instead hex code.

Text Font Color

.myTextColor { color: #354759; }

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

This text font color is #354759.


Background Color

.myBgColor { background-color: #354759; }

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

This div background color is #354759.


Border color

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

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

This div border color is #354759.


Opacity

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

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

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

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

This text has shadow with #354759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354759 on black background.


Color preview on white background

This text has color #354759 on white background.



Black color preview on #354759 background

This text has black color on #354759 background.


White color preview on #354759 background

This text has white color on #354759 background.