COLOR #346D6B

HEX: #346D6B
RGB: (52,109,107)

Color info

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

RGB color model

#346D6B color RGB value is (52,109,107).

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

RGB channels and saturation

R 52 of 255 = 20%
G 109 of 255 = 43%
B 107 of 255 = 42%

52
109
107

R + G + B ~ 35%. #346D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 109 + 107 = 268 (100%)
R 52 of 268 ~ 19.4%
G 109 of 268 ~ 40.67%
B 107 of 268 ~ 39.93%

%19.4
%40.67
%39.93

CMYK color model

#346D6B color CMYK value is (52,0,2,57).

  • cyan value is 52.29%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(52,0,2,57)
C52M0Y2K57 
(52%,0%,2%,57%)
(0.52/0.00/0.02/0.57)	

CMYK percentages

%52.29
%0
%1.83
%57.25

Codes

Color #346D6B in popluar color models

346D6B
RGB52109107
HSL178°35.40%31.57%
HSB/HSV178°52.29%42.75%
CMYK52.29%0.00%1.83%
57.25%

Color #346D6B in popluar number systems.

HEX346D6B
Decimal52109107
Binary11010011011011101011
Octal64155153

Shades and tints

Shades of #346D6B

#346D6B
(52,109,107)
#306462
(48,100,98)
#2C5B59
(44,91,89)
#285250
(40,82,80)
#244947
(36,73,71)
#20403E
(32,64,62)
#1C3735
(28,55,53)
#182E2C
(24,46,44)
#142523
(20,37,35)
#101C1A
(16,28,26)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #346D6B

#346D6B
(52,109,107)
#467A78
(70,122,120)
#588785
(88,135,133)
#6A9492
(106,148,146)
#7CA19F
(124,161,159)
#8EAEAC
(142,174,172)
#A0BBB9
(160,187,185)
#B2C8C6
(178,200,198)
#C4D5D3
(196,213,211)
#D6E2E0
(214,226,224)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346D6B; }

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

This text font color is #346D6B.


Background Color

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

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

This div background color is #346D6B.


Border color

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

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

This div border color is #346D6B.


Opacity

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

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

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

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

This text has shadow with #346D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346D6B on black background.


Color preview on white background

This text has color #346D6B on white background.



Black color preview on #346D6B background

This text has black color on #346D6B background.


White color preview on #346D6B background

This text has white color on #346D6B background.