COLOR #337F48

HEX: #337F48
RGB: (51,127,72)

Color info

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

RGB color model

#337F48 color RGB value is (51,127,72).

  • red value is 51;
  • green value is 127;
  • blue value is 72.
RGB:
(51,127,72)
(20%,50%,28%)

RGB channels and saturation

R 51 of 255 = 20%
G 127 of 255 = 50%
B 72 of 255 = 28%

51
127
72

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

Portions of RGB colors in percentages

R + G + B =
51 + 127 + 72 = 250 (100%)
R 51 of 250 ~ 20.4%
G 127 of 250 ~ 50.8%
B 72 of 250 ~ 28.8%

%20.4
%50.8
%28.8

CMYK color model

#337F48 color CMYK value is (60,0,43,50).

  • cyan value is 59.84%
  • magenta value is 0.00%
  • yellow value is 43.31%
  • key color value is 50.20%
CMYK:
(60,0,43,50)
C60M0Y43K50 
(60%,0%,43%,50%)
(0.60/0.00/0.43/0.50)	

CMYK percentages

%59.84
%0
%43.31
%50.2

Codes

Color #337F48 in popluar color models

337F48
RGB5112772
HSL137°42.70%34.90%
HSB/HSV137°59.84%49.80%
CMYK59.84%0.00%43.31%
50.20%

Color #337F48 in popluar number systems.

HEX337F48
Decimal5112772
Binary11001111111111001000
Octal63177110

Shades and tints

Shades of #337F48

#337F48
(51,127,72)
#2F7442
(47,116,66)
#2B693C
(43,105,60)
#275E36
(39,94,54)
#235330
(35,83,48)
#1F482A
(31,72,42)
#1B3D24
(27,61,36)
#17321E
(23,50,30)
#132718
(19,39,24)
#0F1C12
(15,28,18)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #337F48

#337F48
(51,127,72)
#458A58
(69,138,88)
#579568
(87,149,104)
#69A078
(105,160,120)
#7BAB88
(123,171,136)
#8DB698
(141,182,152)
#9FC1A8
(159,193,168)
#B1CCB8
(177,204,184)
#C3D7C8
(195,215,200)
#D5E2D8
(213,226,216)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337F48 color. Also use rgb(51,127,72) instead hex code.

Text Font Color

.myTextColor { color: #337F48; }

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

This text font color is #337F48.


Background Color

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

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

This div background color is #337F48.


Border color

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

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

This div border color is #337F48.


Opacity

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

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

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

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

This text has shadow with #337F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337F48 on black background.


Color preview on white background

This text has color #337F48 on white background.



Black color preview on #337F48 background

This text has black color on #337F48 background.


White color preview on #337F48 background

This text has white color on #337F48 background.