COLOR #347C53

HEX: #347C53
RGB: (52,124,83)

Color info

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

RGB color model

#347C53 color RGB value is (52,124,83).

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

RGB channels and saturation

R 52 of 255 = 20%
G 124 of 255 = 49%
B 83 of 255 = 33%

52
124
83

R + G + B ~ 34%. #347C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 124 + 83 = 259 (100%)
R 52 of 259 ~ 20.08%
G 124 of 259 ~ 47.88%
B 83 of 259 ~ 32.05%

%20.08
%47.88
%32.05

CMYK color model

#347C53 color CMYK value is (58,0,33,51).

  • cyan value is 58.06%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 51.37%
CMYK:
(58,0,33,51)
C58M0Y33K51 
(58%,0%,33%,51%)
(0.58/0.00/0.33/0.51)	

CMYK percentages

%58.06
%0
%33.06
%51.37

Codes

Color #347C53 in popluar color models

347C53
RGB5212483
HSL146°40.91%34.51%
HSB/HSV146°58.06%48.63%
CMYK58.06%0.00%33.06%
51.37%

Color #347C53 in popluar number systems.

HEX347C53
Decimal5212483
Binary11010011111001010011
Octal64174123

Shades and tints

Shades of #347C53

#347C53
(52,124,83)
#30714C
(48,113,76)
#2C6645
(44,102,69)
#285B3E
(40,91,62)
#245037
(36,80,55)
#204530
(32,69,48)
#1C3A29
(28,58,41)
#182F22
(24,47,34)
#14241B
(20,36,27)
#101914
(16,25,20)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #347C53

#347C53
(52,124,83)
#468762
(70,135,98)
#589271
(88,146,113)
#6A9D80
(106,157,128)
#7CA88F
(124,168,143)
#8EB39E
(142,179,158)
#A0BEAD
(160,190,173)
#B2C9BC
(178,201,188)
#C4D4CB
(196,212,203)
#D6DFDA
(214,223,218)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347C53; }

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

This text font color is #347C53.


Background Color

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

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

This div background color is #347C53.


Border color

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

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

This div border color is #347C53.


Opacity

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

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

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

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

This text has shadow with #347C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347C53 on black background.


Color preview on white background

This text has color #347C53 on white background.



Black color preview on #347C53 background

This text has black color on #347C53 background.


White color preview on #347C53 background

This text has white color on #347C53 background.