COLOR #337A14

HEX: #337A14
RGB: (51,122,20)

Color info

#337A14 contains mainly green color. Web safe color of #337A14 is #336600 (or #360).

RGB color model

#337A14 color RGB value is (51,122,20).

  • red value is 51;
  • green value is 122;
  • blue value is 20.
RGB:
(51,122,20)
(20%,48%,8%)

RGB channels and saturation

R 51 of 255 = 20%
G 122 of 255 = 48%
B 20 of 255 = 8%

51
122
20

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

Portions of RGB colors in percentages

R + G + B =
51 + 122 + 20 = 193 (100%)
R 51 of 193 ~ 26.42%
G 122 of 193 ~ 63.21%
B 20 of 193 ~ 10.36%

%26.42
%63.21
%10.36

CMYK color model

#337A14 color CMYK value is (58,0,84,52).

  • cyan value is 58.20%
  • magenta value is 0.00%
  • yellow value is 83.61%
  • key color value is 52.16%
CMYK:
(58,0,84,52)
C58M0Y84K52 
(58%,0%,84%,52%)
(0.58/0.00/0.84/0.52)	

CMYK percentages

%58.2
%0
%83.61
%52.16

Codes

Color #337A14 in popluar color models

337A14
RGB5112220
HSL102°71.83%27.84%
HSB/HSV102°83.61%47.84%
CMYK58.20%0.00%83.61%
52.16%

Color #337A14 in popluar number systems.

HEX337A14
Decimal5112220
Binary110011111101010100
Octal6317224

Shades and tints

Shades of #337A14

#337A14
(51,122,20)
#2F6F13
(47,111,19)
#2B6412
(43,100,18)
#275911
(39,89,17)
#234E10
(35,78,16)
#1F430F
(31,67,15)
#1B380E
(27,56,14)
#172D0D
(23,45,13)
#13220C
(19,34,12)
#0F170B
(15,23,11)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #337A14

#337A14
(51,122,20)
#458629
(69,134,41)
#57923E
(87,146,62)
#699E53
(105,158,83)
#7BAA68
(123,170,104)
#8DB67D
(141,182,125)
#9FC292
(159,194,146)
#B1CEA7
(177,206,167)
#C3DABC
(195,218,188)
#D5E6D1
(213,230,209)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337A14 color. Also use rgb(51,122,20) instead hex code.

Text Font Color

.myTextColor { color: #337A14; }

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

This text font color is #337A14.


Background Color

.myBgColor { background-color: #337A14; }

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

This div background color is #337A14.


Border color

.myBorderColor { border: 1px solid #337A14; }

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

This div border color is #337A14.


Opacity

.myOpacity80 { color: #337A14; opacity: 0.8; }

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

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

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

This text has shadow with #337A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337A14 on black background.


Color preview on white background

This text has color #337A14 on white background.



Black color preview on #337A14 background

This text has black color on #337A14 background.


White color preview on #337A14 background

This text has white color on #337A14 background.