COLOR #337473

HEX: #337473
RGB: (51,116,115)

Color info

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

RGB color model

#337473 color RGB value is (51,116,115).

  • red value is 51;
  • green value is 116;
  • blue value is 115.
RGB:
(51,116,115)
(20%,45%,45%)

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 115 of 255 = 45%

51
116
115

R + G + B ~ 37%. #337473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 115 = 282 (100%)
R 51 of 282 ~ 18.09%
G 116 of 282 ~ 41.13%
B 115 of 282 ~ 40.78%

%18.09
%41.13
%40.78

CMYK color model

#337473 color CMYK value is (56,0,1,55).

  • cyan value is 56.03%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 54.51%
CMYK:
(56,0,1,55)
C56M0Y1K55 
(56%,0%,1%,55%)
(0.56/0.00/0.01/0.55)	

CMYK percentages

%56.03
%0
%0.86
%54.51

Codes

Color #337473 in popluar color models

337473
RGB51116115
HSL179°38.92%32.75%
HSB/HSV179°56.03%45.49%
CMYK56.03%0.00%0.86%
54.51%

Color #337473 in popluar number systems.

HEX337473
Decimal51116115
Binary11001111101001110011
Octal63164163

Shades and tints

Shades of #337473

#337473
(51,116,115)
#2F6A69
(47,106,105)
#2B605F
(43,96,95)
#275655
(39,86,85)
#234C4B
(35,76,75)
#1F4241
(31,66,65)
#1B3837
(27,56,55)
#172E2D
(23,46,45)
#132423
(19,36,35)
#0F1A19
(15,26,25)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #337473

#337473
(51,116,115)
#45807F
(69,128,127)
#578C8B
(87,140,139)
#699897
(105,152,151)
#7BA4A3
(123,164,163)
#8DB0AF
(141,176,175)
#9FBCBB
(159,188,187)
#B1C8C7
(177,200,199)
#C3D4D3
(195,212,211)
#D5E0DF
(213,224,223)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337473 color. Also use rgb(51,116,115) instead hex code.

Text Font Color

.myTextColor { color: #337473; }

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

This text font color is #337473.


Background Color

.myBgColor { background-color: #337473; }

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

This div background color is #337473.


Border color

.myBorderColor { border: 1px solid #337473; }

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

This div border color is #337473.


Opacity

.myOpacity80 { color: #337473; opacity: 0.8; }

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

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

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

This text has shadow with #337473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337473 on black background.


Color preview on white background

This text has color #337473 on white background.



Black color preview on #337473 background

This text has black color on #337473 background.


White color preview on #337473 background

This text has white color on #337473 background.