COLOR #346B62

HEX: #346B62
RGB: (52,107,98)

Color info

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

RGB color model

#346B62 color RGB value is (52,107,98).

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

RGB channels and saturation

R 52 of 255 = 20%
G 107 of 255 = 42%
B 98 of 255 = 38%

52
107
98

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

Portions of RGB colors in percentages

R + G + B =
52 + 107 + 98 = 257 (100%)
R 52 of 257 ~ 20.23%
G 107 of 257 ~ 41.63%
B 98 of 257 ~ 38.13%

%20.23
%41.63
%38.13

CMYK color model

#346B62 color CMYK value is (51,0,8,58).

  • cyan value is 51.40%
  • magenta value is 0.00%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(51,0,8,58)
C51M0Y8K58 
(51%,0%,8%,58%)
(0.51/0.00/0.08/0.58)	

CMYK percentages

%51.4
%0
%8.41
%58.04

Codes

Color #346B62 in popluar color models

346B62
RGB5210798
HSL170°34.59%31.18%
HSB/HSV170°51.40%41.96%
CMYK51.40%0.00%8.41%
58.04%

Color #346B62 in popluar number systems.

HEX346B62
Decimal5210798
Binary11010011010111100010
Octal64153142

Shades and tints

Shades of #346B62

#346B62
(52,107,98)
#30625A
(48,98,90)
#2C5952
(44,89,82)
#28504A
(40,80,74)
#244742
(36,71,66)
#203E3A
(32,62,58)
#1C3532
(28,53,50)
#182C2A
(24,44,42)
#142322
(20,35,34)
#101A1A
(16,26,26)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #346B62

#346B62
(52,107,98)
#467870
(70,120,112)
#58857E
(88,133,126)
#6A928C
(106,146,140)
#7C9F9A
(124,159,154)
#8EACA8
(142,172,168)
#A0B9B6
(160,185,182)
#B2C6C4
(178,198,196)
#C4D3D2
(196,211,210)
#D6E0E0
(214,224,224)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346B62; }

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

This text font color is #346B62.


Background Color

.myBgColor { background-color: #346B62; }

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

This div background color is #346B62.


Border color

.myBorderColor { border: 1px solid #346B62; }

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

This div border color is #346B62.


Opacity

.myOpacity80 { color: #346B62; opacity: 0.8; }

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

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

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

This text has shadow with #346B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346B62 on black background.


Color preview on white background

This text has color #346B62 on white background.



Black color preview on #346B62 background

This text has black color on #346B62 background.


White color preview on #346B62 background

This text has white color on #346B62 background.