COLOR #349C68

HEX: #349C68
RGB: (52,156,104)

Color info

#349C68 contains mainly green and blue colors. Web safe color of #349C68 is #339966 (or #396).

RGB color model

#349C68 color RGB value is (52,156,104).

  • red value is 52;
  • green value is 156;
  • blue value is 104.
RGB:
(52,156,104)
(20%,61%,41%)

RGB channels and saturation

R 52 of 255 = 20%
G 156 of 255 = 61%
B 104 of 255 = 41%

52
156
104

R + G + B ~ 41%. #349C68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 156 + 104 = 312 (100%)
R 52 of 312 ~ 16.67%
G 156 of 312 ~ 50%
B 104 of 312 ~ 33.33%

%16.67
%50
%33.33

CMYK color model

#349C68 color CMYK value is (67,0,33,39).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 38.82%
CMYK:
(67,0,33,39)
C67M0Y33K39 
(67%,0%,33%,39%)
(0.67/0.00/0.33/0.39)	

CMYK percentages

%66.67
%0
%33.33
%38.82

Codes

Color #349C68 in popluar color models

349C68
RGB52156104
HSL150°50.00%40.78%
HSB/HSV150°66.67%61.18%
CMYK66.67%0.00%33.33%
38.82%

Color #349C68 in popluar number systems.

HEX349C68
Decimal52156104
Binary110100100111001101000
Octal64234150

Shades and tints

Shades of #349C68

#349C68
(52,156,104)
#308E5F
(48,142,95)
#2C8056
(44,128,86)
#28724D
(40,114,77)
#246444
(36,100,68)
#20563B
(32,86,59)
#1C4832
(28,72,50)
#183A29
(24,58,41)
#142C20
(20,44,32)
#101E17
(16,30,23)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #349C68

#349C68
(52,156,104)
#46A575
(70,165,117)
#58AE82
(88,174,130)
#6AB78F
(106,183,143)
#7CC09C
(124,192,156)
#8EC9A9
(142,201,169)
#A0D2B6
(160,210,182)
#B2DBC3
(178,219,195)
#C4E4D0
(196,228,208)
#D6EDDD
(214,237,221)
#E8F6EA
(232,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349C68 color. Also use rgb(52,156,104) instead hex code.

Text Font Color

.myTextColor { color: #349C68; }

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

This text font color is #349C68.


Background Color

.myBgColor { background-color: #349C68; }

<div style="background-color:#349C68">Inner text</div>

This div background color is #349C68.


Border color

.myBorderColor { border: 1px solid #349C68; }

<div style="border:3px solid #349C68">Div</div>

This div border color is #349C68.


Opacity

.myOpacity80 { color: #349C68; opacity: 0.8; }

<p style="color:#349C68;opacity:0.8;">80%</p>

Text with #349C68 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 #349C68;}

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

This text has shadow with #349C68 color.

.textShadow {text-shadow: 3px 3px 1px #349C68, 3px 3px 1px red;}

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

This text has shadow with #349C68 primary color and red secondary color.


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

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

This text has shadow with #349C68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349C68 on black background.


Color preview on white background

This text has color #349C68 on white background.



Black color preview on #349C68 background

This text has black color on #349C68 background.


White color preview on #349C68 background

This text has white color on #349C68 background.