COLOR #354855

HEX: #354855
RGB: (53,72,85)

Color info

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

RGB color model

#354855 color RGB value is (53,72,85).

  • red value is 53;
  • green value is 72;
  • blue value is 85.
RGB:
(53,72,85)
(21%,28%,33%)

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 85 of 255 = 33%

53
72
85

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

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 85 = 210 (100%)
R 53 of 210 ~ 25.24%
G 72 of 210 ~ 34.29%
B 85 of 210 ~ 40.48%

%25.24
%34.29
%40.48

CMYK color model

#354855 color CMYK value is (38,15,0,67).

  • cyan value is 37.65%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(38,15,0,67)
C38M15Y0K67 
(38%,15%,0%,67%)
(0.38/0.15/0.00/0.67)	

CMYK percentages

%37.65
%15.29
%0
%66.67

Codes

Color #354855 in popluar color models

354855
RGB537285
HSL204°23.19%27.06%
HSB/HSV204°37.65%33.33%
CMYK37.65%15.29%0.00%
66.67%

Color #354855 in popluar number systems.

HEX354855
Decimal537285
Binary11010110010001010101
Octal65110125

Shades and tints

Shades of #354855

#354855
(53,72,85)
#31424E
(49,66,78)
#2D3C47
(45,60,71)
#293640
(41,54,64)
#253039
(37,48,57)
#212A32
(33,42,50)
#1D242B
(29,36,43)
#191E24
(25,30,36)
#15181D
(21,24,29)
#111216
(17,18,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #354855

#354855
(53,72,85)
#475864
(71,88,100)
#596873
(89,104,115)
#6B7882
(107,120,130)
#7D8891
(125,136,145)
#8F98A0
(143,152,160)
#A1A8AF
(161,168,175)
#B3B8BE
(179,184,190)
#C5C8CD
(197,200,205)
#D7D8DC
(215,216,220)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354855 color. Also use rgb(53,72,85) instead hex code.

Text Font Color

.myTextColor { color: #354855; }

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

This text font color is #354855.


Background Color

.myBgColor { background-color: #354855; }

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

This div background color is #354855.


Border color

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

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

This div border color is #354855.


Opacity

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

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

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

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

This text has shadow with #354855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354855 on black background.


Color preview on white background

This text has color #354855 on white background.



Black color preview on #354855 background

This text has black color on #354855 background.


White color preview on #354855 background

This text has white color on #354855 background.