COLOR #337C49

HEX: #337C49
RGB: (51,124,73)

Color info

#337C49 contains mainly green and blue colors. Web safe color of #337C49 is #336633 (or #363).

RGB color model

#337C49 color RGB value is (51,124,73).

  • red value is 51;
  • green value is 124;
  • blue value is 73.
RGB:
(51,124,73)
(20%,49%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 124 of 255 = 49%
B 73 of 255 = 29%

51
124
73

R + G + B ~ 33%. #337C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 124 + 73 = 248 (100%)
R 51 of 248 ~ 20.56%
G 124 of 248 ~ 50%
B 73 of 248 ~ 29.44%

%20.56
%50
%29.44

CMYK color model

#337C49 color CMYK value is (59,0,41,51).

  • cyan value is 58.87%
  • magenta value is 0.00%
  • yellow value is 41.13%
  • key color value is 51.37%
CMYK:
(59,0,41,51)
C59M0Y41K51 
(59%,0%,41%,51%)
(0.59/0.00/0.41/0.51)	

CMYK percentages

%58.87
%0
%41.13
%51.37

Codes

Color #337C49 in popluar color models

337C49
RGB5112473
HSL138°41.71%34.31%
HSB/HSV138°58.87%48.63%
CMYK58.87%0.00%41.13%
51.37%

Color #337C49 in popluar number systems.

HEX337C49
Decimal5112473
Binary11001111111001001001
Octal63174111

Shades and tints

Shades of #337C49

#337C49
(51,124,73)
#2F7143
(47,113,67)
#2B663D
(43,102,61)
#275B37
(39,91,55)
#235031
(35,80,49)
#1F452B
(31,69,43)
#1B3A25
(27,58,37)
#172F1F
(23,47,31)
#132419
(19,36,25)
#0F1913
(15,25,19)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #337C49

#337C49
(51,124,73)
#458759
(69,135,89)
#579269
(87,146,105)
#699D79
(105,157,121)
#7BA889
(123,168,137)
#8DB399
(141,179,153)
#9FBEA9
(159,190,169)
#B1C9B9
(177,201,185)
#C3D4C9
(195,212,201)
#D5DFD9
(213,223,217)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337C49 color. Also use rgb(51,124,73) instead hex code.

Text Font Color

.myTextColor { color: #337C49; }

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

This text font color is #337C49.


Background Color

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

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

This div background color is #337C49.


Border color

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

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

This div border color is #337C49.


Opacity

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

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

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

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

This text has shadow with #337C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337C49 on black background.


Color preview on white background

This text has color #337C49 on white background.



Black color preview on #337C49 background

This text has black color on #337C49 background.


White color preview on #337C49 background

This text has white color on #337C49 background.