COLOR #348F6F

HEX: #348F6F RGB: (52,143,111)

Color info

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

RGB color model

#348F6F color RGB value is (52,143,111).

RGB: (52,143,111) (20%, 56%, 44%)

RGB channels and saturation

R 52 of 255 = 20%
G 143 of 255 = 56%
B 111 of 255 = 44%

52
143
111

R + G + B ~ 40%. #348F6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 143 + 111 = 306 (100%)
R 52 of 306 ~ 16.99%
G 143 of 306 ~ 46.73%
B 111 of 306 ~ 36.27'%

%16.99
%46.73
%36.27

CMYK color model

#348F6F color CMYK value is (64,0,22,44).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 22.38%
  • key color value is 43.92%

CMYK: (64,0,22,44)
C64M0Y22K44 (64%, 0%, 22%, 44%)
(0.64 / 0.00 / 0.22 / 0.44)

CMYK percentages

%63.64
%0
%22.38
%43.92

Codes

Color #348F6F in popluar color models

34 8F 6F
RGB 52 143 111
HSL 159° 46.67% 38.24%
HSB/HSV 159° 63.64% 56.08%
CMYK 63.64% 0.00% 22.38%
43.92%

Color #348F6F in popluar number systems.

HEX 34 8F 6F
Decimal 52 143 111
Binary 110100 10001111 1101111
Octal 64 217 157

Shades and tints

Shades of #348F6F

#348F6F
(52,143,111)
#308265
(48,130,101)
#2C755B
(44,117,91)
#286851
(40,104,81)
#245B47
(36,91,71)
#204E3D
(32,78,61)
#1C4133
(28,65,51)
#183429
(24,52,41)
#14271F
(20,39,31)
#101A15
(16,26,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #348F6F

#348F6F
(52,143,111)
#46997C
(70,153,124)
#58A389
(88,163,137)
#6AAD96
(106,173,150)
#7CB7A3
(124,183,163)
#8EC1B0
(142,193,176)
#A0CBBD
(160,203,189)
#B2D5CA
(178,213,202)
#C4DFD7
(196,223,215)
#D6E9E4
(214,233,228)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348F6F color. Also use rgb(52,143,111) instead hex code.

Text Font Color

.myTextColor { color: #348F6F; }

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

This text font color is #348F6F.

Background Color

.myBgColor { background-color: #348F6F; }

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

This div background color is #348F6F.

Border color

.myBorderColor { border: 1px solid #348F6F; }

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

This div border color is #348F6F.

Opacity

.myOpacity80 { color: #348F6F; opacity: 0.8; }

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

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

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

This text has shadow with #348F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #348F6F.

Preview

Color preview on black background

This text has color #348F6F on black background.


Color preview on white background

This text has color #348F6F on white background.


Black color preview on #348F6F background

This text has black color on #348F6F background.


White color preview on #348F6F background

This text has white color on #348F6F background.


Related colors

Complementary color

Complementary color for #hex is #CB7090.


I love getcolorcode.com

Triadic colors

1 #6F348F and #8F6F34 with #348F6F are triadic colors.

2 #6F8F34 and #8F346F with #348F6F are triadic colors.