COLOR #346B51

HEX: #346B51 RGB: (52,107,81)

Color info

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

RGB color model

#346B51 color RGB value is (52,107,81).

RGB: (52,107,81) (20%, 42%, 32%)

RGB channels and saturation

R 52 of 255 = 20%
G 107 of 255 = 42%
B 81 of 255 = 32%

52
107
81

R + G + B ~ 31%. #346B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 107 + 81 = 240 (100%)
R 52 of 240 ~ 21.67%
G 107 of 240 ~ 44.58%
B 81 of 240 ~ 33.75'%

%21.67
%44.58
%33.75

CMYK color model

#346B51 color CMYK value is (51,0,24,58).

  • cyan value is 51.40%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 58.04%

CMYK: (51,0,24,58)
C51M0Y24K58 (51%, 0%, 24%, 58%)
(0.51 / 0.00 / 0.24 / 0.58)

CMYK percentages

%51.4
%0
%24.3
%58.04

Codes

Color #346B51 in popluar color models

34 6B 51
RGB 52 107 81
HSL 152° 34.59% 31.18%
HSB/HSV 152° 51.40% 41.96%
CMYK 51.40% 0.00% 24.30%
58.04%

Color #346B51 in popluar number systems.

HEX 34 6B 51
Decimal 52 107 81
Binary 110100 1101011 1010001
Octal 64 153 121

Shades and tints

Shades of #346B51

#346B51
(52,107,81)
#30624A
(48,98,74)
#2C5943
(44,89,67)
#28503C
(40,80,60)
#244735
(36,71,53)
#203E2E
(32,62,46)
#1C3527
(28,53,39)
#182C20
(24,44,32)
#142319
(20,35,25)
#101A12
(16,26,18)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #346B51

#346B51
(52,107,81)
#467860
(70,120,96)
#58856F
(88,133,111)
#6A927E
(106,146,126)
#7C9F8D
(124,159,141)
#8EAC9C
(142,172,156)
#A0B9AB
(160,185,171)
#B2C6BA
(178,198,186)
#C4D3C9
(196,211,201)
#D6E0D8
(214,224,216)
#E8EDE7
(232,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346B51; }

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

This text font color is #346B51.

Background Color

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

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

This div background color is #346B51.

Border color

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

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

This div border color is #346B51.

Opacity

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

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

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

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

This text has shadow with #346B51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #346B51.

Preview

Color preview on black background

This text has color #346B51 on black background.


Color preview on white background

This text has color #346B51 on white background.


Black color preview on #346B51 background

This text has black color on #346B51 background.


White color preview on #346B51 background

This text has white color on #346B51 background.


Related colors

Complementary color

Complementary color for #hex is #CB94AE.


I love getcolorcode.com

Triadic colors

1 #51346B and #6B5134 with #346B51 are triadic colors.

2 #516B34 and #6B3451 with #346B51 are triadic colors.