COLOR #349000

HEX: #349000
RGB: (52,144,0)

Color info

#349000 contains mainly green color. Web safe color of #349000 is #339900 (or #390).

RGB color model

#349000 color RGB value is (52,144,0).

  • red value is 52;
  • green value is 144;
  • blue value is 0.
RGB:
(52,144,0)
(20%,56%,0%)

RGB channels and saturation

R 52 of 255 = 20%
G 144 of 255 = 56%
B 0 of 255 = 0%

52
144
0

R + G + B ~ 25%. #349000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 144 + 0 = 196 (100%)
R 52 of 196 ~ 26.53%
G 144 of 196 ~ 73.47%
B 0 of 196 ~ 0%

%26.53
%73.47

CMYK color model

#349000 color CMYK value is (64,0,100,44).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 43.53%
CMYK:
(64,0,100,44)
C64M0Y100K44 
(64%,0%,100%,44%)
(0.64/0.00/1.00/0.44)	

CMYK percentages

%63.89
%0
%100
%43.53

Codes

Color #349000 in popluar color models

349000
RGB521440
HSL98°100.00%28.24%
HSB/HSV98°100.00%56.47%
CMYK63.89%0.00%100.00%
43.53%

Color #349000 in popluar number systems.

HEX349000
Decimal521440
Binary110100100100000
Octal642200

Shades and tints

Shades of #349000

#349000
(52,144,0)
#308300
(48,131,0)
#2C7600
(44,118,0)
#286900
(40,105,0)
#245C00
(36,92,0)
#204F00
(32,79,0)
#1C4200
(28,66,0)
#183500
(24,53,0)
#142800
(20,40,0)
#101B00
(16,27,0)
#0C0E00
(12,14,0)
#000000
(0,0,0)

Tints of #349000

#349000
(52,144,0)
#469A17
(70,154,23)
#58A42E
(88,164,46)
#6AAE45
(106,174,69)
#7CB85C
(124,184,92)
#8EC273
(142,194,115)
#A0CC8A
(160,204,138)
#B2D6A1
(178,214,161)
#C4E0B8
(196,224,184)
#D6EACF
(214,234,207)
#E8F4E6
(232,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #349000 color. Also use rgb(52,144,0) instead hex code.

Text Font Color

.myTextColor { color: #349000; }

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

This text font color is #349000.


Background Color

.myBgColor { background-color: #349000; }

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

This div background color is #349000.


Border color

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

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

This div border color is #349000.


Opacity

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

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

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

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

This text has shadow with #349000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #349000 on black background.


Color preview on white background

This text has color #349000 on white background.



Black color preview on #349000 background

This text has black color on #349000 background.


White color preview on #349000 background

This text has white color on #349000 background.