COLOR #337E66

HEX: #337E66
RGB: (51,126,102)

Renk bilgisi

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

RGB renk modeli

#337E66 color RGB value is (51,126,102).

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

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 126 of 255 = 49%
B 102 of 255 = 40%

51
126
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 126 + 102 = 279 (100%)
R 51 of 279 ~ 18.28%
G 126 of 279 ~ 45.16%
B 102 of 279 ~ 36.56%

%18.28
%45.16
%36.56

CMYK RENK MODELİ

#337E66 rengi CMYK tonu (60,0,19,51).

  • camgöbeği tonu 59.52%
  • eflatun tonu 0.00%
  • sarı tonu 19.05%
  • ana renk tonu 50.59%
CMYK:
(60,0,19,51)
C60M0Y19K51 
(60%,0%,19%,51%)
(0.60/0.00/0.19/0.51)	

CMYK yüzdeleri

%59.52
%0
%19.05
%50.59

Codes

Color #337E66 in popluar color models

337E66
RGB51126102
HSL161°42.37%34.71%
HSB/HSV161°59.52%49.41%
CMYK59.52%0.00%19.05%
50.59%

Color #337E66 in popluar number systems.

HEX337E66
Decimal51126102
Binary11001111111101100110
Octal63176146

Shades and tints

Shades of #337E66

#337E66
(51,126,102)
#2F735D
(47,115,93)
#2B6854
(43,104,84)
#275D4B
(39,93,75)
#235242
(35,82,66)
#1F4739
(31,71,57)
#1B3C30
(27,60,48)
#173127
(23,49,39)
#13261E
(19,38,30)
#0F1B15
(15,27,21)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #337E66

#337E66
(51,126,102)
#458973
(69,137,115)
#579480
(87,148,128)
#699F8D
(105,159,141)
#7BAA9A
(123,170,154)
#8DB5A7
(141,181,167)
#9FC0B4
(159,192,180)
#B1CBC1
(177,203,193)
#C3D6CE
(195,214,206)
#D5E1DB
(213,225,219)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #337E66; }

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

This text font color is #337E66.


Background Color

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

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

This div background color is #337E66.


Border color

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

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

This div border color is #337E66.


Opacity

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

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

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

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

This text has shadow with #337E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337E66 on black background.


Color preview on white background

This text has color #337E66 on white background.



Black color preview on #337E66 background

This text has black color on #337E66 background.


White color preview on #337E66 background

This text has white color on #337E66 background.