COLOR #337187

HEX: #337187
RGB: (51,113,135)

Color info

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

RGB color model

#337187 color RGB value is (51,113,135).

  • red value is 51;
  • green value is 113;
  • blue value is 135.
RGB:
(51,113,135)
(20%,44%,53%)

RGB channels and saturation

R 51 of 255 = 20%
G 113 of 255 = 44%
B 135 of 255 = 53%

51
113
135

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

Portions of RGB colors in percentages

R + G + B =
51 + 113 + 135 = 299 (100%)
R 51 of 299 ~ 17.06%
G 113 of 299 ~ 37.79%
B 135 of 299 ~ 45.15%

%17.06
%37.79
%45.15

CMYK color model

#337187 color CMYK value is (62,16,0,47).

  • cyan value is 62.22%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(62,16,0,47)
C62M16Y0K47 
(62%,16%,0%,47%)
(0.62/0.16/0.00/0.47)	

CMYK percentages

%62.22
%16.3
%0
%47.06

Codes

Color #337187 in popluar color models

337187
RGB51113135
HSL196°45.16%36.47%
HSB/HSV196°62.22%52.94%
CMYK62.22%16.30%0.00%
47.06%

Color #337187 in popluar number systems.

HEX337187
Decimal51113135
Binary110011111000110000111
Octal63161207

Shades and tints

Shades of #337187

#337187
(51,113,135)
#2F677B
(47,103,123)
#2B5D6F
(43,93,111)
#275363
(39,83,99)
#234957
(35,73,87)
#1F3F4B
(31,63,75)
#1B353F
(27,53,63)
#172B33
(23,43,51)
#132127
(19,33,39)
#0F171B
(15,23,27)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #337187

#337187
(51,113,135)
#457D91
(69,125,145)
#57899B
(87,137,155)
#6995A5
(105,149,165)
#7BA1AF
(123,161,175)
#8DADB9
(141,173,185)
#9FB9C3
(159,185,195)
#B1C5CD
(177,197,205)
#C3D1D7
(195,209,215)
#D5DDE1
(213,221,225)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337187 color. Also use rgb(51,113,135) instead hex code.

Text Font Color

.myTextColor { color: #337187; }

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

This text font color is #337187.


Background Color

.myBgColor { background-color: #337187; }

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

This div background color is #337187.


Border color

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

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

This div border color is #337187.


Opacity

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

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

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

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

This text has shadow with #337187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337187 on black background.


Color preview on white background

This text has color #337187 on white background.



Black color preview on #337187 background

This text has black color on #337187 background.


White color preview on #337187 background

This text has white color on #337187 background.