COLOR #337E84

HEX: #337E84
RGB: (51,126,132)

Color info

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

RGB color model

#337E84 color RGB value is (51,126,132).

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

RGB channels and saturation

R 51 of 255 = 20%
G 126 of 255 = 49%
B 132 of 255 = 52%

51
126
132

R + G + B ~ 40%. #337E84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 126 + 132 = 309 (100%)
R 51 of 309 ~ 16.5%
G 126 of 309 ~ 40.78%
B 132 of 309 ~ 42.72%

%16.5
%40.78
%42.72

CMYK color model

#337E84 color CMYK value is (61,5,0,48).

  • cyan value is 61.36%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(61,5,0,48)
C61M5Y0K48 
(61%,5%,0%,48%)
(0.61/0.05/0.00/0.48)	

CMYK percentages

%61.36
%4.55
%0
%48.24

Codes

Color #337E84 in popluar color models

337E84
RGB51126132
HSL184°44.26%35.88%
HSB/HSV184°61.36%51.76%
CMYK61.36%4.55%0.00%
48.24%

Color #337E84 in popluar number systems.

HEX337E84
Decimal51126132
Binary110011111111010000100
Octal63176204

Shades and tints

Shades of #337E84

#337E84
(51,126,132)
#2F7378
(47,115,120)
#2B686C
(43,104,108)
#275D60
(39,93,96)
#235254
(35,82,84)
#1F4748
(31,71,72)
#1B3C3C
(27,60,60)
#173130
(23,49,48)
#132624
(19,38,36)
#0F1B18
(15,27,24)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #337E84

#337E84
(51,126,132)
#45898F
(69,137,143)
#57949A
(87,148,154)
#699FA5
(105,159,165)
#7BAAB0
(123,170,176)
#8DB5BB
(141,181,187)
#9FC0C6
(159,192,198)
#B1CBD1
(177,203,209)
#C3D6DC
(195,214,220)
#D5E1E7
(213,225,231)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337E84; }

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

This text font color is #337E84.


Background Color

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

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

This div background color is #337E84.


Border color

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

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

This div border color is #337E84.


Opacity

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

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

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

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

This text has shadow with #337E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337E84 on black background.


Color preview on white background

This text has color #337E84 on white background.



Black color preview on #337E84 background

This text has black color on #337E84 background.


White color preview on #337E84 background

This text has white color on #337E84 background.