COLOR #346A55

HEX: #346A55
RGB: (52,106,85)

Color info

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

RGB color model

#346A55 color RGB value is (52,106,85).

  • red value is 52;
  • green value is 106;
  • blue value is 85.
RGB:
(52,106,85)
(20%,42%,33%)

RGB channels and saturation

R 52 of 255 = 20%
G 106 of 255 = 42%
B 85 of 255 = 33%

52
106
85

R + G + B ~ 32%. #346A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 106 + 85 = 243 (100%)
R 52 of 243 ~ 21.4%
G 106 of 243 ~ 43.62%
B 85 of 243 ~ 34.98%

%21.4
%43.62
%34.98

CMYK color model

#346A55 color CMYK value is (51,0,20,58).

  • cyan value is 50.94%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(51,0,20,58)
C51M0Y20K58 
(51%,0%,20%,58%)
(0.51/0.00/0.20/0.58)	

CMYK percentages

%50.94
%0
%19.81
%58.43

Codes

Color #346A55 in popluar color models

346A55
RGB5210685
HSL157°34.18%30.98%
HSB/HSV157°50.94%41.57%
CMYK50.94%0.00%19.81%
58.43%

Color #346A55 in popluar number systems.

HEX346A55
Decimal5210685
Binary11010011010101010101
Octal64152125

Shades and tints

Shades of #346A55

#346A55
(52,106,85)
#30614E
(48,97,78)
#2C5847
(44,88,71)
#284F40
(40,79,64)
#244639
(36,70,57)
#203D32
(32,61,50)
#1C342B
(28,52,43)
#182B24
(24,43,36)
#14221D
(20,34,29)
#101916
(16,25,22)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #346A55

#346A55
(52,106,85)
#467764
(70,119,100)
#588473
(88,132,115)
#6A9182
(106,145,130)
#7C9E91
(124,158,145)
#8EABA0
(142,171,160)
#A0B8AF
(160,184,175)
#B2C5BE
(178,197,190)
#C4D2CD
(196,210,205)
#D6DFDC
(214,223,220)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346A55 color. Also use rgb(52,106,85) instead hex code.

Text Font Color

.myTextColor { color: #346A55; }

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

This text font color is #346A55.


Background Color

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

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

This div background color is #346A55.


Border color

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

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

This div border color is #346A55.


Opacity

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

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

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

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

This text has shadow with #346A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346A55 on black background.


Color preview on white background

This text has color #346A55 on white background.



Black color preview on #346A55 background

This text has black color on #346A55 background.


White color preview on #346A55 background

This text has white color on #346A55 background.