COLOR #349A80

HEX: #349A80
RGB: (52,154,128)

Color info

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

RGB color model

#349A80 color RGB value is (52,154,128).

  • red value is 52;
  • green value is 154;
  • blue value is 128.
RGB:
(52,154,128)
(20%,60%,50%)

RGB channels and saturation

R 52 of 255 = 20%
G 154 of 255 = 60%
B 128 of 255 = 50%

52
154
128

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

Portions of RGB colors in percentages

R + G + B =
52 + 154 + 128 = 334 (100%)
R 52 of 334 ~ 15.57%
G 154 of 334 ~ 46.11%
B 128 of 334 ~ 38.32%

%15.57
%46.11
%38.32

CMYK color model

#349A80 color CMYK value is (66,0,17,40).

  • cyan value is 66.23%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%
CMYK:
(66,0,17,40)
C66M0Y17K40 
(66%,0%,17%,40%)
(0.66/0.00/0.17/0.40)	

CMYK percentages

%66.23
%0
%16.88
%39.61

Codes

Color #349A80 in popluar color models

349A80
RGB52154128
HSL165°49.51%40.39%
HSB/HSV165°66.23%60.39%
CMYK66.23%0.00%16.88%
39.61%

Color #349A80 in popluar number systems.

HEX349A80
Decimal52154128
Binary1101001001101010000000
Octal64232200

Shades and tints

Shades of #349A80

#349A80
(52,154,128)
#308C75
(48,140,117)
#2C7E6A
(44,126,106)
#28705F
(40,112,95)
#246254
(36,98,84)
#205449
(32,84,73)
#1C463E
(28,70,62)
#183833
(24,56,51)
#142A28
(20,42,40)
#101C1D
(16,28,29)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #349A80

#349A80
(52,154,128)
#46A38B
(70,163,139)
#58AC96
(88,172,150)
#6AB5A1
(106,181,161)
#7CBEAC
(124,190,172)
#8EC7B7
(142,199,183)
#A0D0C2
(160,208,194)
#B2D9CD
(178,217,205)
#C4E2D8
(196,226,216)
#D6EBE3
(214,235,227)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349A80 color. Also use rgb(52,154,128) instead hex code.

Text Font Color

.myTextColor { color: #349A80; }

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

This text font color is #349A80.


Background Color

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

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

This div background color is #349A80.


Border color

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

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

This div border color is #349A80.


Opacity

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

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

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

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

This text has shadow with #349A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349A80 on black background.


Color preview on white background

This text has color #349A80 on white background.



Black color preview on #349A80 background

This text has black color on #349A80 background.


White color preview on #349A80 background

This text has white color on #349A80 background.