COLOR #337E4E

HEX: #337E4E
RGB: (51,126,78)

Color info

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

RGB color model

#337E4E color RGB value is (51,126,78).

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

RGB channels and saturation

R 51 of 255 = 20%
G 126 of 255 = 49%
B 78 of 255 = 31%

51
126
78

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

Portions of RGB colors in percentages

R + G + B =
51 + 126 + 78 = 255 (100%)
R 51 of 255 ~ 20%
G 126 of 255 ~ 49.41%
B 78 of 255 ~ 30.59%

%20
%49.41
%30.59

CMYK color model

#337E4E color CMYK value is (60,0,38,51).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 50.59%
CMYK:
(60,0,38,51)
C60M0Y38K51 
(60%,0%,38%,51%)
(0.60/0.00/0.38/0.51)	

CMYK percentages

%59.52
%0
%38.1
%50.59

Codes

Color #337E4E in popluar color models

337E4E
RGB5112678
HSL142°42.37%34.71%
HSB/HSV142°59.52%49.41%
CMYK59.52%0.00%38.10%
50.59%

Color #337E4E in popluar number systems.

HEX337E4E
Decimal5112678
Binary11001111111101001110
Octal63176116

Shades and tints

Shades of #337E4E

#337E4E
(51,126,78)
#2F7347
(47,115,71)
#2B6840
(43,104,64)
#275D39
(39,93,57)
#235232
(35,82,50)
#1F472B
(31,71,43)
#1B3C24
(27,60,36)
#17311D
(23,49,29)
#132616
(19,38,22)
#0F1B0F
(15,27,15)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #337E4E

#337E4E
(51,126,78)
#45895E
(69,137,94)
#57946E
(87,148,110)
#699F7E
(105,159,126)
#7BAA8E
(123,170,142)
#8DB59E
(141,181,158)
#9FC0AE
(159,192,174)
#B1CBBE
(177,203,190)
#C3D6CE
(195,214,206)
#D5E1DE
(213,225,222)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337E4E; }

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

This text font color is #337E4E.


Background Color

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

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

This div background color is #337E4E.


Border color

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

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

This div border color is #337E4E.


Opacity

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

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

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

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

This text has shadow with #337E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337E4E on black background.


Color preview on white background

This text has color #337E4E on white background.



Black color preview on #337E4E background

This text has black color on #337E4E background.


White color preview on #337E4E background

This text has white color on #337E4E background.