COLOR #337380

HEX: #337380
RGB: (51,115,128)

Color info

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

RGB color model

#337380 color RGB value is (51,115,128).

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

RGB channels and saturation

R 51 of 255 = 20%
G 115 of 255 = 45%
B 128 of 255 = 50%

51
115
128

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

Portions of RGB colors in percentages

R + G + B =
51 + 115 + 128 = 294 (100%)
R 51 of 294 ~ 17.35%
G 115 of 294 ~ 39.12%
B 128 of 294 ~ 43.54%

%17.35
%39.12
%43.54

CMYK color model

#337380 color CMYK value is (60,10,0,50).

  • cyan value is 60.16%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(60,10,0,50)
C60M10Y0K50 
(60%,10%,0%,50%)
(0.60/0.10/0.00/0.50)	

CMYK percentages

%60.16
%10.16
%0
%49.8

Codes

Color #337380 in popluar color models

337380
RGB51115128
HSL190°43.02%35.10%
HSB/HSV190°60.16%50.20%
CMYK60.16%10.16%0.00%
49.80%

Color #337380 in popluar number systems.

HEX337380
Decimal51115128
Binary110011111001110000000
Octal63163200

Shades and tints

Shades of #337380

#337380
(51,115,128)
#2F6975
(47,105,117)
#2B5F6A
(43,95,106)
#27555F
(39,85,95)
#234B54
(35,75,84)
#1F4149
(31,65,73)
#1B373E
(27,55,62)
#172D33
(23,45,51)
#132328
(19,35,40)
#0F191D
(15,25,29)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #337380

#337380
(51,115,128)
#457F8B
(69,127,139)
#578B96
(87,139,150)
#6997A1
(105,151,161)
#7BA3AC
(123,163,172)
#8DAFB7
(141,175,183)
#9FBBC2
(159,187,194)
#B1C7CD
(177,199,205)
#C3D3D8
(195,211,216)
#D5DFE3
(213,223,227)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337380; }

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

This text font color is #337380.


Background Color

.myBgColor { background-color: #337380; }

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

This div background color is #337380.


Border color

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

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

This div border color is #337380.


Opacity

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

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

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

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

This text has shadow with #337380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337380 on black background.


Color preview on white background

This text has color #337380 on white background.



Black color preview on #337380 background

This text has black color on #337380 background.


White color preview on #337380 background

This text has white color on #337380 background.