COLOR #348948

HEX: #348948
RGB: (52,137,72)

Color info

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

RGB color model

#348948 color RGB value is (52,137,72).

  • red value is 52;
  • green value is 137;
  • blue value is 72.
RGB:
(52,137,72)
(20%,54%,28%)

RGB channels and saturation

R 52 of 255 = 20%
G 137 of 255 = 54%
B 72 of 255 = 28%

52
137
72

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

Portions of RGB colors in percentages

R + G + B =
52 + 137 + 72 = 261 (100%)
R 52 of 261 ~ 19.92%
G 137 of 261 ~ 52.49%
B 72 of 261 ~ 27.59%

%19.92
%52.49
%27.59

CMYK color model

#348948 color CMYK value is (62,0,47,46).

  • cyan value is 62.04%
  • magenta value is 0.00%
  • yellow value is 47.45%
  • key color value is 46.27%
CMYK:
(62,0,47,46)
C62M0Y47K46 
(62%,0%,47%,46%)
(0.62/0.00/0.47/0.46)	

CMYK percentages

%62.04
%0
%47.45
%46.27

Codes

Color #348948 in popluar color models

348948
RGB5213772
HSL134°44.97%37.06%
HSB/HSV134°62.04%53.73%
CMYK62.04%0.00%47.45%
46.27%

Color #348948 in popluar number systems.

HEX348948
Decimal5213772
Binary110100100010011001000
Octal64211110

Shades and tints

Shades of #348948

#348948
(52,137,72)
#307D42
(48,125,66)
#2C713C
(44,113,60)
#286536
(40,101,54)
#245930
(36,89,48)
#204D2A
(32,77,42)
#1C4124
(28,65,36)
#18351E
(24,53,30)
#142918
(20,41,24)
#101D12
(16,29,18)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #348948

#348948
(52,137,72)
#469358
(70,147,88)
#589D68
(88,157,104)
#6AA778
(106,167,120)
#7CB188
(124,177,136)
#8EBB98
(142,187,152)
#A0C5A8
(160,197,168)
#B2CFB8
(178,207,184)
#C4D9C8
(196,217,200)
#D6E3D8
(214,227,216)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348948 color. Also use rgb(52,137,72) instead hex code.

Text Font Color

.myTextColor { color: #348948; }

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

This text font color is #348948.


Background Color

.myBgColor { background-color: #348948; }

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

This div background color is #348948.


Border color

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

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

This div border color is #348948.


Opacity

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

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

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

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

This text has shadow with #348948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348948 on black background.


Color preview on white background

This text has color #348948 on white background.



Black color preview on #348948 background

This text has black color on #348948 background.


White color preview on #348948 background

This text has white color on #348948 background.