COLOR #337E5B

HEX: #337E5B
RGB: (51,126,91)

Color info

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

RGB color model

#337E5B color RGB value is (51,126,91).

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

RGB channels and saturation

R 51 of 255 = 20%
G 126 of 255 = 49%
B 91 of 255 = 36%

51
126
91

R + G + B ~ 35%. #337E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 126 + 91 = 268 (100%)
R 51 of 268 ~ 19.03%
G 126 of 268 ~ 47.01%
B 91 of 268 ~ 33.96%

%19.03
%47.01
%33.96

CMYK color model

#337E5B color CMYK value is (60,0,28,51).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(60,0,28,51)
C60M0Y28K51 
(60%,0%,28%,51%)
(0.60/0.00/0.28/0.51)	

CMYK percentages

%59.52
%0
%27.78
%50.59

Codes

Color #337E5B in popluar color models

337E5B
RGB5112691
HSL152°42.37%34.71%
HSB/HSV152°59.52%49.41%
CMYK59.52%0.00%27.78%
50.59%

Color #337E5B in popluar number systems.

HEX337E5B
Decimal5112691
Binary11001111111101011011
Octal63176133

Shades and tints

Shades of #337E5B

#337E5B
(51,126,91)
#2F7353
(47,115,83)
#2B684B
(43,104,75)
#275D43
(39,93,67)
#23523B
(35,82,59)
#1F4733
(31,71,51)
#1B3C2B
(27,60,43)
#173123
(23,49,35)
#13261B
(19,38,27)
#0F1B13
(15,27,19)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #337E5B

#337E5B
(51,126,91)
#458969
(69,137,105)
#579477
(87,148,119)
#699F85
(105,159,133)
#7BAA93
(123,170,147)
#8DB5A1
(141,181,161)
#9FC0AF
(159,192,175)
#B1CBBD
(177,203,189)
#C3D6CB
(195,214,203)
#D5E1D9
(213,225,217)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337E5B; }

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

This text font color is #337E5B.


Background Color

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

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

This div background color is #337E5B.


Border color

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

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

This div border color is #337E5B.


Opacity

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

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

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

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

This text has shadow with #337E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337E5B on black background.


Color preview on white background

This text has color #337E5B on white background.



Black color preview on #337E5B background

This text has black color on #337E5B background.


White color preview on #337E5B background

This text has white color on #337E5B background.