COLOR #349C93

HEX: #349C93
RGB: (52,156,147)

Color info

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

RGB color model

#349C93 color RGB value is (52,156,147).

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

RGB channels and saturation

R 52 of 255 = 20%
G 156 of 255 = 61%
B 147 of 255 = 58%

52
156
147

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

Portions of RGB colors in percentages

R + G + B =
52 + 156 + 147 = 355 (100%)
R 52 of 355 ~ 14.65%
G 156 of 355 ~ 43.94%
B 147 of 355 ~ 41.41%

%14.65
%43.94
%41.41

CMYK color model

#349C93 color CMYK value is (67,0,6,39).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK:
(67,0,6,39)
C67M0Y6K39 
(67%,0%,6%,39%)
(0.67/0.00/0.06/0.39)	

CMYK percentages

%66.67
%0
%5.77
%38.82

Codes

Color #349C93 in popluar color models

349C93
RGB52156147
HSL175°50.00%40.78%
HSB/HSV175°66.67%61.18%
CMYK66.67%0.00%5.77%
38.82%

Color #349C93 in popluar number systems.

HEX349C93
Decimal52156147
Binary1101001001110010010011
Octal64234223

Shades and tints

Shades of #349C93

#349C93
(52,156,147)
#308E86
(48,142,134)
#2C8079
(44,128,121)
#28726C
(40,114,108)
#24645F
(36,100,95)
#205652
(32,86,82)
#1C4845
(28,72,69)
#183A38
(24,58,56)
#142C2B
(20,44,43)
#101E1E
(16,30,30)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #349C93

#349C93
(52,156,147)
#46A59C
(70,165,156)
#58AEA5
(88,174,165)
#6AB7AE
(106,183,174)
#7CC0B7
(124,192,183)
#8EC9C0
(142,201,192)
#A0D2C9
(160,210,201)
#B2DBD2
(178,219,210)
#C4E4DB
(196,228,219)
#D6EDE4
(214,237,228)
#E8F6ED
(232,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #349C93; }

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

This text font color is #349C93.


Background Color

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

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

This div background color is #349C93.


Border color

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

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

This div border color is #349C93.


Opacity

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

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

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

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

This text has shadow with #349C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349C93 on black background.


Color preview on white background

This text has color #349C93 on white background.



Black color preview on #349C93 background

This text has black color on #349C93 background.


White color preview on #349C93 background

This text has white color on #349C93 background.