COLOR #336376

HEX: #336376
RGB: (51,99,118)

Renk bilgisi

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

RGB renk modeli

#336376 color RGB value is (51,99,118).

  • kırmız ton 51;
  • yeşil ton 99;
  • mavi ton 118.
RGB:
(51,99,118)
(20%,39%,46%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 99 of 255 = 39%
B 118 of 255 = 46%

51
99
118

R + G + B ~ 35%. #336376 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 99 + 118 = 268 (100%)
R 51 of 268 ~ 19.03%
G 99 of 268 ~ 36.94%
B 118 of 268 ~ 44.03%

%19.03
%36.94
%44.03

CMYK RENK MODELİ

#336376 rengi CMYK tonu (57,16,0,54).

  • camgöbeği tonu 56.78%
  • eflatun tonu 16.10%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(57,16,0,54)
C57M16Y0K54 
(57%,16%,0%,54%)
(0.57/0.16/0.00/0.54)	

CMYK yüzdeleri

%56.78
%16.1
%0
%53.73

Codes

Color #336376 in popluar color models

336376
RGB5199118
HSL197°39.64%33.14%
HSB/HSV197°56.78%46.27%
CMYK56.78%16.10%0.00%
53.73%

Color #336376 in popluar number systems.

HEX336376
Decimal5199118
Binary11001111000111110110
Octal63143166

Shades and tints

Shades of #336376

#336376
(51,99,118)
#2F5A6C
(47,90,108)
#2B5162
(43,81,98)
#274858
(39,72,88)
#233F4E
(35,63,78)
#1F3644
(31,54,68)
#1B2D3A
(27,45,58)
#172430
(23,36,48)
#131B26
(19,27,38)
#0F121C
(15,18,28)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #336376

#336376
(51,99,118)
#457182
(69,113,130)
#577F8E
(87,127,142)
#698D9A
(105,141,154)
#7B9BA6
(123,155,166)
#8DA9B2
(141,169,178)
#9FB7BE
(159,183,190)
#B1C5CA
(177,197,202)
#C3D3D6
(195,211,214)
#D5E1E2
(213,225,226)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336376 color. Also use rgb(51,99,118) instead hex code.

Text Font Color

.myTextColor { color: #336376; }

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

This text font color is #336376.


Background Color

.myBgColor { background-color: #336376; }

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

This div background color is #336376.


Border color

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

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

This div border color is #336376.


Opacity

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

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

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

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

This text has shadow with #336376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #336376 on black background.


Color preview on white background

This text has color #336376 on white background.



Black color preview on #336376 background

This text has black color on #336376 background.


White color preview on #336376 background

This text has white color on #336376 background.