COLOR #349D8A

HEX: #349D8A
RGB: (52,157,138)

Color info

#349D8A contains mainly green and blue colors. Web safe color of #349D8A is #339999 (or #399).

RGB color model

#349D8A color RGB value is (52,157,138).

  • red value is 52;
  • green value is 157;
  • blue value is 138.
RGB:
(52,157,138)
(20%,62%,54%)

RGB channels and saturation

R 52 of 255 = 20%
G 157 of 255 = 62%
B 138 of 255 = 54%

52
157
138

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

Portions of RGB colors in percentages

R + G + B =
52 + 157 + 138 = 347 (100%)
R 52 of 347 ~ 14.99%
G 157 of 347 ~ 45.24%
B 138 of 347 ~ 39.77%

%14.99
%45.24
%39.77

CMYK color model

#349D8A color CMYK value is (67,0,12,38).

  • cyan value is 66.88%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 38.43%
CMYK:
(67,0,12,38)
C67M0Y12K38 
(67%,0%,12%,38%)
(0.67/0.00/0.12/0.38)	

CMYK percentages

%66.88
%0
%12.1
%38.43

Codes

Color #349D8A in popluar color models

349D8A
RGB52157138
HSL169°50.24%40.98%
HSB/HSV169°66.88%61.57%
CMYK66.88%0.00%12.10%
38.43%

Color #349D8A in popluar number systems.

HEX349D8A
Decimal52157138
Binary1101001001110110001010
Octal64235212

Shades and tints

Shades of #349D8A

#349D8A
(52,157,138)
#308F7E
(48,143,126)
#2C8172
(44,129,114)
#287366
(40,115,102)
#24655A
(36,101,90)
#20574E
(32,87,78)
#1C4942
(28,73,66)
#183B36
(24,59,54)
#142D2A
(20,45,42)
#101F1E
(16,31,30)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #349D8A

#349D8A
(52,157,138)
#46A594
(70,165,148)
#58AD9E
(88,173,158)
#6AB5A8
(106,181,168)
#7CBDB2
(124,189,178)
#8EC5BC
(142,197,188)
#A0CDC6
(160,205,198)
#B2D5D0
(178,213,208)
#C4DDDA
(196,221,218)
#D6E5E4
(214,229,228)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349D8A color. Also use rgb(52,157,138) instead hex code.

Text Font Color

.myTextColor { color: #349D8A; }

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

This text font color is #349D8A.


Background Color

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

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

This div background color is #349D8A.


Border color

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

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

This div border color is #349D8A.


Opacity

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

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

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

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

This text has shadow with #349D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349D8A on black background.


Color preview on white background

This text has color #349D8A on white background.



Black color preview on #349D8A background

This text has black color on #349D8A background.


White color preview on #349D8A background

This text has white color on #349D8A background.