COLOR #337182

HEX: #337182
RGB: (51,113,130)

Color info

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

RGB color model

#337182 color RGB value is (51,113,130).

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

RGB channels and saturation

R 51 of 255 = 20%
G 113 of 255 = 44%
B 130 of 255 = 51%

51
113
130

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

Portions of RGB colors in percentages

R + G + B =
51 + 113 + 130 = 294 (100%)
R 51 of 294 ~ 17.35%
G 113 of 294 ~ 38.44%
B 130 of 294 ~ 44.22%

%17.35
%38.44
%44.22

CMYK color model

#337182 color CMYK value is (61,13,0,49).

  • cyan value is 60.77%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(61,13,0,49)
C61M13Y0K49 
(61%,13%,0%,49%)
(0.61/0.13/0.00/0.49)	

CMYK percentages

%60.77
%13.08
%0
%49.02

Codes

Color #337182 in popluar color models

337182
RGB51113130
HSL193°43.65%35.49%
HSB/HSV193°60.77%50.98%
CMYK60.77%13.08%0.00%
49.02%

Color #337182 in popluar number systems.

HEX337182
Decimal51113130
Binary110011111000110000010
Octal63161202

Shades and tints

Shades of #337182

#337182
(51,113,130)
#2F6777
(47,103,119)
#2B5D6C
(43,93,108)
#275361
(39,83,97)
#234956
(35,73,86)
#1F3F4B
(31,63,75)
#1B3540
(27,53,64)
#172B35
(23,43,53)
#13212A
(19,33,42)
#0F171F
(15,23,31)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #337182

#337182
(51,113,130)
#457D8D
(69,125,141)
#578998
(87,137,152)
#6995A3
(105,149,163)
#7BA1AE
(123,161,174)
#8DADB9
(141,173,185)
#9FB9C4
(159,185,196)
#B1C5CF
(177,197,207)
#C3D1DA
(195,209,218)
#D5DDE5
(213,221,229)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337182; }

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

This text font color is #337182.


Background Color

.myBgColor { background-color: #337182; }

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

This div background color is #337182.


Border color

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

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

This div border color is #337182.


Opacity

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

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

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

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

This text has shadow with #337182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337182 on black background.


Color preview on white background

This text has color #337182 on white background.



Black color preview on #337182 background

This text has black color on #337182 background.


White color preview on #337182 background

This text has white color on #337182 background.