COLOR #337E77

HEX: #337E77
RGB: (51,126,119)

Renk bilgisi

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

RGB renk modeli

#337E77 color RGB value is (51,126,119).

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

RGB bağlantıları ve doygunluk

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

51
126
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 126 + 119 = 296 (100%)
R 51 of 296 ~ 17.23%
G 126 of 296 ~ 42.57%
B 119 of 296 ~ 40.2%

%17.23
%42.57
%40.2

CMYK RENK MODELİ

#337E77 rengi CMYK tonu (60,0,6,51).

  • camgöbeği tonu 59.52%
  • eflatun tonu 0.00%
  • sarı tonu 5.56%
  • ana renk tonu 50.59%
CMYK:
(60,0,6,51)
C60M0Y6K51 
(60%,0%,6%,51%)
(0.60/0.00/0.06/0.51)	

CMYK yüzdeleri

%59.52
%0
%5.56
%50.59

Codes

Color #337E77 in popluar color models

337E77
RGB51126119
HSL174°42.37%34.71%
HSB/HSV174°59.52%49.41%
CMYK59.52%0.00%5.56%
50.59%

Color #337E77 in popluar number systems.

HEX337E77
Decimal51126119
Binary11001111111101110111
Octal63176167

Shades and tints

Shades of #337E77

#337E77
(51,126,119)
#2F736D
(47,115,109)
#2B6863
(43,104,99)
#275D59
(39,93,89)
#23524F
(35,82,79)
#1F4745
(31,71,69)
#1B3C3B
(27,60,59)
#173131
(23,49,49)
#132627
(19,38,39)
#0F1B1D
(15,27,29)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #337E77

#337E77
(51,126,119)
#458983
(69,137,131)
#57948F
(87,148,143)
#699F9B
(105,159,155)
#7BAAA7
(123,170,167)
#8DB5B3
(141,181,179)
#9FC0BF
(159,192,191)
#B1CBCB
(177,203,203)
#C3D6D7
(195,214,215)
#D5E1E3
(213,225,227)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337E77; }

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

This text font color is #337E77.


Background Color

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

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

This div background color is #337E77.


Border color

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

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

This div border color is #337E77.


Opacity

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

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

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

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

This text has shadow with #337E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337E77 on black background.


Color preview on white background

This text has color #337E77 on white background.



Black color preview on #337E77 background

This text has black color on #337E77 background.


White color preview on #337E77 background

This text has white color on #337E77 background.