COLOR #003346

HEX: #003346
RGB: (0,51,70)

Renk bilgisi

#003346 contains only green and blue colors. #003346 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#003346 color RGB value is (0,51,70).

  • kırmız ton 0;
  • yeşil ton 51;
  • mavi ton 70.
RGB:
(0,51,70)
(0%,20%,27%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 51 of 255 = 20%
B 70 of 255 = 27%

0
51
70

R + G + B ~ 16%. #003346 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 51 + 70 = 121 (100%)
R 0 of 121 ~ 0%
G 51 of 121 ~ 42.15%
B 70 of 121 ~ 57.85%

%42.15
%57.85

CMYK RENK MODELİ

#003346 rengi CMYK tonu (100,27,0,73).

  • camgöbeği tonu 100.00%
  • eflatun tonu 27.14%
  • sarı tonu 0.00%
  • ana renk tonu 72.55%
CMYK:
(100,27,0,73)
C100M27Y0K73 
(100%,27%,0%,73%)
(1.00/0.27/0.00/0.73)	

CMYK yüzdeleri

%100
%27.14
%0
%72.55

Codes

Color #003346 in popluar color models

003346
RGB05170
HSL196°100.00%13.73%
HSB/HSV196°100.00%27.45%
CMYK100.00%27.14%0.00%
72.55%

Color #003346 in popluar number systems.

HEX003346
Decimal05170
Binary01100111000110
Octal063106

Shades and tints

Shades of #003346

#003346
(0,51,70)
#002F40
(0,47,64)
#002B3A
(0,43,58)
#002734
(0,39,52)
#00232E
(0,35,46)
#001F28
(0,31,40)
#001B22
(0,27,34)
#00171C
(0,23,28)
#001316
(0,19,22)
#000F10
(0,15,16)
#000B0A
(0,11,10)
#000000
(0,0,0)

Tints of #003346

#003346
(0,51,70)
#174556
(23,69,86)
#2E5766
(46,87,102)
#456976
(69,105,118)
#5C7B86
(92,123,134)
#738D96
(115,141,150)
#8A9FA6
(138,159,166)
#A1B1B6
(161,177,182)
#B8C3C6
(184,195,198)
#CFD5D6
(207,213,214)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003346 color. Also use rgb(0,51,70) instead hex code.

Text Font Color

.myTextColor { color: #003346; }

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

This text font color is #003346.


Background Color

.myBgColor { background-color: #003346; }

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

This div background color is #003346.


Border color

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

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

This div border color is #003346.


Opacity

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

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

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

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

This text has shadow with #003346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003346 on black background.


Color preview on white background

This text has color #003346 on white background.



Black color preview on #003346 background

This text has black color on #003346 background.


White color preview on #003346 background

This text has white color on #003346 background.