COLOR #004966

HEX: #004966
RGB: (0,73,102)

Renk bilgisi

#004966 contains only green and blue colors. #004966 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#004966 color RGB value is (0,73,102).

  • kırmız ton 0;
  • yeşil ton 73;
  • mavi ton 102.
RGB:
(0,73,102)
(0%,29%,40%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 73 of 255 = 29%
B 102 of 255 = 40%

0
73
102

R + G + B ~ 23%. #004966 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 73 + 102 = 175 (100%)
R 0 of 175 ~ 0%
G 73 of 175 ~ 41.71%
B 102 of 175 ~ 58.29%

%41.71
%58.29

CMYK RENK MODELİ

#004966 rengi CMYK tonu (100,28,0,60).

  • camgöbeği tonu 100.00%
  • eflatun tonu 28.43%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(100,28,0,60)
C100M28Y0K60 
(100%,28%,0%,60%)
(1.00/0.28/0.00/0.60)	

CMYK yüzdeleri

%100
%28.43
%0
%60

Codes

Color #004966 in popluar color models

004966
RGB073102
HSL197°100.00%20.00%
HSB/HSV197°100.00%40.00%
CMYK100.00%28.43%0.00%
60.00%

Color #004966 in popluar number systems.

HEX004966
Decimal073102
Binary010010011100110
Octal0111146

Shades and tints

Shades of #004966

#004966
(0,73,102)
#00435D
(0,67,93)
#003D54
(0,61,84)
#00374B
(0,55,75)
#003142
(0,49,66)
#002B39
(0,43,57)
#002530
(0,37,48)
#001F27
(0,31,39)
#00191E
(0,25,30)
#001315
(0,19,21)
#000D0C
(0,13,12)
#000000
(0,0,0)

Tints of #004966

#004966
(0,73,102)
#175973
(23,89,115)
#2E6980
(46,105,128)
#45798D
(69,121,141)
#5C899A
(92,137,154)
#7399A7
(115,153,167)
#8AA9B4
(138,169,180)
#A1B9C1
(161,185,193)
#B8C9CE
(184,201,206)
#CFD9DB
(207,217,219)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004966 color. Also use rgb(0,73,102) instead hex code.

Text Font Color

.myTextColor { color: #004966; }

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

This text font color is #004966.


Background Color

.myBgColor { background-color: #004966; }

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

This div background color is #004966.


Border color

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

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

This div border color is #004966.


Opacity

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

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

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

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

This text has shadow with #004966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004966 on black background.


Color preview on white background

This text has color #004966 on white background.



Black color preview on #004966 background

This text has black color on #004966 background.


White color preview on #004966 background

This text has white color on #004966 background.