COLOR #337F77

HEX: #337F77 RGB: (51,127,119)

Color info

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

RGB color model

#337F77 color RGB value is (51,127,119).

RGB: (51,127,119) (20%, 50%, 47%)

RGB channels and saturation

R 51 of 255 = 20%
G 127 of 255 = 50%
B 119 of 255 = 47%

51
127
119

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

Portions of RGB colors in percentages

R + G + B = 51 + 127 + 119 = 297 (100%)
R 51 of 297 ~ 17.17%
G 127 of 297 ~ 42.76%
B 119 of 297 ~ 40.07'%

%17.17
%42.76
%40.07

CMYK color model

#337F77 color CMYK value is (60,0,6,50).

  • cyan value is 59.84%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 50.20%

CMYK: (60,0,6,50)
C60M0Y6K50 (60%, 0%, 6%, 50%)
(0.60 / 0.00 / 0.06 / 0.50)

CMYK percentages

%59.84
%0
%6.3
%50.2

Codes

Color #337F77 in popluar color models

33 7F 77
RGB 51 127 119
HSL 174° 42.70% 34.90%
HSB/HSV 174° 59.84% 49.80%
CMYK 59.84% 0.00% 6.30%
50.20%

Color #337F77 in popluar number systems.

HEX 33 7F 77
Decimal 51 127 119
Binary 110011 1111111 1110111
Octal 63 177 167

Shades and tints

Shades of #337F77

#337F77
(51,127,119)
#2F746D
(47,116,109)
#2B6963
(43,105,99)
#275E59
(39,94,89)
#23534F
(35,83,79)
#1F4845
(31,72,69)
#1B3D3B
(27,61,59)
#173231
(23,50,49)
#132727
(19,39,39)
#0F1C1D
(15,28,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #337F77

#337F77
(51,127,119)
#458A83
(69,138,131)
#57958F
(87,149,143)
#69A09B
(105,160,155)
#7BABA7
(123,171,167)
#8DB6B3
(141,182,179)
#9FC1BF
(159,193,191)
#B1CCCB
(177,204,203)
#C3D7D7
(195,215,215)
#D5E2E3
(213,226,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337F77; }

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

This text font color is #337F77.

Background Color

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

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

This div background color is #337F77.

Border color

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

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

This div border color is #337F77.

Opacity

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

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

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

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

This text has shadow with #337F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #337F77.

Preview

Color preview on black background

This text has color #337F77 on black background.


Color preview on white background

This text has color #337F77 on white background.


Black color preview on #337F77 background

This text has black color on #337F77 background.


White color preview on #337F77 background

This text has white color on #337F77 background.


Related colors

Complementary color

Complementary color for #hex is #CC8088.


I love getcolorcode.com

Triadic colors

1 #77337F and #7F7733 with #337F77 are triadic colors.

2 #777F33 and #7F3377 with #337F77 are triadic colors.