COLOR #347149

HEX: #347149
RGB: (52,113,73)

Color info

#347149 contains mainly green and blue colors. Web safe color of #347149 is #336633 (or #363).

RGB color model

#347149 color RGB value is (52,113,73).

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

RGB channels and saturation

R 52 of 255 = 20%
G 113 of 255 = 44%
B 73 of 255 = 29%

52
113
73

R + G + B ~ 31%. #347149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 113 + 73 = 238 (100%)
R 52 of 238 ~ 21.85%
G 113 of 238 ~ 47.48%
B 73 of 238 ~ 30.67%

%21.85
%47.48
%30.67

CMYK color model

#347149 color CMYK value is (54,0,35,56).

  • cyan value is 53.98%
  • magenta value is 0.00%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(54,0,35,56)
C54M0Y35K56 
(54%,0%,35%,56%)
(0.54/0.00/0.35/0.56)	

CMYK percentages

%53.98
%0
%35.4
%55.69

Codes

Color #347149 in popluar color models

347149
RGB5211373
HSL141°36.97%32.35%
HSB/HSV141°53.98%44.31%
CMYK53.98%0.00%35.40%
55.69%

Color #347149 in popluar number systems.

HEX347149
Decimal5211373
Binary11010011100011001001
Octal64161111

Shades and tints

Shades of #347149

#347149
(52,113,73)
#306743
(48,103,67)
#2C5D3D
(44,93,61)
#285337
(40,83,55)
#244931
(36,73,49)
#203F2B
(32,63,43)
#1C3525
(28,53,37)
#182B1F
(24,43,31)
#142119
(20,33,25)
#101713
(16,23,19)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #347149

#347149
(52,113,73)
#467D59
(70,125,89)
#588969
(88,137,105)
#6A9579
(106,149,121)
#7CA189
(124,161,137)
#8EAD99
(142,173,153)
#A0B9A9
(160,185,169)
#B2C5B9
(178,197,185)
#C4D1C9
(196,209,201)
#D6DDD9
(214,221,217)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #347149; }

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

This text font color is #347149.


Background Color

.myBgColor { background-color: #347149; }

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

This div background color is #347149.


Border color

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

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

This div border color is #347149.


Opacity

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

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

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

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

This text has shadow with #347149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347149 on black background.


Color preview on white background

This text has color #347149 on white background.



Black color preview on #347149 background

This text has black color on #347149 background.


White color preview on #347149 background

This text has white color on #347149 background.