COLOR #347157

HEX: #347157
RGB: (52,113,87)

Color info

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

RGB color model

#347157 color RGB value is (52,113,87).

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

RGB channels and saturation

R 52 of 255 = 20%
G 113 of 255 = 44%
B 87 of 255 = 34%

52
113
87

R + G + B ~ 33%. #347157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 113 + 87 = 252 (100%)
R 52 of 252 ~ 20.63%
G 113 of 252 ~ 44.84%
B 87 of 252 ~ 34.52%

%20.63
%44.84
%34.52

CMYK color model

#347157 color CMYK value is (54,0,23,56).

  • cyan value is 53.98%
  • magenta value is 0.00%
  • yellow value is 23.01%
  • key color value is 55.69%
CMYK:
(54,0,23,56)
C54M0Y23K56 
(54%,0%,23%,56%)
(0.54/0.00/0.23/0.56)	

CMYK percentages

%53.98
%0
%23.01
%55.69

Codes

Color #347157 in popluar color models

347157
RGB5211387
HSL154°36.97%32.35%
HSB/HSV154°53.98%44.31%
CMYK53.98%0.00%23.01%
55.69%

Color #347157 in popluar number systems.

HEX347157
Decimal5211387
Binary11010011100011010111
Octal64161127

Shades and tints

Shades of #347157

#347157
(52,113,87)
#306750
(48,103,80)
#2C5D49
(44,93,73)
#285342
(40,83,66)
#24493B
(36,73,59)
#203F34
(32,63,52)
#1C352D
(28,53,45)
#182B26
(24,43,38)
#14211F
(20,33,31)
#101718
(16,23,24)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #347157

#347157
(52,113,87)
#467D66
(70,125,102)
#588975
(88,137,117)
#6A9584
(106,149,132)
#7CA193
(124,161,147)
#8EADA2
(142,173,162)
#A0B9B1
(160,185,177)
#B2C5C0
(178,197,192)
#C4D1CF
(196,209,207)
#D6DDDE
(214,221,222)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347157; }

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

This text font color is #347157.


Background Color

.myBgColor { background-color: #347157; }

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

This div background color is #347157.


Border color

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

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

This div border color is #347157.


Opacity

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

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

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

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

This text has shadow with #347157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347157 on black background.


Color preview on white background

This text has color #347157 on white background.



Black color preview on #347157 background

This text has black color on #347157 background.


White color preview on #347157 background

This text has white color on #347157 background.