COLOR #337B84

HEX: #337B84
RGB: (51,123,132)

Renk bilgisi

#337B84 contains mainly green and blue colors. #337B84 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#337B84 color RGB value is (51,123,132).

  • kırmız ton 51;
  • yeşil ton 123;
  • mavi ton 132.
RGB:
(51,123,132)
(20%,48%,52%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 123 of 255 = 48%
B 132 of 255 = 52%

51
123
132

R + G + B ~ 40%. #337B84 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 123 + 132 = 306 (100%)
R 51 of 306 ~ 16.67%
G 123 of 306 ~ 40.2%
B 132 of 306 ~ 43.14%

%16.67
%40.2
%43.14

CMYK RENK MODELİ

#337B84 rengi CMYK tonu (61,7,0,48).

  • camgöbeği tonu 61.36%
  • eflatun tonu 6.82%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(61,7,0,48)
C61M7Y0K48 
(61%,7%,0%,48%)
(0.61/0.07/0.00/0.48)	

CMYK yüzdeleri

%61.36
%6.82
%0
%48.24

Codes

Color #337B84 in popluar color models

337B84
RGB51123132
HSL187°44.26%35.88%
HSB/HSV187°61.36%51.76%
CMYK61.36%6.82%0.00%
48.24%

Color #337B84 in popluar number systems.

HEX337B84
Decimal51123132
Binary110011111101110000100
Octal63173204

Shades and tints

Shades of #337B84

#337B84
(51,123,132)
#2F7078
(47,112,120)
#2B656C
(43,101,108)
#275A60
(39,90,96)
#234F54
(35,79,84)
#1F4448
(31,68,72)
#1B393C
(27,57,60)
#172E30
(23,46,48)
#132324
(19,35,36)
#0F1818
(15,24,24)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #337B84

#337B84
(51,123,132)
#45878F
(69,135,143)
#57939A
(87,147,154)
#699FA5
(105,159,165)
#7BABB0
(123,171,176)
#8DB7BB
(141,183,187)
#9FC3C6
(159,195,198)
#B1CFD1
(177,207,209)
#C3DBDC
(195,219,220)
#D5E7E7
(213,231,231)
#E7F3F2
(231,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337B84 color. Also use rgb(51,123,132) instead hex code.

Text Font Color

.myTextColor { color: #337B84; }

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

This text font color is #337B84.


Background Color

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

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

This div background color is #337B84.


Border color

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

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

This div border color is #337B84.


Opacity

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

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

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

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

This text has shadow with #337B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337B84 on black background.


Color preview on white background

This text has color #337B84 on white background.



Black color preview on #337B84 background

This text has black color on #337B84 background.


White color preview on #337B84 background

This text has white color on #337B84 background.