COLOR #347755

HEX: #347755 RGB: (52,119,85)

Color info

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

RGB color model

#347755 color RGB value is (52,119,85).

RGB: (52,119,85) (20%, 47%, 33%)

RGB channels and saturation

R 52 of 255 = 20%
G 119 of 255 = 47%
B 85 of 255 = 33%

52
119
85

R + G + B ~ 33%. #347755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 119 + 85 = 256 (100%)
R 52 of 256 ~ 20.31%
G 119 of 256 ~ 46.48%
B 85 of 256 ~ 33.2'%

%20.31
%46.48
%33.2

CMYK color model

#347755 color CMYK value is (56,0,29,53).

  • cyan value is 56.30%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK: (56,0,29,53) C56M0Y29K53 (56%,0%,29%,53%) (0.56/0.00/0.29/0.53) 

CMYK percentages

%56.3
%0
%28.57
%53.33

Codes

Color #347755 in popluar color models

34 77 55
RGB 52 119 85
HSL 150° 39.18% 33.53%
HSB/HSV 150° 56.30% 46.67%
CMYK 56.30% 0.00% 28.57%
53.33%

Color #347755 in popluar number systems.

HEX 34 77 55
Decimal 52 119 85
Binary 110100 1110111 1010101
Octal 64 167 125

Shades and tints

Shades of #347755

#347755
(52,119,85)
#306D4E
(48,109,78)
#2C6347
(44,99,71)
#285940
(40,89,64)
#244F39
(36,79,57)
#204532
(32,69,50)
#1C3B2B
(28,59,43)
#183124
(24,49,36)
#14271D
(20,39,29)
#101D16
(16,29,22)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #347755

#347755
(52,119,85)
#468364
(70,131,100)
#588F73
(88,143,115)
#6A9B82
(106,155,130)
#7CA791
(124,167,145)
#8EB3A0
(142,179,160)
#A0BFAF
(160,191,175)
#B2CBBE
(178,203,190)
#C4D7CD
(196,215,205)
#D6E3DC
(214,227,220)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347755 color. Also use rgb(52,119,85) instead hex code.

Text Font Color

.myTextColor { color: #347755; }

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

This text font color is #347755.

Background Color

.myBgColor { background-color: #347755; }

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

This div background color is #347755.

Border color

.myBorderColor { border: 1px solid #347755; }

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

This div border color is #347755.

Opacity

.myOpacity80 { color: #347755; opacity: 0.8; }

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

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

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

This text has shadow with #347755 color.


.textShadow {text-shadow: 3px 3px 1px #347755', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #347755; -webkit-box-shadow: 1px 1px 3px 2px #347755; box-shadow:1px 1px 3px 2px #347755;">
Div content here
</div>

This div box has shadow with color #347755.

Preview

Color preview on black background

This text has color #347755 on black background.


Color preview on white background

This text has color #347755 on white background.


Black color preview on #347755 background

This text has black color on #347755 background.


White color preview on #347755 background

This text has white color on #347755 background.


Related colors

Complementary color

Complementary color for #hex is #CB88AA.


I love getcolorcode.com

Triadic colors

1 #553477 and #775534 with #347755 are triadic colors.

2 #557734 and #773455 with #347755 are triadic colors.