COLOR #346573

HEX: #346573
RGB: (52,101,115)

Color info

#346573 contains mainly green and blue colors. Web safe color of #346573 is #336666 (or #366).

RGB color model

#346573 color RGB value is (52,101,115).

  • red value is 52;
  • green value is 101;
  • blue value is 115.
RGB:
(52,101,115)
(20%,40%,45%)

RGB channels and saturation

R 52 of 255 = 20%
G 101 of 255 = 40%
B 115 of 255 = 45%

52
101
115

R + G + B ~ 35%. #346573 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 101 + 115 = 268 (100%)
R 52 of 268 ~ 19.4%
G 101 of 268 ~ 37.69%
B 115 of 268 ~ 42.91%

%19.4
%37.69
%42.91

CMYK color model

#346573 color CMYK value is (55,12,0,55).

  • cyan value is 54.78%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(55,12,0,55)
C55M12Y0K55 
(55%,12%,0%,55%)
(0.55/0.12/0.00/0.55)	

CMYK percentages

%54.78
%12.17
%0
%54.9

Codes

Color #346573 in popluar color models

346573
RGB52101115
HSL193°37.72%32.75%
HSB/HSV193°54.78%45.10%
CMYK54.78%12.17%0.00%
54.90%

Color #346573 in popluar number systems.

HEX346573
Decimal52101115
Binary11010011001011110011
Octal64145163

Shades and tints

Shades of #346573

#346573
(52,101,115)
#305C69
(48,92,105)
#2C535F
(44,83,95)
#284A55
(40,74,85)
#24414B
(36,65,75)
#203841
(32,56,65)
#1C2F37
(28,47,55)
#18262D
(24,38,45)
#141D23
(20,29,35)
#101419
(16,20,25)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #346573

#346573
(52,101,115)
#46737F
(70,115,127)
#58818B
(88,129,139)
#6A8F97
(106,143,151)
#7C9DA3
(124,157,163)
#8EABAF
(142,171,175)
#A0B9BB
(160,185,187)
#B2C7C7
(178,199,199)
#C4D5D3
(196,213,211)
#D6E3DF
(214,227,223)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346573 color. Also use rgb(52,101,115) instead hex code.

Text Font Color

.myTextColor { color: #346573; }

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

This text font color is #346573.


Background Color

.myBgColor { background-color: #346573; }

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

This div background color is #346573.


Border color

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

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

This div border color is #346573.


Opacity

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

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

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

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

This text has shadow with #346573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346573 on black background.


Color preview on white background

This text has color #346573 on white background.



Black color preview on #346573 background

This text has black color on #346573 background.


White color preview on #346573 background

This text has white color on #346573 background.