COLOR #347A64

HEX: #347A64
RGB: (52,122,100)

Color info

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

RGB color model

#347A64 color RGB value is (52,122,100).

  • red value is 52;
  • green value is 122;
  • blue value is 100.
RGB:
(52,122,100)
(20%,48%,39%)

RGB channels and saturation

R 52 of 255 = 20%
G 122 of 255 = 48%
B 100 of 255 = 39%

52
122
100

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

Portions of RGB colors in percentages

R + G + B =
52 + 122 + 100 = 274 (100%)
R 52 of 274 ~ 18.98%
G 122 of 274 ~ 44.53%
B 100 of 274 ~ 36.5%

%18.98
%44.53
%36.5

CMYK color model

#347A64 color CMYK value is (57,0,18,52).

  • cyan value is 57.38%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(57,0,18,52)
C57M0Y18K52 
(57%,0%,18%,52%)
(0.57/0.00/0.18/0.52)	

CMYK percentages

%57.38
%0
%18.03
%52.16

Codes

Color #347A64 in popluar color models

347A64
RGB52122100
HSL161°40.23%34.12%
HSB/HSV161°57.38%47.84%
CMYK57.38%0.00%18.03%
52.16%

Color #347A64 in popluar number systems.

HEX347A64
Decimal52122100
Binary11010011110101100100
Octal64172144

Shades and tints

Shades of #347A64

#347A64
(52,122,100)
#306F5B
(48,111,91)
#2C6452
(44,100,82)
#285949
(40,89,73)
#244E40
(36,78,64)
#204337
(32,67,55)
#1C382E
(28,56,46)
#182D25
(24,45,37)
#14221C
(20,34,28)
#101713
(16,23,19)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #347A64

#347A64
(52,122,100)
#468672
(70,134,114)
#589280
(88,146,128)
#6A9E8E
(106,158,142)
#7CAA9C
(124,170,156)
#8EB6AA
(142,182,170)
#A0C2B8
(160,194,184)
#B2CEC6
(178,206,198)
#C4DAD4
(196,218,212)
#D6E6E2
(214,230,226)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347A64 color. Also use rgb(52,122,100) instead hex code.

Text Font Color

.myTextColor { color: #347A64; }

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

This text font color is #347A64.


Background Color

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

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

This div background color is #347A64.


Border color

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

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

This div border color is #347A64.


Opacity

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

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

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

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

This text has shadow with #347A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347A64 on black background.


Color preview on white background

This text has color #347A64 on white background.



Black color preview on #347A64 background

This text has black color on #347A64 background.


White color preview on #347A64 background

This text has white color on #347A64 background.