COLOR #354376

HEX: #354376
RGB: (53,67,118)

Color info

#354376 contains mainly green and blue colors. Web safe color of #354376 is #333366 (or #336).

RGB color model

#354376 color RGB value is (53,67,118).

  • red value is 53;
  • green value is 67;
  • blue value is 118.
RGB:
(53,67,118)
(21%,26%,46%)

RGB channels and saturation

R 53 of 255 = 21%
G 67 of 255 = 26%
B 118 of 255 = 46%

53
67
118

R + G + B ~ 31%. #354376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 67 + 118 = 238 (100%)
R 53 of 238 ~ 22.27%
G 67 of 238 ~ 28.15%
B 118 of 238 ~ 49.58%

%22.27
%28.15
%49.58

CMYK color model

#354376 color CMYK value is (55,43,0,54).

  • cyan value is 55.08%
  • magenta value is 43.22%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(55,43,0,54)
C55M43Y0K54 
(55%,43%,0%,54%)
(0.55/0.43/0.00/0.54)	

CMYK percentages

%55.08
%43.22
%0
%53.73

Codes

Color #354376 in popluar color models

354376
RGB5367118
HSL227°38.01%33.53%
HSB/HSV227°55.08%46.27%
CMYK55.08%43.22%0.00%
53.73%

Color #354376 in popluar number systems.

HEX354376
Decimal5367118
Binary11010110000111110110
Octal65103166

Shades and tints

Shades of #354376

#354376
(53,67,118)
#313D6C
(49,61,108)
#2D3762
(45,55,98)
#293158
(41,49,88)
#252B4E
(37,43,78)
#212544
(33,37,68)
#1D1F3A
(29,31,58)
#191930
(25,25,48)
#151326
(21,19,38)
#110D1C
(17,13,28)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #354376

#354376
(53,67,118)
#475482
(71,84,130)
#59658E
(89,101,142)
#6B769A
(107,118,154)
#7D87A6
(125,135,166)
#8F98B2
(143,152,178)
#A1A9BE
(161,169,190)
#B3BACA
(179,186,202)
#C5CBD6
(197,203,214)
#D7DCE2
(215,220,226)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354376 color. Also use rgb(53,67,118) instead hex code.

Text Font Color

.myTextColor { color: #354376; }

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

This text font color is #354376.


Background Color

.myBgColor { background-color: #354376; }

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

This div background color is #354376.


Border color

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

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

This div border color is #354376.


Opacity

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

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

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

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

This text has shadow with #354376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354376 on black background.


Color preview on white background

This text has color #354376 on white background.



Black color preview on #354376 background

This text has black color on #354376 background.


White color preview on #354376 background

This text has white color on #354376 background.