COLOR #337B72

HEX: #337B72
RGB: (51,123,114)

Color info

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

RGB color model

#337B72 color RGB value is (51,123,114).

  • red value is 51;
  • green value is 123;
  • blue value is 114.
RGB:
(51,123,114)
(20%,48%,45%)

RGB channels and saturation

R 51 of 255 = 20%
G 123 of 255 = 48%
B 114 of 255 = 45%

51
123
114

R + G + B ~ 38%. #337B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 123 + 114 = 288 (100%)
R 51 of 288 ~ 17.71%
G 123 of 288 ~ 42.71%
B 114 of 288 ~ 39.58%

%17.71
%42.71
%39.58

CMYK color model

#337B72 color CMYK value is (59,0,7,52).

  • cyan value is 58.54%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 51.76%
CMYK:
(59,0,7,52)
C59M0Y7K52 
(59%,0%,7%,52%)
(0.59/0.00/0.07/0.52)	

CMYK percentages

%58.54
%0
%7.32
%51.76

Codes

Color #337B72 in popluar color models

337B72
RGB51123114
HSL173°41.38%34.12%
HSB/HSV173°58.54%48.24%
CMYK58.54%0.00%7.32%
51.76%

Color #337B72 in popluar number systems.

HEX337B72
Decimal51123114
Binary11001111110111110010
Octal63173162

Shades and tints

Shades of #337B72

#337B72
(51,123,114)
#2F7068
(47,112,104)
#2B655E
(43,101,94)
#275A54
(39,90,84)
#234F4A
(35,79,74)
#1F4440
(31,68,64)
#1B3936
(27,57,54)
#172E2C
(23,46,44)
#132322
(19,35,34)
#0F1818
(15,24,24)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #337B72

#337B72
(51,123,114)
#45877E
(69,135,126)
#57938A
(87,147,138)
#699F96
(105,159,150)
#7BABA2
(123,171,162)
#8DB7AE
(141,183,174)
#9FC3BA
(159,195,186)
#B1CFC6
(177,207,198)
#C3DBD2
(195,219,210)
#D5E7DE
(213,231,222)
#E7F3EA
(231,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337B72 color. Also use rgb(51,123,114) instead hex code.

Text Font Color

.myTextColor { color: #337B72; }

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

This text font color is #337B72.


Background Color

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

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

This div background color is #337B72.


Border color

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

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

This div border color is #337B72.


Opacity

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

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

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

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

This text has shadow with #337B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337B72 on black background.


Color preview on white background

This text has color #337B72 on white background.



Black color preview on #337B72 background

This text has black color on #337B72 background.


White color preview on #337B72 background

This text has white color on #337B72 background.