COLOR #337F54

HEX: #337F54
RGB: (51,127,84)

Color info

#337F54 contains mainly green and blue colors. Web safe color of #337F54 is #336666 (or #366).

RGB color model

#337F54 color RGB value is (51,127,84).

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

RGB channels and saturation

R 51 of 255 = 20%
G 127 of 255 = 50%
B 84 of 255 = 33%

51
127
84

R + G + B ~ 34%. #337F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 127 + 84 = 262 (100%)
R 51 of 262 ~ 19.47%
G 127 of 262 ~ 48.47%
B 84 of 262 ~ 32.06%

%19.47
%48.47
%32.06

CMYK color model

#337F54 color CMYK value is (60,0,34,50).

  • cyan value is 59.84%
  • magenta value is 0.00%
  • yellow value is 33.86%
  • key color value is 50.20%
CMYK:
(60,0,34,50)
C60M0Y34K50 
(60%,0%,34%,50%)
(0.60/0.00/0.34/0.50)	

CMYK percentages

%59.84
%0
%33.86
%50.2

Codes

Color #337F54 in popluar color models

337F54
RGB5112784
HSL146°42.70%34.90%
HSB/HSV146°59.84%49.80%
CMYK59.84%0.00%33.86%
50.20%

Color #337F54 in popluar number systems.

HEX337F54
Decimal5112784
Binary11001111111111010100
Octal63177124

Shades and tints

Shades of #337F54

#337F54
(51,127,84)
#2F744D
(47,116,77)
#2B6946
(43,105,70)
#275E3F
(39,94,63)
#235338
(35,83,56)
#1F4831
(31,72,49)
#1B3D2A
(27,61,42)
#173223
(23,50,35)
#13271C
(19,39,28)
#0F1C15
(15,28,21)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #337F54

#337F54
(51,127,84)
#458A63
(69,138,99)
#579572
(87,149,114)
#69A081
(105,160,129)
#7BAB90
(123,171,144)
#8DB69F
(141,182,159)
#9FC1AE
(159,193,174)
#B1CCBD
(177,204,189)
#C3D7CC
(195,215,204)
#D5E2DB
(213,226,219)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337F54; }

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

This text font color is #337F54.


Background Color

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

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

This div background color is #337F54.


Border color

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

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

This div border color is #337F54.


Opacity

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

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

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

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

This text has shadow with #337F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337F54 on black background.


Color preview on white background

This text has color #337F54 on white background.



Black color preview on #337F54 background

This text has black color on #337F54 background.


White color preview on #337F54 background

This text has white color on #337F54 background.