COLOR #348B47

HEX: #348B47
RGB: (52,139,71)

Color info

#348B47 contains mainly green color. Web safe color of #348B47 is #339933 (or #393).

RGB color model

#348B47 color RGB value is (52,139,71).

  • red value is 52;
  • green value is 139;
  • blue value is 71.
RGB:
(52,139,71)
(20%,55%,28%)

RGB channels and saturation

R 52 of 255 = 20%
G 139 of 255 = 55%
B 71 of 255 = 28%

52
139
71

R + G + B ~ 34%. #348B47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 139 + 71 = 262 (100%)
R 52 of 262 ~ 19.85%
G 139 of 262 ~ 53.05%
B 71 of 262 ~ 27.1%

%19.85
%53.05
%27.1

CMYK color model

#348B47 color CMYK value is (63,0,49,45).

  • cyan value is 62.59%
  • magenta value is 0.00%
  • yellow value is 48.92%
  • key color value is 45.49%
CMYK:
(63,0,49,45)
C63M0Y49K45 
(63%,0%,49%,45%)
(0.63/0.00/0.49/0.45)	

CMYK percentages

%62.59
%0
%48.92
%45.49

Codes

Color #348B47 in popluar color models

348B47
RGB5213971
HSL133°45.55%37.45%
HSB/HSV133°62.59%54.51%
CMYK62.59%0.00%48.92%
45.49%

Color #348B47 in popluar number systems.

HEX348B47
Decimal5213971
Binary110100100010111000111
Octal64213107

Shades and tints

Shades of #348B47

#348B47
(52,139,71)
#307F41
(48,127,65)
#2C733B
(44,115,59)
#286735
(40,103,53)
#245B2F
(36,91,47)
#204F29
(32,79,41)
#1C4323
(28,67,35)
#18371D
(24,55,29)
#142B17
(20,43,23)
#101F11
(16,31,17)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #348B47

#348B47
(52,139,71)
#469557
(70,149,87)
#589F67
(88,159,103)
#6AA977
(106,169,119)
#7CB387
(124,179,135)
#8EBD97
(142,189,151)
#A0C7A7
(160,199,167)
#B2D1B7
(178,209,183)
#C4DBC7
(196,219,199)
#D6E5D7
(214,229,215)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348B47 color. Also use rgb(52,139,71) instead hex code.

Text Font Color

.myTextColor { color: #348B47; }

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

This text font color is #348B47.


Background Color

.myBgColor { background-color: #348B47; }

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

This div background color is #348B47.


Border color

.myBorderColor { border: 1px solid #348B47; }

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

This div border color is #348B47.


Opacity

.myOpacity80 { color: #348B47; opacity: 0.8; }

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

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

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

This text has shadow with #348B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348B47 on black background.


Color preview on white background

This text has color #348B47 on white background.



Black color preview on #348B47 background

This text has black color on #348B47 background.


White color preview on #348B47 background

This text has white color on #348B47 background.