COLOR #064409

HEX: #064409
RGB: (6,68,9)

Color info

#064409 contains mainly green and blue colors. Web safe color of #064409 is #003300 (or #030).

RGB color model

#064409 color RGB value is (6,68,9).

  • red value is 6;
  • green value is 68;
  • blue value is 9.
RGB:
(6,68,9)
(2%,27%,4%)

RGB channels and saturation

R 6 of 255 = 2%
G 68 of 255 = 27%
B 9 of 255 = 4%

6
68
9

R + G + B ~ 11%. #064409 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 68 + 9 = 83 (100%)
R 6 of 83 ~ 7.23%
G 68 of 83 ~ 81.93%
B 9 of 83 ~ 10.84%

%81.93
%10.84

CMYK color model

#064409 color CMYK value is (91,0,87,73).

  • cyan value is 91.18%
  • magenta value is 0.00%
  • yellow value is 86.76%
  • key color value is 73.33%
CMYK:
(91,0,87,73)
C91M0Y87K73 
(91%,0%,87%,73%)
(0.91/0.00/0.87/0.73)	

CMYK percentages

%91.18
%0
%86.76
%73.33

Codes

Color #064409 in popluar color models

064409
RGB6689
HSL123°83.78%14.51%
HSB/HSV123°91.18%26.67%
CMYK91.18%0.00%86.76%
73.33%

Color #064409 in popluar number systems.

HEX064409
Decimal6689
Binary11010001001001
Octal610411

Shades and tints

Shades of #064409

#064409
(6,68,9)
#063E09
(6,62,9)
#063809
(6,56,9)
#063209
(6,50,9)
#062C09
(6,44,9)
#062609
(6,38,9)
#062009
(6,32,9)
#061A09
(6,26,9)
#061409
(6,20,9)
#060E09
(6,14,9)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #064409

#064409
(6,68,9)
#1C551F
(28,85,31)
#326635
(50,102,53)
#48774B
(72,119,75)
#5E8861
(94,136,97)
#749977
(116,153,119)
#8AAA8D
(138,170,141)
#A0BBA3
(160,187,163)
#B6CCB9
(182,204,185)
#CCDDCF
(204,221,207)
#E2EEE5
(226,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064409; }

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

This text font color is #064409.


Background Color

.myBgColor { background-color: #064409; }

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

This div background color is #064409.


Border color

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

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

This div border color is #064409.


Opacity

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

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

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

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

This text has shadow with #064409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064409 on black background.


Color preview on white background

This text has color #064409 on white background.



Black color preview on #064409 background

This text has black color on #064409 background.


White color preview on #064409 background

This text has white color on #064409 background.