COLOR #347B6D

HEX: #347B6D
RGB: (52,123,109)

Color info

#347B6D contains mainly green and blue colors. Web safe color of #347B6D is #336666 (or #366).

RGB color model

#347B6D color RGB value is (52,123,109).

  • red value is 52;
  • green value is 123;
  • blue value is 109.
RGB:
(52,123,109)
(20%,48%,43%)

RGB channels and saturation

R 52 of 255 = 20%
G 123 of 255 = 48%
B 109 of 255 = 43%

52
123
109

R + G + B ~ 37%. #347B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 123 + 109 = 284 (100%)
R 52 of 284 ~ 18.31%
G 123 of 284 ~ 43.31%
B 109 of 284 ~ 38.38%

%18.31
%43.31
%38.38

CMYK color model

#347B6D color CMYK value is (58,0,11,52).

  • cyan value is 57.72%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK:
(58,0,11,52)
C58M0Y11K52 
(58%,0%,11%,52%)
(0.58/0.00/0.11/0.52)	

CMYK percentages

%57.72
%0
%11.38
%51.76

Codes

Color #347B6D in popluar color models

347B6D
RGB52123109
HSL168°40.57%34.31%
HSB/HSV168°57.72%48.24%
CMYK57.72%0.00%11.38%
51.76%

Color #347B6D in popluar number systems.

HEX347B6D
Decimal52123109
Binary11010011110111101101
Octal64173155

Shades and tints

Shades of #347B6D

#347B6D
(52,123,109)
#307064
(48,112,100)
#2C655B
(44,101,91)
#285A52
(40,90,82)
#244F49
(36,79,73)
#204440
(32,68,64)
#1C3937
(28,57,55)
#182E2E
(24,46,46)
#142325
(20,35,37)
#10181C
(16,24,28)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #347B6D

#347B6D
(52,123,109)
#46877A
(70,135,122)
#589387
(88,147,135)
#6A9F94
(106,159,148)
#7CABA1
(124,171,161)
#8EB7AE
(142,183,174)
#A0C3BB
(160,195,187)
#B2CFC8
(178,207,200)
#C4DBD5
(196,219,213)
#D6E7E2
(214,231,226)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347B6D color. Also use rgb(52,123,109) instead hex code.

Text Font Color

.myTextColor { color: #347B6D; }

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

This text font color is #347B6D.


Background Color

.myBgColor { background-color: #347B6D; }

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

This div background color is #347B6D.


Border color

.myBorderColor { border: 1px solid #347B6D; }

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

This div border color is #347B6D.


Opacity

.myOpacity80 { color: #347B6D; opacity: 0.8; }

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

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

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

This text has shadow with #347B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347B6D on black background.


Color preview on white background

This text has color #347B6D on white background.



Black color preview on #347B6D background

This text has black color on #347B6D background.


White color preview on #347B6D background

This text has white color on #347B6D background.