COLOR #348329

HEX: #348329
RGB: (52,131,41)

Color info

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

RGB color model

#348329 color RGB value is (52,131,41).

  • red value is 52;
  • green value is 131;
  • blue value is 41.
RGB:
(52,131,41)
(20%,51%,16%)

RGB channels and saturation

R 52 of 255 = 20%
G 131 of 255 = 51%
B 41 of 255 = 16%

52
131
41

R + G + B ~ 29%. #348329 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 131 + 41 = 224 (100%)
R 52 of 224 ~ 23.21%
G 131 of 224 ~ 58.48%
B 41 of 224 ~ 18.3%

%23.21
%58.48
%18.3

CMYK color model

#348329 color CMYK value is (60,0,69,49).

  • cyan value is 60.31%
  • magenta value is 0.00%
  • yellow value is 68.70%
  • key color value is 48.63%
CMYK:
(60,0,69,49)
C60M0Y69K49 
(60%,0%,69%,49%)
(0.60/0.00/0.69/0.49)	

CMYK percentages

%60.31
%0
%68.7
%48.63

Codes

Color #348329 in popluar color models

348329
RGB5213141
HSL113°52.33%33.73%
HSB/HSV113°68.70%51.37%
CMYK60.31%0.00%68.70%
48.63%

Color #348329 in popluar number systems.

HEX348329
Decimal5213141
Binary11010010000011101001
Octal6420351

Shades and tints

Shades of #348329

#348329
(52,131,41)
#307826
(48,120,38)
#2C6D23
(44,109,35)
#286220
(40,98,32)
#24571D
(36,87,29)
#204C1A
(32,76,26)
#1C4117
(28,65,23)
#183614
(24,54,20)
#142B11
(20,43,17)
#10200E
(16,32,14)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #348329

#348329
(52,131,41)
#468E3C
(70,142,60)
#58994F
(88,153,79)
#6AA462
(106,164,98)
#7CAF75
(124,175,117)
#8EBA88
(142,186,136)
#A0C59B
(160,197,155)
#B2D0AE
(178,208,174)
#C4DBC1
(196,219,193)
#D6E6D4
(214,230,212)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348329 color. Also use rgb(52,131,41) instead hex code.

Text Font Color

.myTextColor { color: #348329; }

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

This text font color is #348329.


Background Color

.myBgColor { background-color: #348329; }

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

This div background color is #348329.


Border color

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

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

This div border color is #348329.


Opacity

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

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

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

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

This text has shadow with #348329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348329 on black background.


Color preview on white background

This text has color #348329 on white background.



Black color preview on #348329 background

This text has black color on #348329 background.


White color preview on #348329 background

This text has white color on #348329 background.