COLOR #336796

HEX: #336796
RGB: (51,103,150)

Renk bilgisi

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

RGB renk modeli

#336796 color RGB value is (51,103,150).

  • kırmız ton 51;
  • yeşil ton 103;
  • mavi ton 150.
RGB:
(51,103,150)
(20%,40%,59%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 103 of 255 = 40%
B 150 of 255 = 59%

51
103
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 103 + 150 = 304 (100%)
R 51 of 304 ~ 16.78%
G 103 of 304 ~ 33.88%
B 150 of 304 ~ 49.34%

%16.78
%33.88
%49.34

CMYK RENK MODELİ

#336796 rengi CMYK tonu (66,31,0,41).

  • camgöbeği tonu 66.00%
  • eflatun tonu 31.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(66,31,0,41)
C66M31Y0K41 
(66%,31%,0%,41%)
(0.66/0.31/0.00/0.41)	

CMYK yüzdeleri

%66
%31.33
%0
%41.18

Codes

Color #336796 in popluar color models

336796
RGB51103150
HSL208°49.25%39.41%
HSB/HSV208°66.00%58.82%
CMYK66.00%31.33%0.00%
41.18%

Color #336796 in popluar number systems.

HEX336796
Decimal51103150
Binary110011110011110010110
Octal63147226

Shades and tints

Shades of #336796

#336796
(51,103,150)
#2F5E89
(47,94,137)
#2B557C
(43,85,124)
#274C6F
(39,76,111)
#234362
(35,67,98)
#1F3A55
(31,58,85)
#1B3148
(27,49,72)
#17283B
(23,40,59)
#131F2E
(19,31,46)
#0F1621
(15,22,33)
#0B0D14
(11,13,20)
#000000
(0,0,0)

Tints of #336796

#336796
(51,103,150)
#45749F
(69,116,159)
#5781A8
(87,129,168)
#698EB1
(105,142,177)
#7B9BBA
(123,155,186)
#8DA8C3
(141,168,195)
#9FB5CC
(159,181,204)
#B1C2D5
(177,194,213)
#C3CFDE
(195,207,222)
#D5DCE7
(213,220,231)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336796 color. Also use rgb(51,103,150) instead hex code.

Text Font Color

.myTextColor { color: #336796; }

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

This text font color is #336796.


Background Color

.myBgColor { background-color: #336796; }

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

This div background color is #336796.


Border color

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

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

This div border color is #336796.


Opacity

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

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

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

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

This text has shadow with #336796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336796 on black background.


Color preview on white background

This text has color #336796 on white background.



Black color preview on #336796 background

This text has black color on #336796 background.


White color preview on #336796 background

This text has white color on #336796 background.