COLOR #347A5F

HEX: #347A5F
RGB: (52,122,95)

Color info

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

RGB color model

#347A5F color RGB value is (52,122,95).

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

RGB channels and saturation

R 52 of 255 = 20%
G 122 of 255 = 48%
B 95 of 255 = 37%

52
122
95

R + G + B ~ 35%. #347A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 122 + 95 = 269 (100%)
R 52 of 269 ~ 19.33%
G 122 of 269 ~ 45.35%
B 95 of 269 ~ 35.32%

%19.33
%45.35
%35.32

CMYK color model

#347A5F color CMYK value is (57,0,22,52).

  • cyan value is 57.38%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 52.16%
CMYK:
(57,0,22,52)
C57M0Y22K52 
(57%,0%,22%,52%)
(0.57/0.00/0.22/0.52)	

CMYK percentages

%57.38
%0
%22.13
%52.16

Codes

Color #347A5F in popluar color models

347A5F
RGB5212295
HSL157°40.23%34.12%
HSB/HSV157°57.38%47.84%
CMYK57.38%0.00%22.13%
52.16%

Color #347A5F in popluar number systems.

HEX347A5F
Decimal5212295
Binary11010011110101011111
Octal64172137

Shades and tints

Shades of #347A5F

#347A5F
(52,122,95)
#306F57
(48,111,87)
#2C644F
(44,100,79)
#285947
(40,89,71)
#244E3F
(36,78,63)
#204337
(32,67,55)
#1C382F
(28,56,47)
#182D27
(24,45,39)
#14221F
(20,34,31)
#101717
(16,23,23)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #347A5F

#347A5F
(52,122,95)
#46866D
(70,134,109)
#58927B
(88,146,123)
#6A9E89
(106,158,137)
#7CAA97
(124,170,151)
#8EB6A5
(142,182,165)
#A0C2B3
(160,194,179)
#B2CEC1
(178,206,193)
#C4DACF
(196,218,207)
#D6E6DD
(214,230,221)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347A5F; }

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

This text font color is #347A5F.


Background Color

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

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

This div background color is #347A5F.


Border color

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

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

This div border color is #347A5F.


Opacity

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

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

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

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

This text has shadow with #347A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347A5F on black background.


Color preview on white background

This text has color #347A5F on white background.



Black color preview on #347A5F background

This text has black color on #347A5F background.


White color preview on #347A5F background

This text has white color on #347A5F background.