COLOR #347C76

HEX: #347C76
RGB: (52,124,118)

Color info

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

RGB color model

#347C76 color RGB value is (52,124,118).

  • red value is 52;
  • green value is 124;
  • blue value is 118.
RGB:
(52,124,118)
(20%,49%,46%)

RGB channels and saturation

R 52 of 255 = 20%
G 124 of 255 = 49%
B 118 of 255 = 46%

52
124
118

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

Portions of RGB colors in percentages

R + G + B =
52 + 124 + 118 = 294 (100%)
R 52 of 294 ~ 17.69%
G 124 of 294 ~ 42.18%
B 118 of 294 ~ 40.14%

%17.69
%42.18
%40.14

CMYK color model

#347C76 color CMYK value is (58,0,5,51).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 51.37%
CMYK:
(58,0,5,51)
C58M0Y5K51 
(58%,0%,5%,51%)
(0.58/0.00/0.05/0.51)	

CMYK percentages

%58.06
%0
%4.84
%51.37

Codes

Color #347C76 in popluar color models

347C76
RGB52124118
HSL175°40.91%34.51%
HSB/HSV175°58.06%48.63%
CMYK58.06%0.00%4.84%
51.37%

Color #347C76 in popluar number systems.

HEX347C76
Decimal52124118
Binary11010011111001110110
Octal64174166

Shades and tints

Shades of #347C76

#347C76
(52,124,118)
#30716C
(48,113,108)
#2C6662
(44,102,98)
#285B58
(40,91,88)
#24504E
(36,80,78)
#204544
(32,69,68)
#1C3A3A
(28,58,58)
#182F30
(24,47,48)
#142426
(20,36,38)
#10191C
(16,25,28)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #347C76

#347C76
(52,124,118)
#468782
(70,135,130)
#58928E
(88,146,142)
#6A9D9A
(106,157,154)
#7CA8A6
(124,168,166)
#8EB3B2
(142,179,178)
#A0BEBE
(160,190,190)
#B2C9CA
(178,201,202)
#C4D4D6
(196,212,214)
#D6DFE2
(214,223,226)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347C76 color. Also use rgb(52,124,118) instead hex code.

Text Font Color

.myTextColor { color: #347C76; }

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

This text font color is #347C76.


Background Color

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

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

This div background color is #347C76.


Border color

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

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

This div border color is #347C76.


Opacity

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

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

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

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

This text has shadow with #347C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347C76 on black background.


Color preview on white background

This text has color #347C76 on white background.



Black color preview on #347C76 background

This text has black color on #347C76 background.


White color preview on #347C76 background

This text has white color on #347C76 background.