COLOR #337A5E

HEX: #337A5E
RGB: (51,122,94)

Color info

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

RGB color model

#337A5E color RGB value is (51,122,94).

  • red value is 51;
  • green value is 122;
  • blue value is 94.
RGB:
(51,122,94)
(20%,48%,37%)

RGB channels and saturation

R 51 of 255 = 20%
G 122 of 255 = 48%
B 94 of 255 = 37%

51
122
94

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

Portions of RGB colors in percentages

R + G + B =
51 + 122 + 94 = 267 (100%)
R 51 of 267 ~ 19.1%
G 122 of 267 ~ 45.69%
B 94 of 267 ~ 35.21%

%19.1
%45.69
%35.21

CMYK color model

#337A5E color CMYK value is (58,0,23,52).

  • cyan value is 58.20%
  • magenta value is 0.00%
  • yellow value is 22.95%
  • key color value is 52.16%
CMYK:
(58,0,23,52)
C58M0Y23K52 
(58%,0%,23%,52%)
(0.58/0.00/0.23/0.52)	

CMYK percentages

%58.2
%0
%22.95
%52.16

Codes

Color #337A5E in popluar color models

337A5E
RGB5112294
HSL156°41.04%33.92%
HSB/HSV156°58.20%47.84%
CMYK58.20%0.00%22.95%
52.16%

Color #337A5E in popluar number systems.

HEX337A5E
Decimal5112294
Binary11001111110101011110
Octal63172136

Shades and tints

Shades of #337A5E

#337A5E
(51,122,94)
#2F6F56
(47,111,86)
#2B644E
(43,100,78)
#275946
(39,89,70)
#234E3E
(35,78,62)
#1F4336
(31,67,54)
#1B382E
(27,56,46)
#172D26
(23,45,38)
#13221E
(19,34,30)
#0F1716
(15,23,22)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #337A5E

#337A5E
(51,122,94)
#45866C
(69,134,108)
#57927A
(87,146,122)
#699E88
(105,158,136)
#7BAA96
(123,170,150)
#8DB6A4
(141,182,164)
#9FC2B2
(159,194,178)
#B1CEC0
(177,206,192)
#C3DACE
(195,218,206)
#D5E6DC
(213,230,220)
#E7F2EA
(231,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337A5E color. Also use rgb(51,122,94) instead hex code.

Text Font Color

.myTextColor { color: #337A5E; }

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

This text font color is #337A5E.


Background Color

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

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

This div background color is #337A5E.


Border color

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

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

This div border color is #337A5E.


Opacity

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

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

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

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

This text has shadow with #337A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337A5E on black background.


Color preview on white background

This text has color #337A5E on white background.



Black color preview on #337A5E background

This text has black color on #337A5E background.


White color preview on #337A5E background

This text has white color on #337A5E background.