COLOR #346073

HEX: #346073
RGB: (52,96,115)

Color info

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

RGB color model

#346073 color RGB value is (52,96,115).

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

RGB channels and saturation

R 52 of 255 = 20%
G 96 of 255 = 38%
B 115 of 255 = 45%

52
96
115

R + G + B ~ 34%. #346073 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 96 + 115 = 263 (100%)
R 52 of 263 ~ 19.77%
G 96 of 263 ~ 36.5%
B 115 of 263 ~ 43.73%

%19.77
%36.5
%43.73

CMYK color model

#346073 color CMYK value is (55,17,0,55).

  • cyan value is 54.78%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(55,17,0,55)
C55M17Y0K55 
(55%,17%,0%,55%)
(0.55/0.17/0.00/0.55)	

CMYK percentages

%54.78
%16.52
%0
%54.9

Codes

Color #346073 in popluar color models

346073
RGB5296115
HSL198°37.72%32.75%
HSB/HSV198°54.78%45.10%
CMYK54.78%16.52%0.00%
54.90%

Color #346073 in popluar number systems.

HEX346073
Decimal5296115
Binary11010011000001110011
Octal64140163

Shades and tints

Shades of #346073

#346073
(52,96,115)
#305869
(48,88,105)
#2C505F
(44,80,95)
#284855
(40,72,85)
#24404B
(36,64,75)
#203841
(32,56,65)
#1C3037
(28,48,55)
#18282D
(24,40,45)
#142023
(20,32,35)
#101819
(16,24,25)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #346073

#346073
(52,96,115)
#466E7F
(70,110,127)
#587C8B
(88,124,139)
#6A8A97
(106,138,151)
#7C98A3
(124,152,163)
#8EA6AF
(142,166,175)
#A0B4BB
(160,180,187)
#B2C2C7
(178,194,199)
#C4D0D3
(196,208,211)
#D6DEDF
(214,222,223)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346073; }

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

This text font color is #346073.


Background Color

.myBgColor { background-color: #346073; }

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

This div background color is #346073.


Border color

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

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

This div border color is #346073.


Opacity

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

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

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

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

This text has shadow with #346073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346073 on black background.


Color preview on white background

This text has color #346073 on white background.



Black color preview on #346073 background

This text has black color on #346073 background.


White color preview on #346073 background

This text has white color on #346073 background.