COLOR #347E63

HEX: #347E63
RGB: (52,126,99)

Color info

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

RGB color model

#347E63 color RGB value is (52,126,99).

  • red value is 52;
  • green value is 126;
  • blue value is 99.
RGB:
(52,126,99)
(20%,49%,39%)

RGB channels and saturation

R 52 of 255 = 20%
G 126 of 255 = 49%
B 99 of 255 = 39%

52
126
99

R + G + B ~ 36%. #347E63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 126 + 99 = 277 (100%)
R 52 of 277 ~ 18.77%
G 126 of 277 ~ 45.49%
B 99 of 277 ~ 35.74%

%18.77
%45.49
%35.74

CMYK color model

#347E63 color CMYK value is (59,0,21,51).

  • cyan value is 58.73%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 50.59%
CMYK:
(59,0,21,51)
C59M0Y21K51 
(59%,0%,21%,51%)
(0.59/0.00/0.21/0.51)	

CMYK percentages

%58.73
%0
%21.43
%50.59

Codes

Color #347E63 in popluar color models

347E63
RGB5212699
HSL158°41.57%34.90%
HSB/HSV158°58.73%49.41%
CMYK58.73%0.00%21.43%
50.59%

Color #347E63 in popluar number systems.

HEX347E63
Decimal5212699
Binary11010011111101100011
Octal64176143

Shades and tints

Shades of #347E63

#347E63
(52,126,99)
#30735A
(48,115,90)
#2C6851
(44,104,81)
#285D48
(40,93,72)
#24523F
(36,82,63)
#204736
(32,71,54)
#1C3C2D
(28,60,45)
#183124
(24,49,36)
#14261B
(20,38,27)
#101B12
(16,27,18)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #347E63

#347E63
(52,126,99)
#468971
(70,137,113)
#58947F
(88,148,127)
#6A9F8D
(106,159,141)
#7CAA9B
(124,170,155)
#8EB5A9
(142,181,169)
#A0C0B7
(160,192,183)
#B2CBC5
(178,203,197)
#C4D6D3
(196,214,211)
#D6E1E1
(214,225,225)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347E63 color. Also use rgb(52,126,99) instead hex code.

Text Font Color

.myTextColor { color: #347E63; }

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

This text font color is #347E63.


Background Color

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

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

This div background color is #347E63.


Border color

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

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

This div border color is #347E63.


Opacity

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

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

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

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

This text has shadow with #347E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347E63 on black background.


Color preview on white background

This text has color #347E63 on white background.



Black color preview on #347E63 background

This text has black color on #347E63 background.


White color preview on #347E63 background

This text has white color on #347E63 background.