COLOR #348236

HEX: #348236
RGB: (52,130,54)

Color info

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

RGB color model

#348236 color RGB value is (52,130,54).

  • red value is 52;
  • green value is 130;
  • blue value is 54.
RGB:
(52,130,54)
(20%,51%,21%)

RGB channels and saturation

R 52 of 255 = 20%
G 130 of 255 = 51%
B 54 of 255 = 21%

52
130
54

R + G + B ~ 31%. #348236 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 130 + 54 = 236 (100%)
R 52 of 236 ~ 22.03%
G 130 of 236 ~ 55.08%
B 54 of 236 ~ 22.88%

%22.03
%55.08
%22.88

CMYK color model

#348236 color CMYK value is (60,0,58,49).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 58.46%
  • key color value is 49.02%
CMYK:
(60,0,58,49)
C60M0Y58K49 
(60%,0%,58%,49%)
(0.60/0.00/0.58/0.49)	

CMYK percentages

%60
%0
%58.46
%49.02

Codes

Color #348236 in popluar color models

348236
RGB5213054
HSL122°42.86%35.69%
HSB/HSV122°60.00%50.98%
CMYK60.00%0.00%58.46%
49.02%

Color #348236 in popluar number systems.

HEX348236
Decimal5213054
Binary11010010000010110110
Octal6420266

Shades and tints

Shades of #348236

#348236
(52,130,54)
#307732
(48,119,50)
#2C6C2E
(44,108,46)
#28612A
(40,97,42)
#245626
(36,86,38)
#204B22
(32,75,34)
#1C401E
(28,64,30)
#18351A
(24,53,26)
#142A16
(20,42,22)
#101F12
(16,31,18)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #348236

#348236
(52,130,54)
#468D48
(70,141,72)
#58985A
(88,152,90)
#6AA36C
(106,163,108)
#7CAE7E
(124,174,126)
#8EB990
(142,185,144)
#A0C4A2
(160,196,162)
#B2CFB4
(178,207,180)
#C4DAC6
(196,218,198)
#D6E5D8
(214,229,216)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348236 color. Also use rgb(52,130,54) instead hex code.

Text Font Color

.myTextColor { color: #348236; }

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

This text font color is #348236.


Background Color

.myBgColor { background-color: #348236; }

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

This div background color is #348236.


Border color

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

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

This div border color is #348236.


Opacity

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

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

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

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

This text has shadow with #348236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348236 on black background.


Color preview on white background

This text has color #348236 on white background.



Black color preview on #348236 background

This text has black color on #348236 background.


White color preview on #348236 background

This text has white color on #348236 background.