COLOR #337A5B

HEX: #337A5B
RGB: (51,122,91)

Color info

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

RGB color model

#337A5B color RGB value is (51,122,91).

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

RGB channels and saturation

R 51 of 255 = 20%
G 122 of 255 = 48%
B 91 of 255 = 36%

51
122
91

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

Portions of RGB colors in percentages

R + G + B =
51 + 122 + 91 = 264 (100%)
R 51 of 264 ~ 19.32%
G 122 of 264 ~ 46.21%
B 91 of 264 ~ 34.47%

%19.32
%46.21
%34.47

CMYK color model

#337A5B color CMYK value is (58,0,25,52).

  • cyan value is 58.20%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 52.16%
CMYK:
(58,0,25,52)
C58M0Y25K52 
(58%,0%,25%,52%)
(0.58/0.00/0.25/0.52)	

CMYK percentages

%58.2
%0
%25.41
%52.16

Codes

Color #337A5B in popluar color models

337A5B
RGB5112291
HSL154°41.04%33.92%
HSB/HSV154°58.20%47.84%
CMYK58.20%0.00%25.41%
52.16%

Color #337A5B in popluar number systems.

HEX337A5B
Decimal5112291
Binary11001111110101011011
Octal63172133

Shades and tints

Shades of #337A5B

#337A5B
(51,122,91)
#2F6F53
(47,111,83)
#2B644B
(43,100,75)
#275943
(39,89,67)
#234E3B
(35,78,59)
#1F4333
(31,67,51)
#1B382B
(27,56,43)
#172D23
(23,45,35)
#13221B
(19,34,27)
#0F1713
(15,23,19)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #337A5B

#337A5B
(51,122,91)
#458669
(69,134,105)
#579277
(87,146,119)
#699E85
(105,158,133)
#7BAA93
(123,170,147)
#8DB6A1
(141,182,161)
#9FC2AF
(159,194,175)
#B1CEBD
(177,206,189)
#C3DACB
(195,218,203)
#D5E6D9
(213,230,217)
#E7F2E7
(231,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337A5B; }

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

This text font color is #337A5B.


Background Color

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

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

This div background color is #337A5B.


Border color

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

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

This div border color is #337A5B.


Opacity

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

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

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

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

This text has shadow with #337A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337A5B on black background.


Color preview on white background

This text has color #337A5B on white background.



Black color preview on #337A5B background

This text has black color on #337A5B background.


White color preview on #337A5B background

This text has white color on #337A5B background.