COLOR #349189

HEX: #349189
RGB: (52,145,137)

Color info

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

RGB color model

#349189 color RGB value is (52,145,137).

  • red value is 52;
  • green value is 145;
  • blue value is 137.
RGB:
(52,145,137)
(20%,57%,54%)

RGB channels and saturation

R 52 of 255 = 20%
G 145 of 255 = 57%
B 137 of 255 = 54%

52
145
137

R + G + B ~ 44%. #349189 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 145 + 137 = 334 (100%)
R 52 of 334 ~ 15.57%
G 145 of 334 ~ 43.41%
B 137 of 334 ~ 41.02%

%15.57
%43.41
%41.02

CMYK color model

#349189 color CMYK value is (64,0,6,43).

  • cyan value is 64.14%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 43.14%
CMYK:
(64,0,6,43)
C64M0Y6K43 
(64%,0%,6%,43%)
(0.64/0.00/0.06/0.43)	

CMYK percentages

%64.14
%0
%5.52
%43.14

Codes

Color #349189 in popluar color models

349189
RGB52145137
HSL175°47.21%38.63%
HSB/HSV175°64.14%56.86%
CMYK64.14%0.00%5.52%
43.14%

Color #349189 in popluar number systems.

HEX349189
Decimal52145137
Binary1101001001000110001001
Octal64221211

Shades and tints

Shades of #349189

#349189
(52,145,137)
#30847D
(48,132,125)
#2C7771
(44,119,113)
#286A65
(40,106,101)
#245D59
(36,93,89)
#20504D
(32,80,77)
#1C4341
(28,67,65)
#183635
(24,54,53)
#142929
(20,41,41)
#101C1D
(16,28,29)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #349189

#349189
(52,145,137)
#469B93
(70,155,147)
#58A59D
(88,165,157)
#6AAFA7
(106,175,167)
#7CB9B1
(124,185,177)
#8EC3BB
(142,195,187)
#A0CDC5
(160,205,197)
#B2D7CF
(178,215,207)
#C4E1D9
(196,225,217)
#D6EBE3
(214,235,227)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349189 color. Also use rgb(52,145,137) instead hex code.

Text Font Color

.myTextColor { color: #349189; }

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

This text font color is #349189.


Background Color

.myBgColor { background-color: #349189; }

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

This div background color is #349189.


Border color

.myBorderColor { border: 1px solid #349189; }

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

This div border color is #349189.


Opacity

.myOpacity80 { color: #349189; opacity: 0.8; }

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

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

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

This text has shadow with #349189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349189 on black background.


Color preview on white background

This text has color #349189 on white background.



Black color preview on #349189 background

This text has black color on #349189 background.


White color preview on #349189 background

This text has white color on #349189 background.