COLOR #349B66

HEX: #349B66
RGB: (52,155,102)

Color info

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

RGB color model

#349B66 color RGB value is (52,155,102).

  • red value is 52;
  • green value is 155;
  • blue value is 102.
RGB:
(52,155,102)
(20%,61%,40%)

RGB channels and saturation

R 52 of 255 = 20%
G 155 of 255 = 61%
B 102 of 255 = 40%

52
155
102

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

Portions of RGB colors in percentages

R + G + B =
52 + 155 + 102 = 309 (100%)
R 52 of 309 ~ 16.83%
G 155 of 309 ~ 50.16%
B 102 of 309 ~ 33.01%

%16.83
%50.16
%33.01

CMYK color model

#349B66 color CMYK value is (66,0,34,39).

  • cyan value is 66.45%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 39.22%
CMYK:
(66,0,34,39)
C66M0Y34K39 
(66%,0%,34%,39%)
(0.66/0.00/0.34/0.39)	

CMYK percentages

%66.45
%0
%34.19
%39.22

Codes

Color #349B66 in popluar color models

349B66
RGB52155102
HSL149°49.76%40.59%
HSB/HSV149°66.45%60.78%
CMYK66.45%0.00%34.19%
39.22%

Color #349B66 in popluar number systems.

HEX349B66
Decimal52155102
Binary110100100110111100110
Octal64233146

Shades and tints

Shades of #349B66

#349B66
(52,155,102)
#308D5D
(48,141,93)
#2C7F54
(44,127,84)
#28714B
(40,113,75)
#246342
(36,99,66)
#205539
(32,85,57)
#1C4730
(28,71,48)
#183927
(24,57,39)
#142B1E
(20,43,30)
#101D15
(16,29,21)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #349B66

#349B66
(52,155,102)
#46A473
(70,164,115)
#58AD80
(88,173,128)
#6AB68D
(106,182,141)
#7CBF9A
(124,191,154)
#8EC8A7
(142,200,167)
#A0D1B4
(160,209,180)
#B2DAC1
(178,218,193)
#C4E3CE
(196,227,206)
#D6ECDB
(214,236,219)
#E8F5E8
(232,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349B66 color. Also use rgb(52,155,102) instead hex code.

Text Font Color

.myTextColor { color: #349B66; }

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

This text font color is #349B66.


Background Color

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

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

This div background color is #349B66.


Border color

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

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

This div border color is #349B66.


Opacity

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

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

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

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

This text has shadow with #349B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349B66 on black background.


Color preview on white background

This text has color #349B66 on white background.



Black color preview on #349B66 background

This text has black color on #349B66 background.


White color preview on #349B66 background

This text has white color on #349B66 background.