COLOR #347271

HEX: #347271
RGB: (52,114,113)

Color info

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

RGB color model

#347271 color RGB value is (52,114,113).

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

RGB channels and saturation

R 52 of 255 = 20%
G 114 of 255 = 45%
B 113 of 255 = 44%

52
114
113

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

Portions of RGB colors in percentages

R + G + B =
52 + 114 + 113 = 279 (100%)
R 52 of 279 ~ 18.64%
G 114 of 279 ~ 40.86%
B 113 of 279 ~ 40.5%

%18.64
%40.86
%40.5

CMYK color model

#347271 color CMYK value is (54,0,1,55).

  • cyan value is 54.39%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 55.29%
CMYK:
(54,0,1,55)
C54M0Y1K55 
(54%,0%,1%,55%)
(0.54/0.00/0.01/0.55)	

CMYK percentages

%54.39
%0
%0.88
%55.29

Codes

Color #347271 in popluar color models

347271
RGB52114113
HSL179°37.35%32.55%
HSB/HSV179°54.39%44.71%
CMYK54.39%0.00%0.88%
55.29%

Color #347271 in popluar number systems.

HEX347271
Decimal52114113
Binary11010011100101110001
Octal64162161

Shades and tints

Shades of #347271

#347271
(52,114,113)
#306867
(48,104,103)
#2C5E5D
(44,94,93)
#285453
(40,84,83)
#244A49
(36,74,73)
#20403F
(32,64,63)
#1C3635
(28,54,53)
#182C2B
(24,44,43)
#142221
(20,34,33)
#101817
(16,24,23)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #347271

#347271
(52,114,113)
#467E7D
(70,126,125)
#588A89
(88,138,137)
#6A9695
(106,150,149)
#7CA2A1
(124,162,161)
#8EAEAD
(142,174,173)
#A0BAB9
(160,186,185)
#B2C6C5
(178,198,197)
#C4D2D1
(196,210,209)
#D6DEDD
(214,222,221)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347271; }

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

This text font color is #347271.


Background Color

.myBgColor { background-color: #347271; }

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

This div background color is #347271.


Border color

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

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

This div border color is #347271.


Opacity

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

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

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

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

This text has shadow with #347271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347271 on black background.


Color preview on white background

This text has color #347271 on white background.



Black color preview on #347271 background

This text has black color on #347271 background.


White color preview on #347271 background

This text has white color on #347271 background.