COLOR #354B4F

HEX: #354B4F
RGB: (53,75,79)

Color info

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

RGB color model

#354B4F color RGB value is (53,75,79).

  • red value is 53;
  • green value is 75;
  • blue value is 79.
RGB:
(53,75,79)
(21%,29%,31%)

RGB channels and saturation

R 53 of 255 = 21%
G 75 of 255 = 29%
B 79 of 255 = 31%

53
75
79

R + G + B ~ 27%. #354B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 75 + 79 = 207 (100%)
R 53 of 207 ~ 25.6%
G 75 of 207 ~ 36.23%
B 79 of 207 ~ 38.16%

%25.6
%36.23
%38.16

CMYK color model

#354B4F color CMYK value is (33,5,0,69).

  • cyan value is 32.91%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(33,5,0,69)
C33M5Y0K69 
(33%,5%,0%,69%)
(0.33/0.05/0.00/0.69)	

CMYK percentages

%32.91
%5.06
%0
%69.02

Codes

Color #354B4F in popluar color models

354B4F
RGB537579
HSL189°19.70%25.88%
HSB/HSV189°32.91%30.98%
CMYK32.91%5.06%0.00%
69.02%

Color #354B4F in popluar number systems.

HEX354B4F
Decimal537579
Binary11010110010111001111
Octal65113117

Shades and tints

Shades of #354B4F

#354B4F
(53,75,79)
#314548
(49,69,72)
#2D3F41
(45,63,65)
#29393A
(41,57,58)
#253333
(37,51,51)
#212D2C
(33,45,44)
#1D2725
(29,39,37)
#19211E
(25,33,30)
#151B17
(21,27,23)
#111510
(17,21,16)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #354B4F

#354B4F
(53,75,79)
#475B5F
(71,91,95)
#596B6F
(89,107,111)
#6B7B7F
(107,123,127)
#7D8B8F
(125,139,143)
#8F9B9F
(143,155,159)
#A1ABAF
(161,171,175)
#B3BBBF
(179,187,191)
#C5CBCF
(197,203,207)
#D7DBDF
(215,219,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354B4F color. Also use rgb(53,75,79) instead hex code.

Text Font Color

.myTextColor { color: #354B4F; }

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

This text font color is #354B4F.


Background Color

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

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

This div background color is #354B4F.


Border color

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

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

This div border color is #354B4F.


Opacity

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

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

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

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

This text has shadow with #354B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354B4F on black background.


Color preview on white background

This text has color #354B4F on white background.



Black color preview on #354B4F background

This text has black color on #354B4F background.


White color preview on #354B4F background

This text has white color on #354B4F background.