COLOR #346662

HEX: #346662
RGB: (52,102,98)

Color info

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

RGB color model

#346662 color RGB value is (52,102,98).

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

RGB channels and saturation

R 52 of 255 = 20%
G 102 of 255 = 40%
B 98 of 255 = 38%

52
102
98

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

Portions of RGB colors in percentages

R + G + B =
52 + 102 + 98 = 252 (100%)
R 52 of 252 ~ 20.63%
G 102 of 252 ~ 40.48%
B 98 of 252 ~ 38.89%

%20.63
%40.48
%38.89

CMYK color model

#346662 color CMYK value is (49,0,4,60).

  • cyan value is 49.02%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(49,0,4,60)
C49M0Y4K60 
(49%,0%,4%,60%)
(0.49/0.00/0.04/0.60)	

CMYK percentages

%49.02
%0
%3.92
%60

Codes

Color #346662 in popluar color models

346662
RGB5210298
HSL175°32.47%30.20%
HSB/HSV175°49.02%40.00%
CMYK49.02%0.00%3.92%
60.00%

Color #346662 in popluar number systems.

HEX346662
Decimal5210298
Binary11010011001101100010
Octal64146142

Shades and tints

Shades of #346662

#346662
(52,102,98)
#305D5A
(48,93,90)
#2C5452
(44,84,82)
#284B4A
(40,75,74)
#244242
(36,66,66)
#20393A
(32,57,58)
#1C3032
(28,48,50)
#18272A
(24,39,42)
#141E22
(20,30,34)
#10151A
(16,21,26)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #346662

#346662
(52,102,98)
#467370
(70,115,112)
#58807E
(88,128,126)
#6A8D8C
(106,141,140)
#7C9A9A
(124,154,154)
#8EA7A8
(142,167,168)
#A0B4B6
(160,180,182)
#B2C1C4
(178,193,196)
#C4CED2
(196,206,210)
#D6DBE0
(214,219,224)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346662; }

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

This text font color is #346662.


Background Color

.myBgColor { background-color: #346662; }

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

This div background color is #346662.


Border color

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

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

This div border color is #346662.


Opacity

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

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

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

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

This text has shadow with #346662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346662 on black background.


Color preview on white background

This text has color #346662 on white background.



Black color preview on #346662 background

This text has black color on #346662 background.


White color preview on #346662 background

This text has white color on #346662 background.