COLOR #347579

HEX: #347579
RGB: (52,117,121)

Color info

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

RGB color model

#347579 color RGB value is (52,117,121).

  • red value is 52;
  • green value is 117;
  • blue value is 121.
RGB:
(52,117,121)
(20%,46%,47%)

RGB channels and saturation

R 52 of 255 = 20%
G 117 of 255 = 46%
B 121 of 255 = 47%

52
117
121

R + G + B ~ 38%. #347579 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 117 + 121 = 290 (100%)
R 52 of 290 ~ 17.93%
G 117 of 290 ~ 40.34%
B 121 of 290 ~ 41.72%

%17.93
%40.34
%41.72

CMYK color model

#347579 color CMYK value is (57,3,0,53).

  • cyan value is 57.02%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(57,3,0,53)
C57M3Y0K53 
(57%,3%,0%,53%)
(0.57/0.03/0.00/0.53)	

CMYK percentages

%57.02
%3.31
%0
%52.55

Codes

Color #347579 in popluar color models

347579
RGB52117121
HSL183°39.88%33.92%
HSB/HSV183°57.02%47.45%
CMYK57.02%3.31%0.00%
52.55%

Color #347579 in popluar number systems.

HEX347579
Decimal52117121
Binary11010011101011111001
Octal64165171

Shades and tints

Shades of #347579

#347579
(52,117,121)
#306B6E
(48,107,110)
#2C6163
(44,97,99)
#285758
(40,87,88)
#244D4D
(36,77,77)
#204342
(32,67,66)
#1C3937
(28,57,55)
#182F2C
(24,47,44)
#142521
(20,37,33)
#101B16
(16,27,22)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #347579

#347579
(52,117,121)
#468185
(70,129,133)
#588D91
(88,141,145)
#6A999D
(106,153,157)
#7CA5A9
(124,165,169)
#8EB1B5
(142,177,181)
#A0BDC1
(160,189,193)
#B2C9CD
(178,201,205)
#C4D5D9
(196,213,217)
#D6E1E5
(214,225,229)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347579 color. Also use rgb(52,117,121) instead hex code.

Text Font Color

.myTextColor { color: #347579; }

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

This text font color is #347579.


Background Color

.myBgColor { background-color: #347579; }

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

This div background color is #347579.


Border color

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

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

This div border color is #347579.


Opacity

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

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

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

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

This text has shadow with #347579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347579 on black background.


Color preview on white background

This text has color #347579 on white background.



Black color preview on #347579 background

This text has black color on #347579 background.


White color preview on #347579 background

This text has white color on #347579 background.