COLOR #346678

HEX: #346678
RGB: (52,102,120)

Color info

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

RGB color model

#346678 color RGB value is (52,102,120).

  • red value is 52;
  • green value is 102;
  • blue value is 120.
RGB:
(52,102,120)
(20%,40%,47%)

RGB channels and saturation

R 52 of 255 = 20%
G 102 of 255 = 40%
B 120 of 255 = 47%

52
102
120

R + G + B ~ 36%. #346678 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 102 + 120 = 274 (100%)
R 52 of 274 ~ 18.98%
G 102 of 274 ~ 37.23%
B 120 of 274 ~ 43.8%

%18.98
%37.23
%43.8

CMYK color model

#346678 color CMYK value is (57,15,0,53).

  • cyan value is 56.67%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(57,15,0,53)
C57M15Y0K53 
(57%,15%,0%,53%)
(0.57/0.15/0.00/0.53)	

CMYK percentages

%56.67
%15
%0
%52.94

Codes

Color #346678 in popluar color models

346678
RGB52102120
HSL196°39.53%33.73%
HSB/HSV196°56.67%47.06%
CMYK56.67%15.00%0.00%
52.94%

Color #346678 in popluar number systems.

HEX346678
Decimal52102120
Binary11010011001101111000
Octal64146170

Shades and tints

Shades of #346678

#346678
(52,102,120)
#305D6E
(48,93,110)
#2C5464
(44,84,100)
#284B5A
(40,75,90)
#244250
(36,66,80)
#203946
(32,57,70)
#1C303C
(28,48,60)
#182732
(24,39,50)
#141E28
(20,30,40)
#10151E
(16,21,30)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #346678

#346678
(52,102,120)
#467384
(70,115,132)
#588090
(88,128,144)
#6A8D9C
(106,141,156)
#7C9AA8
(124,154,168)
#8EA7B4
(142,167,180)
#A0B4C0
(160,180,192)
#B2C1CC
(178,193,204)
#C4CED8
(196,206,216)
#D6DBE4
(214,219,228)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346678 color. Also use rgb(52,102,120) instead hex code.

Text Font Color

.myTextColor { color: #346678; }

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

This text font color is #346678.


Background Color

.myBgColor { background-color: #346678; }

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

This div background color is #346678.


Border color

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

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

This div border color is #346678.


Opacity

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

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

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

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

This text has shadow with #346678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346678 on black background.


Color preview on white background

This text has color #346678 on white background.



Black color preview on #346678 background

This text has black color on #346678 background.


White color preview on #346678 background

This text has white color on #346678 background.