COLOR #354863

HEX: #354863
RGB: (53,72,99)

Color info

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

RGB color model

#354863 color RGB value is (53,72,99).

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

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 99 of 255 = 39%

53
72
99

R + G + B ~ 29%. #354863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 99 = 224 (100%)
R 53 of 224 ~ 23.66%
G 72 of 224 ~ 32.14%
B 99 of 224 ~ 44.2%

%23.66
%32.14
%44.2

CMYK color model

#354863 color CMYK value is (46,27,0,61).

  • cyan value is 46.46%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(46,27,0,61)
C46M27Y0K61 
(46%,27%,0%,61%)
(0.46/0.27/0.00/0.61)	

CMYK percentages

%46.46
%27.27
%0
%61.18

Codes

Color #354863 in popluar color models

354863
RGB537299
HSL215°30.26%29.80%
HSB/HSV215°46.46%38.82%
CMYK46.46%27.27%0.00%
61.18%

Color #354863 in popluar number systems.

HEX354863
Decimal537299
Binary11010110010001100011
Octal65110143

Shades and tints

Shades of #354863

#354863
(53,72,99)
#31425A
(49,66,90)
#2D3C51
(45,60,81)
#293648
(41,54,72)
#25303F
(37,48,63)
#212A36
(33,42,54)
#1D242D
(29,36,45)
#191E24
(25,30,36)
#15181B
(21,24,27)
#111212
(17,18,18)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #354863

#354863
(53,72,99)
#475871
(71,88,113)
#59687F
(89,104,127)
#6B788D
(107,120,141)
#7D889B
(125,136,155)
#8F98A9
(143,152,169)
#A1A8B7
(161,168,183)
#B3B8C5
(179,184,197)
#C5C8D3
(197,200,211)
#D7D8E1
(215,216,225)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354863; }

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

This text font color is #354863.


Background Color

.myBgColor { background-color: #354863; }

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

This div background color is #354863.


Border color

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

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

This div border color is #354863.


Opacity

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

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

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

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

This text has shadow with #354863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354863 on black background.


Color preview on white background

This text has color #354863 on white background.



Black color preview on #354863 background

This text has black color on #354863 background.


White color preview on #354863 background

This text has white color on #354863 background.