COLOR #354954

HEX: #354954
RGB: (53,73,84)

Color info

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

RGB color model

#354954 color RGB value is (53,73,84).

  • red value is 53;
  • green value is 73;
  • blue value is 84.
RGB:
(53,73,84)
(21%,29%,33%)

RGB channels and saturation

R 53 of 255 = 21%
G 73 of 255 = 29%
B 84 of 255 = 33%

53
73
84

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

Portions of RGB colors in percentages

R + G + B =
53 + 73 + 84 = 210 (100%)
R 53 of 210 ~ 25.24%
G 73 of 210 ~ 34.76%
B 84 of 210 ~ 40%

%25.24
%34.76
%40

CMYK color model

#354954 color CMYK value is (37,13,0,67).

  • cyan value is 36.90%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(37,13,0,67)
C37M13Y0K67 
(37%,13%,0%,67%)
(0.37/0.13/0.00/0.67)	

CMYK percentages

%36.9
%13.1
%0
%67.06

Codes

Color #354954 in popluar color models

354954
RGB537384
HSL201°22.63%26.86%
HSB/HSV201°36.90%32.94%
CMYK36.90%13.10%0.00%
67.06%

Color #354954 in popluar number systems.

HEX354954
Decimal537384
Binary11010110010011010100
Octal65111124

Shades and tints

Shades of #354954

#354954
(53,73,84)
#31434D
(49,67,77)
#2D3D46
(45,61,70)
#29373F
(41,55,63)
#253138
(37,49,56)
#212B31
(33,43,49)
#1D252A
(29,37,42)
#191F23
(25,31,35)
#15191C
(21,25,28)
#111315
(17,19,21)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #354954

#354954
(53,73,84)
#475963
(71,89,99)
#596972
(89,105,114)
#6B7981
(107,121,129)
#7D8990
(125,137,144)
#8F999F
(143,153,159)
#A1A9AE
(161,169,174)
#B3B9BD
(179,185,189)
#C5C9CC
(197,201,204)
#D7D9DB
(215,217,219)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354954 color. Also use rgb(53,73,84) instead hex code.

Text Font Color

.myTextColor { color: #354954; }

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

This text font color is #354954.


Background Color

.myBgColor { background-color: #354954; }

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

This div background color is #354954.


Border color

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

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

This div border color is #354954.


Opacity

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

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

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

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

This text has shadow with #354954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354954 on black background.


Color preview on white background

This text has color #354954 on white background.



Black color preview on #354954 background

This text has black color on #354954 background.


White color preview on #354954 background

This text has white color on #354954 background.