COLOR #354862

HEX: #354862
RGB: (53,72,98)

Color info

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

RGB color model

#354862 color RGB value is (53,72,98).

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

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 98 of 255 = 38%

53
72
98

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

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 98 = 223 (100%)
R 53 of 223 ~ 23.77%
G 72 of 223 ~ 32.29%
B 98 of 223 ~ 43.95%

%23.77
%32.29
%43.95

CMYK color model

#354862 color CMYK value is (46,27,0,62).

  • cyan value is 45.92%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(46,27,0,62)
C46M27Y0K62 
(46%,27%,0%,62%)
(0.46/0.27/0.00/0.62)	

CMYK percentages

%45.92
%26.53
%0
%61.57

Codes

Color #354862 in popluar color models

354862
RGB537298
HSL215°29.80%29.61%
HSB/HSV215°45.92%38.43%
CMYK45.92%26.53%0.00%
61.57%

Color #354862 in popluar number systems.

HEX354862
Decimal537298
Binary11010110010001100010
Octal65110142

Shades and tints

Shades of #354862

#354862
(53,72,98)
#31425A
(49,66,90)
#2D3C52
(45,60,82)
#29364A
(41,54,74)
#253042
(37,48,66)
#212A3A
(33,42,58)
#1D2432
(29,36,50)
#191E2A
(25,30,42)
#151822
(21,24,34)
#11121A
(17,18,26)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #354862

#354862
(53,72,98)
#475870
(71,88,112)
#59687E
(89,104,126)
#6B788C
(107,120,140)
#7D889A
(125,136,154)
#8F98A8
(143,152,168)
#A1A8B6
(161,168,182)
#B3B8C4
(179,184,196)
#C5C8D2
(197,200,210)
#D7D8E0
(215,216,224)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354862; }

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

This text font color is #354862.


Background Color

.myBgColor { background-color: #354862; }

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

This div background color is #354862.


Border color

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

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

This div border color is #354862.


Opacity

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

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

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

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

This text has shadow with #354862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354862 on black background.


Color preview on white background

This text has color #354862 on white background.



Black color preview on #354862 background

This text has black color on #354862 background.


White color preview on #354862 background

This text has white color on #354862 background.