COLOR #337484

HEX: #337484
RGB: (51,116,132)

Color info

#337484 contains mainly green and blue colors. Web safe color of #337484 is #336699 (or #369).

RGB color model

#337484 color RGB value is (51,116,132).

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

RGB channels and saturation

R 51 of 255 = 20%
G 116 of 255 = 45%
B 132 of 255 = 52%

51
116
132

R + G + B ~ 39%. #337484 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 116 + 132 = 299 (100%)
R 51 of 299 ~ 17.06%
G 116 of 299 ~ 38.8%
B 132 of 299 ~ 44.15%

%17.06
%38.8
%44.15

CMYK color model

#337484 color CMYK value is (61,12,0,48).

  • cyan value is 61.36%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(61,12,0,48)
C61M12Y0K48 
(61%,12%,0%,48%)
(0.61/0.12/0.00/0.48)	

CMYK percentages

%61.36
%12.12
%0
%48.24

Codes

Color #337484 in popluar color models

337484
RGB51116132
HSL192°44.26%35.88%
HSB/HSV192°61.36%51.76%
CMYK61.36%12.12%0.00%
48.24%

Color #337484 in popluar number systems.

HEX337484
Decimal51116132
Binary110011111010010000100
Octal63164204

Shades and tints

Shades of #337484

#337484
(51,116,132)
#2F6A78
(47,106,120)
#2B606C
(43,96,108)
#275660
(39,86,96)
#234C54
(35,76,84)
#1F4248
(31,66,72)
#1B383C
(27,56,60)
#172E30
(23,46,48)
#132424
(19,36,36)
#0F1A18
(15,26,24)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #337484

#337484
(51,116,132)
#45808F
(69,128,143)
#578C9A
(87,140,154)
#6998A5
(105,152,165)
#7BA4B0
(123,164,176)
#8DB0BB
(141,176,187)
#9FBCC6
(159,188,198)
#B1C8D1
(177,200,209)
#C3D4DC
(195,212,220)
#D5E0E7
(213,224,231)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337484; }

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

This text font color is #337484.


Background Color

.myBgColor { background-color: #337484; }

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

This div background color is #337484.


Border color

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

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

This div border color is #337484.


Opacity

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

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

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

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

This text has shadow with #337484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337484 on black background.


Color preview on white background

This text has color #337484 on white background.



Black color preview on #337484 background

This text has black color on #337484 background.


White color preview on #337484 background

This text has white color on #337484 background.