COLOR #348148

HEX: #348148
RGB: (52,129,72)

Color info

#348148 contains mainly green and blue colors. Web safe color of #348148 is #339933 (or #393).

RGB color model

#348148 color RGB value is (52,129,72).

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

RGB channels and saturation

R 52 of 255 = 20%
G 129 of 255 = 51%
B 72 of 255 = 28%

52
129
72

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

Portions of RGB colors in percentages

R + G + B =
52 + 129 + 72 = 253 (100%)
R 52 of 253 ~ 20.55%
G 129 of 253 ~ 50.99%
B 72 of 253 ~ 28.46%

%20.55
%50.99
%28.46

CMYK color model

#348148 color CMYK value is (60,0,44,49).

  • cyan value is 59.69%
  • magenta value is 0.00%
  • yellow value is 44.19%
  • key color value is 49.41%
CMYK:
(60,0,44,49)
C60M0Y44K49 
(60%,0%,44%,49%)
(0.60/0.00/0.44/0.49)	

CMYK percentages

%59.69
%0
%44.19
%49.41

Codes

Color #348148 in popluar color models

348148
RGB5212972
HSL136°42.54%35.49%
HSB/HSV136°59.69%50.59%
CMYK59.69%0.00%44.19%
49.41%

Color #348148 in popluar number systems.

HEX348148
Decimal5212972
Binary110100100000011001000
Octal64201110

Shades and tints

Shades of #348148

#348148
(52,129,72)
#307642
(48,118,66)
#2C6B3C
(44,107,60)
#286036
(40,96,54)
#245530
(36,85,48)
#204A2A
(32,74,42)
#1C3F24
(28,63,36)
#18341E
(24,52,30)
#142918
(20,41,24)
#101E12
(16,30,18)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #348148

#348148
(52,129,72)
#468C58
(70,140,88)
#589768
(88,151,104)
#6AA278
(106,162,120)
#7CAD88
(124,173,136)
#8EB898
(142,184,152)
#A0C3A8
(160,195,168)
#B2CEB8
(178,206,184)
#C4D9C8
(196,217,200)
#D6E4D8
(214,228,216)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #348148; }

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

This text font color is #348148.


Background Color

.myBgColor { background-color: #348148; }

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

This div background color is #348148.


Border color

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

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

This div border color is #348148.


Opacity

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

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

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

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

This text has shadow with #348148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348148 on black background.


Color preview on white background

This text has color #348148 on white background.



Black color preview on #348148 background

This text has black color on #348148 background.


White color preview on #348148 background

This text has white color on #348148 background.