COLOR #346E60

HEX: #346E60
RGB: (52,110,96)

Color info

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

RGB color model

#346E60 color RGB value is (52,110,96).

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

RGB channels and saturation

R 52 of 255 = 20%
G 110 of 255 = 43%
B 96 of 255 = 38%

52
110
96

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

Portions of RGB colors in percentages

R + G + B =
52 + 110 + 96 = 258 (100%)
R 52 of 258 ~ 20.16%
G 110 of 258 ~ 42.64%
B 96 of 258 ~ 37.21%

%20.16
%42.64
%37.21

CMYK color model

#346E60 color CMYK value is (53,0,13,57).

  • cyan value is 52.73%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 56.86%
CMYK:
(53,0,13,57)
C53M0Y13K57 
(53%,0%,13%,57%)
(0.53/0.00/0.13/0.57)	

CMYK percentages

%52.73
%0
%12.73
%56.86

Codes

Color #346E60 in popluar color models

346E60
RGB5211096
HSL166°35.80%31.76%
HSB/HSV166°52.73%43.14%
CMYK52.73%0.00%12.73%
56.86%

Color #346E60 in popluar number systems.

HEX346E60
Decimal5211096
Binary11010011011101100000
Octal64156140

Shades and tints

Shades of #346E60

#346E60
(52,110,96)
#306458
(48,100,88)
#2C5A50
(44,90,80)
#285048
(40,80,72)
#244640
(36,70,64)
#203C38
(32,60,56)
#1C3230
(28,50,48)
#182828
(24,40,40)
#141E20
(20,30,32)
#101418
(16,20,24)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #346E60

#346E60
(52,110,96)
#467B6E
(70,123,110)
#58887C
(88,136,124)
#6A958A
(106,149,138)
#7CA298
(124,162,152)
#8EAFA6
(142,175,166)
#A0BCB4
(160,188,180)
#B2C9C2
(178,201,194)
#C4D6D0
(196,214,208)
#D6E3DE
(214,227,222)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346E60; }

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

This text font color is #346E60.


Background Color

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

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

This div background color is #346E60.


Border color

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

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

This div border color is #346E60.


Opacity

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

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

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

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

This text has shadow with #346E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346E60 on black background.


Color preview on white background

This text has color #346E60 on white background.



Black color preview on #346E60 background

This text has black color on #346E60 background.


White color preview on #346E60 background

This text has white color on #346E60 background.