COLOR #337D78

HEX: #337D78
RGB: (51,125,120)

Renk bilgisi

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

RGB renk modeli

#337D78 color RGB value is (51,125,120).

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

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 125 of 255 = 49%
B 120 of 255 = 47%

51
125
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 125 + 120 = 296 (100%)
R 51 of 296 ~ 17.23%
G 125 of 296 ~ 42.23%
B 120 of 296 ~ 40.54%

%17.23
%42.23
%40.54

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%59.2
%0
%4
%50.98

Codes

Color #337D78 in popluar color models

337D78
RGB51125120
HSL176°42.05%34.51%
HSB/HSV176°59.20%49.02%
CMYK59.20%0.00%4.00%
50.98%

Color #337D78 in popluar number systems.

HEX337D78
Decimal51125120
Binary11001111111011111000
Octal63175170

Shades and tints

Shades of #337D78

#337D78
(51,125,120)
#2F726E
(47,114,110)
#2B6764
(43,103,100)
#275C5A
(39,92,90)
#235150
(35,81,80)
#1F4646
(31,70,70)
#1B3B3C
(27,59,60)
#173032
(23,48,50)
#132528
(19,37,40)
#0F1A1E
(15,26,30)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #337D78

#337D78
(51,125,120)
#458884
(69,136,132)
#579390
(87,147,144)
#699E9C
(105,158,156)
#7BA9A8
(123,169,168)
#8DB4B4
(141,180,180)
#9FBFC0
(159,191,192)
#B1CACC
(177,202,204)
#C3D5D8
(195,213,216)
#D5E0E4
(213,224,228)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337D78 color. Also use rgb(51,125,120) instead hex code.

Text Font Color

.myTextColor { color: #337D78; }

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

This text font color is #337D78.


Background Color

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

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

This div background color is #337D78.


Border color

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

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

This div border color is #337D78.


Opacity

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

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

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

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

This text has shadow with #337D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337D78 on black background.


Color preview on white background

This text has color #337D78 on white background.



Black color preview on #337D78 background

This text has black color on #337D78 background.


White color preview on #337D78 background

This text has white color on #337D78 background.