COLOR #336C86

HEX: #336C86
RGB: (51,108,134)

Renk bilgisi

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

RGB renk modeli

#336C86 color RGB value is (51,108,134).

  • kırmız ton 51;
  • yeşil ton 108;
  • mavi ton 134.
RGB:
(51,108,134)
(20%,42%,53%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 108 of 255 = 42%
B 134 of 255 = 53%

51
108
134

R + G + B ~ 38%. #336C86 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 108 + 134 = 293 (100%)
R 51 of 293 ~ 17.41%
G 108 of 293 ~ 36.86%
B 134 of 293 ~ 45.73%

%17.41
%36.86
%45.73

CMYK RENK MODELİ

#336C86 rengi CMYK tonu (62,19,0,47).

  • camgöbeği tonu 61.94%
  • eflatun tonu 19.40%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(62,19,0,47)
C62M19Y0K47 
(62%,19%,0%,47%)
(0.62/0.19/0.00/0.47)	

CMYK yüzdeleri

%61.94
%19.4
%0
%47.45

Codes

Color #336C86 in popluar color models

336C86
RGB51108134
HSL199°44.86%36.27%
HSB/HSV199°61.94%52.55%
CMYK61.94%19.40%0.00%
47.45%

Color #336C86 in popluar number systems.

HEX336C86
Decimal51108134
Binary110011110110010000110
Octal63154206

Shades and tints

Shades of #336C86

#336C86
(51,108,134)
#2F637A
(47,99,122)
#2B5A6E
(43,90,110)
#275162
(39,81,98)
#234856
(35,72,86)
#1F3F4A
(31,63,74)
#1B363E
(27,54,62)
#172D32
(23,45,50)
#132426
(19,36,38)
#0F1B1A
(15,27,26)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #336C86

#336C86
(51,108,134)
#457991
(69,121,145)
#57869C
(87,134,156)
#6993A7
(105,147,167)
#7BA0B2
(123,160,178)
#8DADBD
(141,173,189)
#9FBAC8
(159,186,200)
#B1C7D3
(177,199,211)
#C3D4DE
(195,212,222)
#D5E1E9
(213,225,233)
#E7EEF4
(231,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336C86 color. Also use rgb(51,108,134) instead hex code.

Text Font Color

.myTextColor { color: #336C86; }

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

This text font color is #336C86.


Background Color

.myBgColor { background-color: #336C86; }

<div style="background-color:#336C86">Inner text</div>

This div background color is #336C86.


Border color

.myBorderColor { border: 1px solid #336C86; }

<div style="border:3px solid #336C86">Div</div>

This div border color is #336C86.


Opacity

.myOpacity80 { color: #336C86; opacity: 0.8; }

<p style="color:#336C86;opacity:0.8;">80%</p>

Text with #336C86 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 #336C86;}

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

This text has shadow with #336C86 color.

.textShadow {text-shadow: 3px 3px 1px #336C86, 3px 3px 1px red;}

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

This text has shadow with #336C86 primary color and red secondary color.


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

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

This text has shadow with #336C86 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336C86 on black background.


Color preview on white background

This text has color #336C86 on white background.



Black color preview on #336C86 background

This text has black color on #336C86 background.


White color preview on #336C86 background

This text has white color on #336C86 background.