COLOR #347369

HEX: #347369
RGB: (52,115,105)

Color info

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

RGB color model

#347369 color RGB value is (52,115,105).

  • red value is 52;
  • green value is 115;
  • blue value is 105.
RGB:
(52,115,105)
(20%,45%,41%)

RGB channels and saturation

R 52 of 255 = 20%
G 115 of 255 = 45%
B 105 of 255 = 41%

52
115
105

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

Portions of RGB colors in percentages

R + G + B =
52 + 115 + 105 = 272 (100%)
R 52 of 272 ~ 19.12%
G 115 of 272 ~ 42.28%
B 105 of 272 ~ 38.6%

%19.12
%42.28
%38.6

CMYK color model

#347369 color CMYK value is (55,0,9,55).

  • cyan value is 54.78%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 54.90%
CMYK:
(55,0,9,55)
C55M0Y9K55 
(55%,0%,9%,55%)
(0.55/0.00/0.09/0.55)	

CMYK percentages

%54.78
%0
%8.7
%54.9

Codes

Color #347369 in popluar color models

347369
RGB52115105
HSL170°37.72%32.75%
HSB/HSV170°54.78%45.10%
CMYK54.78%0.00%8.70%
54.90%

Color #347369 in popluar number systems.

HEX347369
Decimal52115105
Binary11010011100111101001
Octal64163151

Shades and tints

Shades of #347369

#347369
(52,115,105)
#306960
(48,105,96)
#2C5F57
(44,95,87)
#28554E
(40,85,78)
#244B45
(36,75,69)
#20413C
(32,65,60)
#1C3733
(28,55,51)
#182D2A
(24,45,42)
#142321
(20,35,33)
#101918
(16,25,24)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #347369

#347369
(52,115,105)
#467F76
(70,127,118)
#588B83
(88,139,131)
#6A9790
(106,151,144)
#7CA39D
(124,163,157)
#8EAFAA
(142,175,170)
#A0BBB7
(160,187,183)
#B2C7C4
(178,199,196)
#C4D3D1
(196,211,209)
#D6DFDE
(214,223,222)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347369 color. Also use rgb(52,115,105) instead hex code.

Text Font Color

.myTextColor { color: #347369; }

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

This text font color is #347369.


Background Color

.myBgColor { background-color: #347369; }

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

This div background color is #347369.


Border color

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

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

This div border color is #347369.


Opacity

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

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

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

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

This text has shadow with #347369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347369 on black background.


Color preview on white background

This text has color #347369 on white background.



Black color preview on #347369 background

This text has black color on #347369 background.


White color preview on #347369 background

This text has white color on #347369 background.