COLOR #348141

HEX: #348141
RGB: (52,129,65)

Color info

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

RGB color model

#348141 color RGB value is (52,129,65).

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

RGB channels and saturation

R 52 of 255 = 20%
G 129 of 255 = 51%
B 65 of 255 = 25%

52
129
65

R + G + B ~ 32%. #348141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 129 + 65 = 246 (100%)
R 52 of 246 ~ 21.14%
G 129 of 246 ~ 52.44%
B 65 of 246 ~ 26.42%

%21.14
%52.44
%26.42

CMYK color model

#348141 color CMYK value is (60,0,50,49).

  • cyan value is 59.69%
  • magenta value is 0.00%
  • yellow value is 49.61%
  • key color value is 49.41%
CMYK:
(60,0,50,49)
C60M0Y50K49 
(60%,0%,50%,49%)
(0.60/0.00/0.50/0.49)	

CMYK percentages

%59.69
%0
%49.61
%49.41

Codes

Color #348141 in popluar color models

348141
RGB5212965
HSL130°42.54%35.49%
HSB/HSV130°59.69%50.59%
CMYK59.69%0.00%49.61%
49.41%

Color #348141 in popluar number systems.

HEX348141
Decimal5212965
Binary110100100000011000001
Octal64201101

Shades and tints

Shades of #348141

#348141
(52,129,65)
#30763C
(48,118,60)
#2C6B37
(44,107,55)
#286032
(40,96,50)
#24552D
(36,85,45)
#204A28
(32,74,40)
#1C3F23
(28,63,35)
#18341E
(24,52,30)
#142919
(20,41,25)
#101E14
(16,30,20)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #348141

#348141
(52,129,65)
#468C52
(70,140,82)
#589763
(88,151,99)
#6AA274
(106,162,116)
#7CAD85
(124,173,133)
#8EB896
(142,184,150)
#A0C3A7
(160,195,167)
#B2CEB8
(178,206,184)
#C4D9C9
(196,217,201)
#D6E4DA
(214,228,218)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #348141; }

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

This text font color is #348141.


Background Color

.myBgColor { background-color: #348141; }

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

This div background color is #348141.


Border color

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

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

This div border color is #348141.


Opacity

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

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

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

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

This text has shadow with #348141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348141 on black background.


Color preview on white background

This text has color #348141 on white background.



Black color preview on #348141 background

This text has black color on #348141 background.


White color preview on #348141 background

This text has white color on #348141 background.