COLOR #348327

HEX: #348327
RGB: (52,131,39)

Color info

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

RGB color model

#348327 color RGB value is (52,131,39).

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

RGB channels and saturation

R 52 of 255 = 20%
G 131 of 255 = 51%
B 39 of 255 = 15%

52
131
39

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

Portions of RGB colors in percentages

R + G + B =
52 + 131 + 39 = 222 (100%)
R 52 of 222 ~ 23.42%
G 131 of 222 ~ 59.01%
B 39 of 222 ~ 17.57%

%23.42
%59.01
%17.57

CMYK color model

#348327 color CMYK value is (60,0,70,49).

  • cyan value is 60.31%
  • magenta value is 0.00%
  • yellow value is 70.23%
  • key color value is 48.63%
CMYK:
(60,0,70,49)
C60M0Y70K49 
(60%,0%,70%,49%)
(0.60/0.00/0.70/0.49)	

CMYK percentages

%60.31
%0
%70.23
%48.63

Codes

Color #348327 in popluar color models

348327
RGB5213139
HSL112°54.12%33.33%
HSB/HSV112°70.23%51.37%
CMYK60.31%0.00%70.23%
48.63%

Color #348327 in popluar number systems.

HEX348327
Decimal5213139
Binary11010010000011100111
Octal6420347

Shades and tints

Shades of #348327

#348327
(52,131,39)
#307824
(48,120,36)
#2C6D21
(44,109,33)
#28621E
(40,98,30)
#24571B
(36,87,27)
#204C18
(32,76,24)
#1C4115
(28,65,21)
#183612
(24,54,18)
#142B0F
(20,43,15)
#10200C
(16,32,12)
#0C1509
(12,21,9)
#000000
(0,0,0)

Tints of #348327

#348327
(52,131,39)
#468E3A
(70,142,58)
#58994D
(88,153,77)
#6AA460
(106,164,96)
#7CAF73
(124,175,115)
#8EBA86
(142,186,134)
#A0C599
(160,197,153)
#B2D0AC
(178,208,172)
#C4DBBF
(196,219,191)
#D6E6D2
(214,230,210)
#E8F1E5
(232,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #348327; }

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

This text font color is #348327.


Background Color

.myBgColor { background-color: #348327; }

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

This div background color is #348327.


Border color

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

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

This div border color is #348327.


Opacity

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

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

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

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

This text has shadow with #348327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348327 on black background.


Color preview on white background

This text has color #348327 on white background.



Black color preview on #348327 background

This text has black color on #348327 background.


White color preview on #348327 background

This text has white color on #348327 background.