COLOR #336866

HEX: #336866
RGB: (51,104,102)

Renk bilgisi

#336866 contains red, green and blue colors in about the same proportion. #336866 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#336866 color RGB value is (51,104,102).

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

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 104 of 255 = 41%
B 102 of 255 = 40%

51
104
102

R + G + B ~ 34%. #336866 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 104 + 102 = 257 (100%)
R 51 of 257 ~ 19.84%
G 104 of 257 ~ 40.47%
B 102 of 257 ~ 39.69%

%19.84
%40.47
%39.69

CMYK RENK MODELİ

#336866 rengi CMYK tonu (51,0,2,59).

  • camgöbeği tonu 50.96%
  • eflatun tonu 0.00%
  • sarı tonu 1.92%
  • ana renk tonu 59.22%
CMYK:
(51,0,2,59)
C51M0Y2K59 
(51%,0%,2%,59%)
(0.51/0.00/0.02/0.59)	

CMYK yüzdeleri

%50.96
%0
%1.92
%59.22

Codes

Color #336866 in popluar color models

336866
RGB51104102
HSL178°34.19%30.39%
HSB/HSV178°50.96%40.78%
CMYK50.96%0.00%1.92%
59.22%

Color #336866 in popluar number systems.

HEX336866
Decimal51104102
Binary11001111010001100110
Octal63150146

Shades and tints

Shades of #336866

#336866
(51,104,102)
#2F5F5D
(47,95,93)
#2B5654
(43,86,84)
#274D4B
(39,77,75)
#234442
(35,68,66)
#1F3B39
(31,59,57)
#1B3230
(27,50,48)
#172927
(23,41,39)
#13201E
(19,32,30)
#0F1715
(15,23,21)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #336866

#336866
(51,104,102)
#457573
(69,117,115)
#578280
(87,130,128)
#698F8D
(105,143,141)
#7B9C9A
(123,156,154)
#8DA9A7
(141,169,167)
#9FB6B4
(159,182,180)
#B1C3C1
(177,195,193)
#C3D0CE
(195,208,206)
#D5DDDB
(213,221,219)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #336866; }

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

This text font color is #336866.


Background Color

.myBgColor { background-color: #336866; }

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

This div background color is #336866.


Border color

.myBorderColor { border: 1px solid #336866; }

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

This div border color is #336866.


Opacity

.myOpacity80 { color: #336866; opacity: 0.8; }

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

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

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

This text has shadow with #336866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336866 on black background.


Color preview on white background

This text has color #336866 on white background.



Black color preview on #336866 background

This text has black color on #336866 background.


White color preview on #336866 background

This text has white color on #336866 background.