COLOR #349060

HEX: #349060 RGB: (52,144,96)

Color info

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

RGB color model

#349060 color RGB value is (52,144,96).

RGB: (52,144,96) (20%, 56%, 38%)

RGB channels and saturation

R 52 of 255 = 20%
G 144 of 255 = 56%
B 96 of 255 = 38%

52
144
96

R + G + B ~ 38%. #349060 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 144 + 96 = 292 (100%)
R 52 of 292 ~ 17.81%
G 144 of 292 ~ 49.32%
B 96 of 292 ~ 32.88'%

%17.81
%49.32
%32.88

CMYK color model

#349060 color CMYK value is (64,0,33,44).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 43.53%
CMYK: (64,0,33,44) C64M0Y33K44 (64%,0%,33%,44%) (0.64/0.00/0.33/0.44) 

CMYK percentages

%63.89
%0
%33.33
%43.53

Codes

Color #349060 in popluar color models

34 90 60
RGB 52 144 96
HSL 149° 46.94% 38.43%
HSB/HSV 149° 63.89% 56.47%
CMYK 63.89% 0.00% 33.33%
43.53%

Color #349060 in popluar number systems.

HEX 34 90 60
Decimal 52 144 96
Binary 110100 10010000 1100000
Octal 64 220 140

Shades and tints

Shades of #349060

#349060
(52,144,96)
#308358
(48,131,88)
#2C7650
(44,118,80)
#286948
(40,105,72)
#245C40
(36,92,64)
#204F38
(32,79,56)
#1C4230
(28,66,48)
#183528
(24,53,40)
#142820
(20,40,32)
#101B18
(16,27,24)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #349060

#349060
(52,144,96)
#469A6E
(70,154,110)
#58A47C
(88,164,124)
#6AAE8A
(106,174,138)
#7CB898
(124,184,152)
#8EC2A6
(142,194,166)
#A0CCB4
(160,204,180)
#B2D6C2
(178,214,194)
#C4E0D0
(196,224,208)
#D6EADE
(214,234,222)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349060 color. Also use rgb(52,144,96) instead hex code.

Text Font Color

.myTextColor { color: #349060; }

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

This text font color is #349060.

Background Color

.myBgColor { background-color: #349060; }

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

This div background color is #349060.

Border color

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

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

This div border color is #349060.

Opacity

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

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

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

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

This text has shadow with #349060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #349060.

Preview

Color preview on black background

This text has color #349060 on black background.


Color preview on white background

This text has color #349060 on white background.


Black color preview on #349060 background

This text has black color on #349060 background.


White color preview on #349060 background

This text has white color on #349060 background.


Related colors

Complementary color

Complementary color for #hex is #CB6F9F.


I love getcolorcode.com

Triadic colors

1 #603490 and #906034 with #349060 are triadic colors.

2 #609034 and #903460 with #349060 are triadic colors.