COLOR #347569

HEX: #347569
RGB: (52,117,105)

Color info

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

RGB color model

#347569 color RGB value is (52,117,105).

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

RGB channels and saturation

R 52 of 255 = 20%
G 117 of 255 = 46%
B 105 of 255 = 41%

52
117
105

R + G + B ~ 36%. #347569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 117 + 105 = 274 (100%)
R 52 of 274 ~ 18.98%
G 117 of 274 ~ 42.7%
B 105 of 274 ~ 38.32%

%18.98
%42.7
%38.32

CMYK color model

#347569 color CMYK value is (56,0,10,54).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(56,0,10,54)
C56M0Y10K54 
(56%,0%,10%,54%)
(0.56/0.00/0.10/0.54)	

CMYK percentages

%55.56
%0
%10.26
%54.12

Codes

Color #347569 in popluar color models

347569
RGB52117105
HSL169°38.46%33.14%
HSB/HSV169°55.56%45.88%
CMYK55.56%0.00%10.26%
54.12%

Color #347569 in popluar number systems.

HEX347569
Decimal52117105
Binary11010011101011101001
Octal64165151

Shades and tints

Shades of #347569

#347569
(52,117,105)
#306B60
(48,107,96)
#2C6157
(44,97,87)
#28574E
(40,87,78)
#244D45
(36,77,69)
#20433C
(32,67,60)
#1C3933
(28,57,51)
#182F2A
(24,47,42)
#142521
(20,37,33)
#101B18
(16,27,24)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #347569

#347569
(52,117,105)
#468176
(70,129,118)
#588D83
(88,141,131)
#6A9990
(106,153,144)
#7CA59D
(124,165,157)
#8EB1AA
(142,177,170)
#A0BDB7
(160,189,183)
#B2C9C4
(178,201,196)
#C4D5D1
(196,213,209)
#D6E1DE
(214,225,222)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347569; }

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

This text font color is #347569.


Background Color

.myBgColor { background-color: #347569; }

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

This div background color is #347569.


Border color

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

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

This div border color is #347569.


Opacity

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

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

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

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

This text has shadow with #347569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347569 on black background.


Color preview on white background

This text has color #347569 on white background.



Black color preview on #347569 background

This text has black color on #347569 background.


White color preview on #347569 background

This text has white color on #347569 background.