COLOR #346F60

HEX: #346F60
RGB: (52,111,96)

Color info

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

RGB color model

#346F60 color RGB value is (52,111,96).

  • red value is 52;
  • green value is 111;
  • blue value is 96.
RGB:
(52,111,96)
(20%,44%,38%)

RGB channels and saturation

R 52 of 255 = 20%
G 111 of 255 = 44%
B 96 of 255 = 38%

52
111
96

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

Portions of RGB colors in percentages

R + G + B =
52 + 111 + 96 = 259 (100%)
R 52 of 259 ~ 20.08%
G 111 of 259 ~ 42.86%
B 96 of 259 ~ 37.07%

%20.08
%42.86
%37.07

CMYK color model

#346F60 color CMYK value is (53,0,14,56).

  • cyan value is 53.15%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 56.47%
CMYK:
(53,0,14,56)
C53M0Y14K56 
(53%,0%,14%,56%)
(0.53/0.00/0.14/0.56)	

CMYK percentages

%53.15
%0
%13.51
%56.47

Codes

Color #346F60 in popluar color models

346F60
RGB5211196
HSL165°36.20%31.96%
HSB/HSV165°53.15%43.53%
CMYK53.15%0.00%13.51%
56.47%

Color #346F60 in popluar number systems.

HEX346F60
Decimal5211196
Binary11010011011111100000
Octal64157140

Shades and tints

Shades of #346F60

#346F60
(52,111,96)
#306558
(48,101,88)
#2C5B50
(44,91,80)
#285148
(40,81,72)
#244740
(36,71,64)
#203D38
(32,61,56)
#1C3330
(28,51,48)
#182928
(24,41,40)
#141F20
(20,31,32)
#101518
(16,21,24)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #346F60

#346F60
(52,111,96)
#467C6E
(70,124,110)
#58897C
(88,137,124)
#6A968A
(106,150,138)
#7CA398
(124,163,152)
#8EB0A6
(142,176,166)
#A0BDB4
(160,189,180)
#B2CAC2
(178,202,194)
#C4D7D0
(196,215,208)
#D6E4DE
(214,228,222)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346F60 color. Also use rgb(52,111,96) instead hex code.

Text Font Color

.myTextColor { color: #346F60; }

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

This text font color is #346F60.


Background Color

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

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

This div background color is #346F60.


Border color

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

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

This div border color is #346F60.


Opacity

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

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

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

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

This text has shadow with #346F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346F60 on black background.


Color preview on white background

This text has color #346F60 on white background.



Black color preview on #346F60 background

This text has black color on #346F60 background.


White color preview on #346F60 background

This text has white color on #346F60 background.