COLOR #349946

HEX: #349946
RGB: (52,153,70)

Color info

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

RGB color model

#349946 color RGB value is (52,153,70).

  • red value is 52;
  • green value is 153;
  • blue value is 70.
RGB:
(52,153,70)
(20%,60%,27%)

RGB channels and saturation

R 52 of 255 = 20%
G 153 of 255 = 60%
B 70 of 255 = 27%

52
153
70

R + G + B ~ 36%. #349946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 153 + 70 = 275 (100%)
R 52 of 275 ~ 18.91%
G 153 of 275 ~ 55.64%
B 70 of 275 ~ 25.45%

%18.91
%55.64
%25.45

CMYK color model

#349946 color CMYK value is (66,0,54,40).

  • cyan value is 66.01%
  • magenta value is 0.00%
  • yellow value is 54.25%
  • key color value is 40.00%
CMYK:
(66,0,54,40)
C66M0Y54K40 
(66%,0%,54%,40%)
(0.66/0.00/0.54/0.40)	

CMYK percentages

%66.01
%0
%54.25
%40

Codes

Color #349946 in popluar color models

349946
RGB5215370
HSL131°49.27%40.20%
HSB/HSV131°66.01%60.00%
CMYK66.01%0.00%54.25%
40.00%

Color #349946 in popluar number systems.

HEX349946
Decimal5215370
Binary110100100110011000110
Octal64231106

Shades and tints

Shades of #349946

#349946
(52,153,70)
#308C40
(48,140,64)
#2C7F3A
(44,127,58)
#287234
(40,114,52)
#24652E
(36,101,46)
#205828
(32,88,40)
#1C4B22
(28,75,34)
#183E1C
(24,62,28)
#143116
(20,49,22)
#102410
(16,36,16)
#0C170A
(12,23,10)
#000000
(0,0,0)

Tints of #349946

#349946
(52,153,70)
#46A256
(70,162,86)
#58AB66
(88,171,102)
#6AB476
(106,180,118)
#7CBD86
(124,189,134)
#8EC696
(142,198,150)
#A0CFA6
(160,207,166)
#B2D8B6
(178,216,182)
#C4E1C6
(196,225,198)
#D6EAD6
(214,234,214)
#E8F3E6
(232,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349946 color. Also use rgb(52,153,70) instead hex code.

Text Font Color

.myTextColor { color: #349946; }

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

This text font color is #349946.


Background Color

.myBgColor { background-color: #349946; }

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

This div background color is #349946.


Border color

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

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

This div border color is #349946.


Opacity

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

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

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

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

This text has shadow with #349946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349946 on black background.


Color preview on white background

This text has color #349946 on white background.



Black color preview on #349946 background

This text has black color on #349946 background.


White color preview on #349946 background

This text has white color on #349946 background.