COLOR #346E6D

HEX: #346E6D RGB: (52,110,109)

Color info

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

RGB color model

#346E6D color RGB value is (52,110,109).

RGB: (52,110,109) (20%, 43%, 43%)

RGB channels and saturation

R 52 of 255 = 20%
G 110 of 255 = 43%
B 109 of 255 = 43%

52
110
109

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

Portions of RGB colors in percentages

R + G + B = 52 + 110 + 109 = 271 (100%)
R 52 of 271 ~ 19.19%
G 110 of 271 ~ 40.59%
B 109 of 271 ~ 40.22'%

%19.19
%40.59
%40.22

CMYK color model

#346E6D color CMYK value is (53,0,1,57).

  • cyan value is 52.73%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 56.86%

CMYK: (53,0,1,57)
C53M0Y1K57 (53%, 0%, 1%, 57%)
(0.53 / 0.00 / 0.01 / 0.57)

CMYK percentages

%52.73
%0
%0.91
%56.86

Codes

Color #346E6D in popluar color models

34 6E 6D
RGB 52 110 109
HSL 179° 35.80% 31.76%
HSB/HSV 179° 52.73% 43.14%
CMYK 52.73% 0.00% 0.91%
56.86%

Color #346E6D in popluar number systems.

HEX 34 6E 6D
Decimal 52 110 109
Binary 110100 1101110 1101101
Octal 64 156 155

Shades and tints

Shades of #346E6D

#346E6D
(52,110,109)
#306464
(48,100,100)
#2C5A5B
(44,90,91)
#285052
(40,80,82)
#244649
(36,70,73)
#203C40
(32,60,64)
#1C3237
(28,50,55)
#18282E
(24,40,46)
#141E25
(20,30,37)
#10141C
(16,20,28)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #346E6D

#346E6D
(52,110,109)
#467B7A
(70,123,122)
#588887
(88,136,135)
#6A9594
(106,149,148)
#7CA2A1
(124,162,161)
#8EAFAE
(142,175,174)
#A0BCBB
(160,188,187)
#B2C9C8
(178,201,200)
#C4D6D5
(196,214,213)
#D6E3E2
(214,227,226)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346E6D; }

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

This text font color is #346E6D.

Background Color

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

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

This div background color is #346E6D.

Border color

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

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

This div border color is #346E6D.

Opacity

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

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

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

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

This text has shadow with #346E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #346E6D.

Preview

Color preview on black background

This text has color #346E6D on black background.


Color preview on white background

This text has color #346E6D on white background.


Black color preview on #346E6D background

This text has black color on #346E6D background.


White color preview on #346E6D background

This text has white color on #346E6D background.


Related colors

Complementary color

Complementary color for #hex is #CB9192.


I love getcolorcode.com

Triadic colors

1 #6D346E and #6E6D34 with #346E6D are triadic colors.

2 #6D6E34 and #6E346D with #346E6D are triadic colors.