COLOR #337479

HEX: #337479
RGB: (51,116,121)

Color info

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

RGB color model

#337479 color RGB value is (51,116,121).

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

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 121 of 255 = 47%

51
116
121

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

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 121 = 288 (100%)
R 51 of 288 ~ 17.71%
G 116 of 288 ~ 40.28%
B 121 of 288 ~ 42.01%

%17.71
%40.28
%42.01

CMYK color model

#337479 color CMYK value is (58,4,0,53).

  • cyan value is 57.85%
  • magenta value is 4.13%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(58,4,0,53)
C58M4Y0K53 
(58%,4%,0%,53%)
(0.58/0.04/0.00/0.53)	

CMYK percentages

%57.85
%4.13
%0
%52.55

Codes

Color #337479 in popluar color models

337479
RGB51116121
HSL184°40.70%33.73%
HSB/HSV184°57.85%47.45%
CMYK57.85%4.13%0.00%
52.55%

Color #337479 in popluar number systems.

HEX337479
Decimal51116121
Binary11001111101001111001
Octal63164171

Shades and tints

Shades of #337479

#337479
(51,116,121)
#2F6A6E
(47,106,110)
#2B6063
(43,96,99)
#275658
(39,86,88)
#234C4D
(35,76,77)
#1F4242
(31,66,66)
#1B3837
(27,56,55)
#172E2C
(23,46,44)
#132421
(19,36,33)
#0F1A16
(15,26,22)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #337479

#337479
(51,116,121)
#458085
(69,128,133)
#578C91
(87,140,145)
#69989D
(105,152,157)
#7BA4A9
(123,164,169)
#8DB0B5
(141,176,181)
#9FBCC1
(159,188,193)
#B1C8CD
(177,200,205)
#C3D4D9
(195,212,217)
#D5E0E5
(213,224,229)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337479; }

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

This text font color is #337479.


Background Color

.myBgColor { background-color: #337479; }

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

This div background color is #337479.


Border color

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

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

This div border color is #337479.


Opacity

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

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

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

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

This text has shadow with #337479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337479 on black background.


Color preview on white background

This text has color #337479 on white background.



Black color preview on #337479 background

This text has black color on #337479 background.


White color preview on #337479 background

This text has white color on #337479 background.