COLOR #346D50

HEX: #346D50
RGB: (52,109,80)

Color info

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

RGB color model

#346D50 color RGB value is (52,109,80).

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

RGB channels and saturation

R 52 of 255 = 20%
G 109 of 255 = 43%
B 80 of 255 = 31%

52
109
80

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

Portions of RGB colors in percentages

R + G + B =
52 + 109 + 80 = 241 (100%)
R 52 of 241 ~ 21.58%
G 109 of 241 ~ 45.23%
B 80 of 241 ~ 33.2%

%21.58
%45.23
%33.2

CMYK color model

#346D50 color CMYK value is (52,0,27,57).

  • cyan value is 52.29%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 57.25%
CMYK:
(52,0,27,57)
C52M0Y27K57 
(52%,0%,27%,57%)
(0.52/0.00/0.27/0.57)	

CMYK percentages

%52.29
%0
%26.61
%57.25

Codes

Color #346D50 in popluar color models

346D50
RGB5210980
HSL149°35.40%31.57%
HSB/HSV149°52.29%42.75%
CMYK52.29%0.00%26.61%
57.25%

Color #346D50 in popluar number systems.

HEX346D50
Decimal5210980
Binary11010011011011010000
Octal64155120

Shades and tints

Shades of #346D50

#346D50
(52,109,80)
#306449
(48,100,73)
#2C5B42
(44,91,66)
#28523B
(40,82,59)
#244934
(36,73,52)
#20402D
(32,64,45)
#1C3726
(28,55,38)
#182E1F
(24,46,31)
#142518
(20,37,24)
#101C11
(16,28,17)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #346D50

#346D50
(52,109,80)
#467A5F
(70,122,95)
#58876E
(88,135,110)
#6A947D
(106,148,125)
#7CA18C
(124,161,140)
#8EAE9B
(142,174,155)
#A0BBAA
(160,187,170)
#B2C8B9
(178,200,185)
#C4D5C8
(196,213,200)
#D6E2D7
(214,226,215)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #346D50; }

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

This text font color is #346D50.


Background Color

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

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

This div background color is #346D50.


Border color

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

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

This div border color is #346D50.


Opacity

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

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

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

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

This text has shadow with #346D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346D50 on black background.


Color preview on white background

This text has color #346D50 on white background.



Black color preview on #346D50 background

This text has black color on #346D50 background.


White color preview on #346D50 background

This text has white color on #346D50 background.