COLOR #346C66

HEX: #346C66
RGB: (52,108,102)

Color info

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

RGB color model

#346C66 color RGB value is (52,108,102).

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

RGB channels and saturation

R 52 of 255 = 20%
G 108 of 255 = 42%
B 102 of 255 = 40%

52
108
102

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

Portions of RGB colors in percentages

R + G + B =
52 + 108 + 102 = 262 (100%)
R 52 of 262 ~ 19.85%
G 108 of 262 ~ 41.22%
B 102 of 262 ~ 38.93%

%19.85
%41.22
%38.93

CMYK color model

#346C66 color CMYK value is (52,0,6,58).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 57.65%
CMYK:
(52,0,6,58)
C52M0Y6K58 
(52%,0%,6%,58%)
(0.52/0.00/0.06/0.58)	

CMYK percentages

%51.85
%0
%5.56
%57.65

Codes

Color #346C66 in popluar color models

346C66
RGB52108102
HSL174°35.00%31.37%
HSB/HSV174°51.85%42.35%
CMYK51.85%0.00%5.56%
57.65%

Color #346C66 in popluar number systems.

HEX346C66
Decimal52108102
Binary11010011011001100110
Octal64154146

Shades and tints

Shades of #346C66

#346C66
(52,108,102)
#30635D
(48,99,93)
#2C5A54
(44,90,84)
#28514B
(40,81,75)
#244842
(36,72,66)
#203F39
(32,63,57)
#1C3630
(28,54,48)
#182D27
(24,45,39)
#14241E
(20,36,30)
#101B15
(16,27,21)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #346C66

#346C66
(52,108,102)
#467973
(70,121,115)
#588680
(88,134,128)
#6A938D
(106,147,141)
#7CA09A
(124,160,154)
#8EADA7
(142,173,167)
#A0BAB4
(160,186,180)
#B2C7C1
(178,199,193)
#C4D4CE
(196,212,206)
#D6E1DB
(214,225,219)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346C66; }

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

This text font color is #346C66.


Background Color

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

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

This div background color is #346C66.


Border color

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

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

This div border color is #346C66.


Opacity

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

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

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

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

This text has shadow with #346C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346C66 on black background.


Color preview on white background

This text has color #346C66 on white background.



Black color preview on #346C66 background

This text has black color on #346C66 background.


White color preview on #346C66 background

This text has white color on #346C66 background.