COLOR #347D85

HEX: #347D85 RGB: (52,125,133)

Color info

#347D85 contains mainly green and blue colors. Web safe color of #347D85 is #336699 (or #369).

RGB color model

#347D85 color RGB value is (52,125,133).

RGB: (52,125,133) (20%, 49%, 52%)

RGB channels and saturation

R 52 of 255 = 20%
G 125 of 255 = 49%
B 133 of 255 = 52%

52
125
133

R + G + B ~ 40%. #347D85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 125 + 133 = 310 (100%)
R 52 of 310 ~ 16.77%
G 125 of 310 ~ 40.32%
B 133 of 310 ~ 42.9'%

%16.77
%40.32
%42.9

CMYK color model

#347D85 color CMYK value is (61,6,0,48).

  • cyan value is 60.90%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (61,6,0,48) C61M6Y0K48 (61%,6%,0%,48%) (0.61/0.06/0.00/0.48) 

CMYK percentages

%60.9
%6.02
%0
%47.84

Codes

Color #347D85 in popluar color models

34 7D 85
RGB 52 125 133
HSL 186° 43.78% 36.27%
HSB/HSV 186° 60.90% 52.16%
CMYK 60.90% 6.02% 0.00%
47.84%

Color #347D85 in popluar number systems.

HEX 34 7D 85
Decimal 52 125 133
Binary 110100 1111101 10000101
Octal 64 175 205

Shades and tints

Shades of #347D85

#347D85
(52,125,133)
#307279
(48,114,121)
#2C676D
(44,103,109)
#285C61
(40,92,97)
#245155
(36,81,85)
#204649
(32,70,73)
#1C3B3D
(28,59,61)
#183031
(24,48,49)
#142525
(20,37,37)
#101A19
(16,26,25)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #347D85

#347D85
(52,125,133)
#468890
(70,136,144)
#58939B
(88,147,155)
#6A9EA6
(106,158,166)
#7CA9B1
(124,169,177)
#8EB4BC
(142,180,188)
#A0BFC7
(160,191,199)
#B2CAD2
(178,202,210)
#C4D5DD
(196,213,221)
#D6E0E8
(214,224,232)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347D85 color. Also use rgb(52,125,133) instead hex code.

Text Font Color

.myTextColor { color: #347D85; }

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

This text font color is #347D85.

Background Color

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

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

This div background color is #347D85.

Border color

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

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

This div border color is #347D85.

Opacity

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

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

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

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

This text has shadow with #347D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #347D85.

Preview

Color preview on black background

This text has color #347D85 on black background.


Color preview on white background

This text has color #347D85 on white background.


Black color preview on #347D85 background

This text has black color on #347D85 background.


White color preview on #347D85 background

This text has white color on #347D85 background.


Related colors

Complementary color

Complementary color for #hex is #CB827A.


I love getcolorcode.com

Triadic colors

1 #85347D and #7D8534 with #347D85 are triadic colors.

2 #857D34 and #7D3485 with #347D85 are triadic colors.