COLOR #337F82

HEX: #337F82
RGB: (51,127,130)

Color info

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

RGB color model

#337F82 color RGB value is (51,127,130).

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

RGB channels and saturation

R 51 of 255 = 20%
G 127 of 255 = 50%
B 130 of 255 = 51%

51
127
130

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

Portions of RGB colors in percentages

R + G + B =
51 + 127 + 130 = 308 (100%)
R 51 of 308 ~ 16.56%
G 127 of 308 ~ 41.23%
B 130 of 308 ~ 42.21%

%16.56
%41.23
%42.21

CMYK color model

#337F82 color CMYK value is (61,2,0,49).

  • cyan value is 60.77%
  • magenta value is 2.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(61,2,0,49)
C61M2Y0K49 
(61%,2%,0%,49%)
(0.61/0.02/0.00/0.49)	

CMYK percentages

%60.77
%2.31
%0
%49.02

Codes

Color #337F82 in popluar color models

337F82
RGB51127130
HSL182°43.65%35.49%
HSB/HSV182°60.77%50.98%
CMYK60.77%2.31%0.00%
49.02%

Color #337F82 in popluar number systems.

HEX337F82
Decimal51127130
Binary110011111111110000010
Octal63177202

Shades and tints

Shades of #337F82

#337F82
(51,127,130)
#2F7477
(47,116,119)
#2B696C
(43,105,108)
#275E61
(39,94,97)
#235356
(35,83,86)
#1F484B
(31,72,75)
#1B3D40
(27,61,64)
#173235
(23,50,53)
#13272A
(19,39,42)
#0F1C1F
(15,28,31)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #337F82

#337F82
(51,127,130)
#458A8D
(69,138,141)
#579598
(87,149,152)
#69A0A3
(105,160,163)
#7BABAE
(123,171,174)
#8DB6B9
(141,182,185)
#9FC1C4
(159,193,196)
#B1CCCF
(177,204,207)
#C3D7DA
(195,215,218)
#D5E2E5
(213,226,229)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337F82; }

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

This text font color is #337F82.


Background Color

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

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

This div background color is #337F82.


Border color

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

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

This div border color is #337F82.


Opacity

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

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

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

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

This text has shadow with #337F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337F82 on black background.


Color preview on white background

This text has color #337F82 on white background.



Black color preview on #337F82 background

This text has black color on #337F82 background.


White color preview on #337F82 background

This text has white color on #337F82 background.