COLOR #346664

HEX: #346664
RGB: (52,102,100)

Color info

#346664 contains red, green and blue colors in about the same proportion. Web safe color of #346664 is #336666 (or #366).

RGB color model

#346664 color RGB value is (52,102,100).

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

RGB channels and saturation

R 52 of 255 = 20%
G 102 of 255 = 40%
B 100 of 255 = 39%

52
102
100

R + G + B ~ 33%. #346664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 102 + 100 = 254 (100%)
R 52 of 254 ~ 20.47%
G 102 of 254 ~ 40.16%
B 100 of 254 ~ 39.37%

%20.47
%40.16
%39.37

CMYK color model

#346664 color CMYK value is (49,0,2,60).

  • cyan value is 49.02%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 60.00%
CMYK:
(49,0,2,60)
C49M0Y2K60 
(49%,0%,2%,60%)
(0.49/0.00/0.02/0.60)	

CMYK percentages

%49.02
%0
%1.96
%60

Codes

Color #346664 in popluar color models

346664
RGB52102100
HSL178°32.47%30.20%
HSB/HSV178°49.02%40.00%
CMYK49.02%0.00%1.96%
60.00%

Color #346664 in popluar number systems.

HEX346664
Decimal52102100
Binary11010011001101100100
Octal64146144

Shades and tints

Shades of #346664

#346664
(52,102,100)
#305D5B
(48,93,91)
#2C5452
(44,84,82)
#284B49
(40,75,73)
#244240
(36,66,64)
#203937
(32,57,55)
#1C302E
(28,48,46)
#182725
(24,39,37)
#141E1C
(20,30,28)
#101513
(16,21,19)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #346664

#346664
(52,102,100)
#467372
(70,115,114)
#588080
(88,128,128)
#6A8D8E
(106,141,142)
#7C9A9C
(124,154,156)
#8EA7AA
(142,167,170)
#A0B4B8
(160,180,184)
#B2C1C6
(178,193,198)
#C4CED4
(196,206,212)
#D6DBE2
(214,219,226)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346664; }

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

This text font color is #346664.


Background Color

.myBgColor { background-color: #346664; }

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

This div background color is #346664.


Border color

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

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

This div border color is #346664.


Opacity

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

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

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

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

This text has shadow with #346664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346664 on black background.


Color preview on white background

This text has color #346664 on white background.



Black color preview on #346664 background

This text has black color on #346664 background.


White color preview on #346664 background

This text has white color on #346664 background.