COLOR #337C77

HEX: #337C77
RGB: (51,124,119)

Renk bilgisi

#337C77 contains mainly green and blue colors. #337C77 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#337C77 color RGB value is (51,124,119).

  • kırmız ton 51;
  • yeşil ton 124;
  • mavi ton 119.
RGB:
(51,124,119)
(20%,49%,47%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 124 of 255 = 49%
B 119 of 255 = 47%

51
124
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 124 + 119 = 294 (100%)
R 51 of 294 ~ 17.35%
G 124 of 294 ~ 42.18%
B 119 of 294 ~ 40.48%

%17.35
%42.18
%40.48

CMYK RENK MODELİ

#337C77 rengi CMYK tonu (59,0,4,51).

  • camgöbeği tonu 58.87%
  • eflatun tonu 0.00%
  • sarı tonu 4.03%
  • ana renk tonu 51.37%
CMYK:
(59,0,4,51)
C59M0Y4K51 
(59%,0%,4%,51%)
(0.59/0.00/0.04/0.51)	

CMYK yüzdeleri

%58.87
%0
%4.03
%51.37

Codes

Color #337C77 in popluar color models

337C77
RGB51124119
HSL176°41.71%34.31%
HSB/HSV176°58.87%48.63%
CMYK58.87%0.00%4.03%
51.37%

Color #337C77 in popluar number systems.

HEX337C77
Decimal51124119
Binary11001111111001110111
Octal63174167

Shades and tints

Shades of #337C77

#337C77
(51,124,119)
#2F716D
(47,113,109)
#2B6663
(43,102,99)
#275B59
(39,91,89)
#23504F
(35,80,79)
#1F4545
(31,69,69)
#1B3A3B
(27,58,59)
#172F31
(23,47,49)
#132427
(19,36,39)
#0F191D
(15,25,29)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #337C77

#337C77
(51,124,119)
#458783
(69,135,131)
#57928F
(87,146,143)
#699D9B
(105,157,155)
#7BA8A7
(123,168,167)
#8DB3B3
(141,179,179)
#9FBEBF
(159,190,191)
#B1C9CB
(177,201,203)
#C3D4D7
(195,212,215)
#D5DFE3
(213,223,227)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337C77; }

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

This text font color is #337C77.


Background Color

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

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

This div background color is #337C77.


Border color

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

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

This div border color is #337C77.


Opacity

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

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

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

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

This text has shadow with #337C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337C77 on black background.


Color preview on white background

This text has color #337C77 on white background.



Black color preview on #337C77 background

This text has black color on #337C77 background.


White color preview on #337C77 background

This text has white color on #337C77 background.