COLOR #347267

HEX: #347267
RGB: (52,114,103)

Color info

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

RGB color model

#347267 color RGB value is (52,114,103).

  • red value is 52;
  • green value is 114;
  • blue value is 103.
RGB:
(52,114,103)
(20%,45%,40%)

RGB channels and saturation

R 52 of 255 = 20%
G 114 of 255 = 45%
B 103 of 255 = 40%

52
114
103

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

Portions of RGB colors in percentages

R + G + B =
52 + 114 + 103 = 269 (100%)
R 52 of 269 ~ 19.33%
G 114 of 269 ~ 42.38%
B 103 of 269 ~ 38.29%

%19.33
%42.38
%38.29

CMYK color model

#347267 color CMYK value is (54,0,10,55).

  • cyan value is 54.39%
  • magenta value is 0.00%
  • yellow value is 9.65%
  • key color value is 55.29%
CMYK:
(54,0,10,55)
C54M0Y10K55 
(54%,0%,10%,55%)
(0.54/0.00/0.10/0.55)	

CMYK percentages

%54.39
%0
%9.65
%55.29

Codes

Color #347267 in popluar color models

347267
RGB52114103
HSL169°37.35%32.55%
HSB/HSV169°54.39%44.71%
CMYK54.39%0.00%9.65%
55.29%

Color #347267 in popluar number systems.

HEX347267
Decimal52114103
Binary11010011100101100111
Octal64162147

Shades and tints

Shades of #347267

#347267
(52,114,103)
#30685E
(48,104,94)
#2C5E55
(44,94,85)
#28544C
(40,84,76)
#244A43
(36,74,67)
#20403A
(32,64,58)
#1C3631
(28,54,49)
#182C28
(24,44,40)
#14221F
(20,34,31)
#101816
(16,24,22)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #347267

#347267
(52,114,103)
#467E74
(70,126,116)
#588A81
(88,138,129)
#6A968E
(106,150,142)
#7CA29B
(124,162,155)
#8EAEA8
(142,174,168)
#A0BAB5
(160,186,181)
#B2C6C2
(178,198,194)
#C4D2CF
(196,210,207)
#D6DEDC
(214,222,220)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347267 color. Also use rgb(52,114,103) instead hex code.

Text Font Color

.myTextColor { color: #347267; }

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

This text font color is #347267.


Background Color

.myBgColor { background-color: #347267; }

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

This div background color is #347267.


Border color

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

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

This div border color is #347267.


Opacity

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

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

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

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

This text has shadow with #347267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347267 on black background.


Color preview on white background

This text has color #347267 on white background.



Black color preview on #347267 background

This text has black color on #347267 background.


White color preview on #347267 background

This text has white color on #347267 background.