COLOR #337F60

HEX: #337F60 RGB: (51,127,96)

Color info

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

RGB color model

#337F60 color RGB value is (51,127,96).

RGB: (51,127,96) (20%, 50%, 38%)

RGB channels and saturation

R 51 of 255 = 20%
G 127 of 255 = 50%
B 96 of 255 = 38%

51
127
96

R + G + B ~ 36%. #337F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 127 + 96 = 274 (100%)
R 51 of 274 ~ 18.61%
G 127 of 274 ~ 46.35%
B 96 of 274 ~ 35.04'%

%18.61
%46.35
%35.04

CMYK color model

#337F60 color CMYK value is (60,0,24,50).

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

CMYK: (60,0,24,50)
C60M0Y24K50 (60%, 0%, 24%, 50%)
(0.60 / 0.00 / 0.24 / 0.50)

CMYK percentages

%59.84
%0
%24.41
%50.2

Codes

Color #337F60 in popluar color models

33 7F 60
RGB 51 127 96
HSL 156° 42.70% 34.90%
HSB/HSV 156° 59.84% 49.80%
CMYK 59.84% 0.00% 24.41%
50.20%

Color #337F60 in popluar number systems.

HEX 33 7F 60
Decimal 51 127 96
Binary 110011 1111111 1100000
Octal 63 177 140

Shades and tints

Shades of #337F60

#337F60
(51,127,96)
#2F7458
(47,116,88)
#2B6950
(43,105,80)
#275E48
(39,94,72)
#235340
(35,83,64)
#1F4838
(31,72,56)
#1B3D30
(27,61,48)
#173228
(23,50,40)
#132720
(19,39,32)
#0F1C18
(15,28,24)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #337F60

#337F60
(51,127,96)
#458A6E
(69,138,110)
#57957C
(87,149,124)
#69A08A
(105,160,138)
#7BAB98
(123,171,152)
#8DB6A6
(141,182,166)
#9FC1B4
(159,193,180)
#B1CCC2
(177,204,194)
#C3D7D0
(195,215,208)
#D5E2DE
(213,226,222)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337F60; }

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

This text font color is #337F60.

Background Color

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

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

This div background color is #337F60.

Border color

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

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

This div border color is #337F60.

Opacity

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

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

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

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

This text has shadow with #337F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #337F60.

Preview

Color preview on black background

This text has color #337F60 on black background.


Color preview on white background

This text has color #337F60 on white background.


Black color preview on #337F60 background

This text has black color on #337F60 background.


White color preview on #337F60 background

This text has white color on #337F60 background.


Related colors

Complementary color

Complementary color for #hex is #CC809F.


I love getcolorcode.com

Triadic colors

1 #60337F and #7F6033 with #337F60 are triadic colors.

2 #607F33 and #7F3360 with #337F60 are triadic colors.