COLOR #064009

HEX: #064009
RGB: (6,64,9)

Renk bilgisi

#064009 contains red, green and blue colors in about the same proportion. #064009 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#064009 color RGB value is (6,64,9).

  • kırmız ton 6;
  • yeşil ton 64;
  • mavi ton 9.
RGB:
(6,64,9)
(2%,25%,4%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 64 of 255 = 25%
B 9 of 255 = 4%

6
64
9

R + G + B ~ 10%. #064009 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 64 + 9 = 79 (100%)
R 6 of 79 ~ 7.59%
G 64 of 79 ~ 81.01%
B 9 of 79 ~ 11.39%

%81.01
%11.39

CMYK RENK MODELİ

#064009 rengi CMYK tonu (91,0,86,75).

  • camgöbeği tonu 90.63%
  • eflatun tonu 0.00%
  • sarı tonu 85.94%
  • ana renk tonu 74.90%
CMYK:
(91,0,86,75)
C91M0Y86K75 
(91%,0%,86%,75%)
(0.91/0.00/0.86/0.75)	

CMYK yüzdeleri

%90.63
%0
%85.94
%74.9

Codes

Color #064009 in popluar color models

064009
RGB6649
HSL123°82.86%13.73%
HSB/HSV123°90.63%25.10%
CMYK90.63%0.00%85.94%
74.90%

Color #064009 in popluar number systems.

HEX064009
Decimal6649
Binary11010000001001
Octal610011

Shades and tints

Shades of #064009

#064009
(6,64,9)
#063B09
(6,59,9)
#063609
(6,54,9)
#063109
(6,49,9)
#062C09
(6,44,9)
#062709
(6,39,9)
#062209
(6,34,9)
#061D09
(6,29,9)
#061809
(6,24,9)
#061309
(6,19,9)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #064009

#064009
(6,64,9)
#1C511F
(28,81,31)
#326235
(50,98,53)
#48734B
(72,115,75)
#5E8461
(94,132,97)
#749577
(116,149,119)
#8AA68D
(138,166,141)
#A0B7A3
(160,183,163)
#B6C8B9
(182,200,185)
#CCD9CF
(204,217,207)
#E2EAE5
(226,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064009 color. Also use rgb(6,64,9) instead hex code.

Text Font Color

.myTextColor { color: #064009; }

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

This text font color is #064009.


Background Color

.myBgColor { background-color: #064009; }

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

This div background color is #064009.


Border color

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

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

This div border color is #064009.


Opacity

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

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

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

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

This text has shadow with #064009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064009 on black background.


Color preview on white background

This text has color #064009 on white background.



Black color preview on #064009 background

This text has black color on #064009 background.


White color preview on #064009 background

This text has white color on #064009 background.