COLOR #349E8D

HEX: #349E8D RGB: (52,158,141)

Color info

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

RGB color model

#349E8D color RGB value is (52,158,141).

RGB: (52,158,141) (20%, 62%, 55%)

RGB channels and saturation

R 52 of 255 = 20%
G 158 of 255 = 62%
B 141 of 255 = 55%

52
158
141

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

Portions of RGB colors in percentages

R + G + B = 52 + 158 + 141 = 351 (100%)
R 52 of 351 ~ 14.81%
G 158 of 351 ~ 45.01%
B 141 of 351 ~ 40.17'%

%14.81
%45.01
%40.17

CMYK color model

#349E8D color CMYK value is (67,0,11,38).

  • cyan value is 67.09%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 38.04%

CMYK: (67,0,11,38)
C67M0Y11K38 (67%, 0%, 11%, 38%)
(0.67 / 0.00 / 0.11 / 0.38)

CMYK percentages

%67.09
%0
%10.76
%38.04

Codes

Color #349E8D in popluar color models

34 9E 8D
RGB 52 158 141
HSL 170° 50.48% 41.18%
HSB/HSV 170° 67.09% 61.96%
CMYK 67.09% 0.00% 10.76%
38.04%

Color #349E8D in popluar number systems.

HEX 34 9E 8D
Decimal 52 158 141
Binary 110100 10011110 10001101
Octal 64 236 215

Shades and tints

Shades of #349E8D

#349E8D
(52,158,141)
#309081
(48,144,129)
#2C8275
(44,130,117)
#287469
(40,116,105)
#24665D
(36,102,93)
#205851
(32,88,81)
#1C4A45
(28,74,69)
#183C39
(24,60,57)
#142E2D
(20,46,45)
#102021
(16,32,33)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #349E8D

#349E8D
(52,158,141)
#46A697
(70,166,151)
#58AEA1
(88,174,161)
#6AB6AB
(106,182,171)
#7CBEB5
(124,190,181)
#8EC6BF
(142,198,191)
#A0CEC9
(160,206,201)
#B2D6D3
(178,214,211)
#C4DEDD
(196,222,221)
#D6E6E7
(214,230,231)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349E8D color. Also use rgb(52,158,141) instead hex code.

Text Font Color

.myTextColor { color: #349E8D; }

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

This text font color is #349E8D.

Background Color

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

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

This div background color is #349E8D.

Border color

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

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

This div border color is #349E8D.

Opacity

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

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

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

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

This text has shadow with #349E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #349E8D.

Preview

Color preview on black background

This text has color #349E8D on black background.


Color preview on white background

This text has color #349E8D on white background.


Black color preview on #349E8D background

This text has black color on #349E8D background.


White color preview on #349E8D background

This text has white color on #349E8D background.


Related colors

Complementary color

Complementary color for #hex is #CB6172.


I love getcolorcode.com

Triadic colors

1 #8D349E and #9E8D34 with #349E8D are triadic colors.

2 #8D9E34 and #9E348D with #349E8D are triadic colors.