COLOR #346C5F

HEX: #346C5F
RGB: (52,108,95)

Color info

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

RGB color model

#346C5F color RGB value is (52,108,95).

  • red value is 52;
  • green value is 108;
  • blue value is 95.
RGB:
(52,108,95)
(20%,42%,37%)

RGB channels and saturation

R 52 of 255 = 20%
G 108 of 255 = 42%
B 95 of 255 = 37%

52
108
95

R + G + B ~ 33%. #346C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 108 + 95 = 255 (100%)
R 52 of 255 ~ 20.39%
G 108 of 255 ~ 42.35%
B 95 of 255 ~ 37.25%

%20.39
%42.35
%37.25

CMYK color model

#346C5F color CMYK value is (52,0,12,58).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(52,0,12,58)
C52M0Y12K58 
(52%,0%,12%,58%)
(0.52/0.00/0.12/0.58)	

CMYK percentages

%51.85
%0
%12.04
%57.65

Codes

Color #346C5F in popluar color models

346C5F
RGB5210895
HSL166°35.00%31.37%
HSB/HSV166°51.85%42.35%
CMYK51.85%0.00%12.04%
57.65%

Color #346C5F in popluar number systems.

HEX346C5F
Decimal5210895
Binary11010011011001011111
Octal64154137

Shades and tints

Shades of #346C5F

#346C5F
(52,108,95)
#306357
(48,99,87)
#2C5A4F
(44,90,79)
#285147
(40,81,71)
#24483F
(36,72,63)
#203F37
(32,63,55)
#1C362F
(28,54,47)
#182D27
(24,45,39)
#14241F
(20,36,31)
#101B17
(16,27,23)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #346C5F

#346C5F
(52,108,95)
#46796D
(70,121,109)
#58867B
(88,134,123)
#6A9389
(106,147,137)
#7CA097
(124,160,151)
#8EADA5
(142,173,165)
#A0BAB3
(160,186,179)
#B2C7C1
(178,199,193)
#C4D4CF
(196,212,207)
#D6E1DD
(214,225,221)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346C5F color. Also use rgb(52,108,95) instead hex code.

Text Font Color

.myTextColor { color: #346C5F; }

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

This text font color is #346C5F.


Background Color

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

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

This div background color is #346C5F.


Border color

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

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

This div border color is #346C5F.


Opacity

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

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

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

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

This text has shadow with #346C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346C5F on black background.


Color preview on white background

This text has color #346C5F on white background.



Black color preview on #346C5F background

This text has black color on #346C5F background.


White color preview on #346C5F background

This text has white color on #346C5F background.