COLOR #354454

HEX: #354454
RGB: (53,68,84)

Color info

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

RGB color model

#354454 color RGB value is (53,68,84).

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

RGB channels and saturation

R 53 of 255 = 21%
G 68 of 255 = 27%
B 84 of 255 = 33%

53
68
84

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

Portions of RGB colors in percentages

R + G + B =
53 + 68 + 84 = 205 (100%)
R 53 of 205 ~ 25.85%
G 68 of 205 ~ 33.17%
B 84 of 205 ~ 40.98%

%25.85
%33.17
%40.98

CMYK color model

#354454 color CMYK value is (37,19,0,67).

  • cyan value is 36.90%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(37,19,0,67)
C37M19Y0K67 
(37%,19%,0%,67%)
(0.37/0.19/0.00/0.67)	

CMYK percentages

%36.9
%19.05
%0
%67.06

Codes

Color #354454 in popluar color models

354454
RGB536884
HSL211°22.63%26.86%
HSB/HSV211°36.90%32.94%
CMYK36.90%19.05%0.00%
67.06%

Color #354454 in popluar number systems.

HEX354454
Decimal536884
Binary11010110001001010100
Octal65104124

Shades and tints

Shades of #354454

#354454
(53,68,84)
#313E4D
(49,62,77)
#2D3846
(45,56,70)
#29323F
(41,50,63)
#252C38
(37,44,56)
#212631
(33,38,49)
#1D202A
(29,32,42)
#191A23
(25,26,35)
#15141C
(21,20,28)
#110E15
(17,14,21)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #354454

#354454
(53,68,84)
#475563
(71,85,99)
#596672
(89,102,114)
#6B7781
(107,119,129)
#7D8890
(125,136,144)
#8F999F
(143,153,159)
#A1AAAE
(161,170,174)
#B3BBBD
(179,187,189)
#C5CCCC
(197,204,204)
#D7DDDB
(215,221,219)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354454; }

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

This text font color is #354454.


Background Color

.myBgColor { background-color: #354454; }

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

This div background color is #354454.


Border color

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

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

This div border color is #354454.


Opacity

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

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

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

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

This text has shadow with #354454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354454 on black background.


Color preview on white background

This text has color #354454 on white background.



Black color preview on #354454 background

This text has black color on #354454 background.


White color preview on #354454 background

This text has white color on #354454 background.