COLOR #002009

HEX: #002009
RGB: (0,32,9)

Renk bilgisi

#002009 contains only green and blue colors. #002009 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#002009 color RGB value is (0,32,9).

  • kırmız ton 0;
  • yeşil ton 32;
  • mavi ton 9.
RGB:
(0,32,9)
(0%,13%,4%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 32 of 255 = 13%
B 9 of 255 = 4%

0
32
9

R + G + B ~ 6%. #002009 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 32 + 9 = 41 (100%)
R 0 of 41 ~ 0%
G 32 of 41 ~ 78.05%
B 9 of 41 ~ 21.95%

%78.05
%21.95

CMYK RENK MODELİ

#002009 rengi CMYK tonu (100,0,72,87).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 71.88%
  • ana renk tonu 87.45%
CMYK:
(100,0,72,87)
C100M0Y72K87 
(100%,0%,72%,87%)
(1.00/0.00/0.72/0.87)	

CMYK yüzdeleri

%100
%0
%71.88
%87.45

Codes

Color #002009 in popluar color models

002009
RGB0329
HSL137°100.00%6.27%
HSB/HSV137°100.00%12.55%
CMYK100.00%0.00%71.88%
87.45%

Color #002009 in popluar number systems.

HEX002009
Decimal0329
Binary01000001001
Octal04011

Shades and tints

Shades of #002009

#002009
(0,32,9)
#001E09
(0,30,9)
#001C09
(0,28,9)
#001A09
(0,26,9)
#001809
(0,24,9)
#001609
(0,22,9)
#001409
(0,20,9)
#001209
(0,18,9)
#001009
(0,16,9)
#000E09
(0,14,9)
#000C09
(0,12,9)
#000000
(0,0,0)

Tints of #002009

#002009
(0,32,9)
#17341F
(23,52,31)
#2E4835
(46,72,53)
#455C4B
(69,92,75)
#5C7061
(92,112,97)
#738477
(115,132,119)
#8A988D
(138,152,141)
#A1ACA3
(161,172,163)
#B8C0B9
(184,192,185)
#CFD4CF
(207,212,207)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002009 color. Also use rgb(0,32,9) instead hex code.

Text Font Color

.myTextColor { color: #002009; }

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

This text font color is #002009.


Background Color

.myBgColor { background-color: #002009; }

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

This div background color is #002009.


Border color

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

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

This div border color is #002009.


Opacity

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

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

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

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

This text has shadow with #002009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002009 on black background.


Color preview on white background

This text has color #002009 on white background.



Black color preview on #002009 background

This text has black color on #002009 background.


White color preview on #002009 background

This text has white color on #002009 background.