COLOR #337E31

HEX: #337E31
RGB: (51,126,49)

Color info

#337E31 contains mainly green color. Web safe color of #337E31 is #336633 (or #363).

RGB color model

#337E31 color RGB value is (51,126,49).

  • red value is 51;
  • green value is 126;
  • blue value is 49.
RGB:
(51,126,49)
(20%,49%,19%)

RGB channels and saturation

R 51 of 255 = 20%
G 126 of 255 = 49%
B 49 of 255 = 19%

51
126
49

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

Portions of RGB colors in percentages

R + G + B =
51 + 126 + 49 = 226 (100%)
R 51 of 226 ~ 22.57%
G 126 of 226 ~ 55.75%
B 49 of 226 ~ 21.68%

%22.57
%55.75
%21.68

CMYK color model

#337E31 color CMYK value is (60,0,61,51).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 50.59%
CMYK:
(60,0,61,51)
C60M0Y61K51 
(60%,0%,61%,51%)
(0.60/0.00/0.61/0.51)	

CMYK percentages

%59.52
%0
%61.11
%50.59

Codes

Color #337E31 in popluar color models

337E31
RGB5112649
HSL118°44.00%34.31%
HSB/HSV118°61.11%49.41%
CMYK59.52%0.00%61.11%
50.59%

Color #337E31 in popluar number systems.

HEX337E31
Decimal5112649
Binary1100111111110110001
Octal6317661

Shades and tints

Shades of #337E31

#337E31
(51,126,49)
#2F732D
(47,115,45)
#2B6829
(43,104,41)
#275D25
(39,93,37)
#235221
(35,82,33)
#1F471D
(31,71,29)
#1B3C19
(27,60,25)
#173115
(23,49,21)
#132611
(19,38,17)
#0F1B0D
(15,27,13)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #337E31

#337E31
(51,126,49)
#458943
(69,137,67)
#579455
(87,148,85)
#699F67
(105,159,103)
#7BAA79
(123,170,121)
#8DB58B
(141,181,139)
#9FC09D
(159,192,157)
#B1CBAF
(177,203,175)
#C3D6C1
(195,214,193)
#D5E1D3
(213,225,211)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337E31 color. Also use rgb(51,126,49) instead hex code.

Text Font Color

.myTextColor { color: #337E31; }

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

This text font color is #337E31.


Background Color

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

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

This div background color is #337E31.


Border color

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

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

This div border color is #337E31.


Opacity

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

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

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

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

This text has shadow with #337E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337E31 on black background.


Color preview on white background

This text has color #337E31 on white background.



Black color preview on #337E31 background

This text has black color on #337E31 background.


White color preview on #337E31 background

This text has white color on #337E31 background.