COLOR #064415

HEX: #064415
RGB: (6,68,21)

Color info

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

RGB color model

#064415 color RGB value is (6,68,21).

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

RGB channels and saturation

R 6 of 255 = 2%
G 68 of 255 = 27%
B 21 of 255 = 8%

6
68
21

R + G + B ~ 12%. #064415 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 68 + 21 = 95 (100%)
R 6 of 95 ~ 6.32%
G 68 of 95 ~ 71.58%
B 21 of 95 ~ 22.11%

%71.58
%22.11

CMYK color model

#064415 color CMYK value is (91,0,69,73).

  • cyan value is 91.18%
  • magenta value is 0.00%
  • yellow value is 69.12%
  • key color value is 73.33%
CMYK:
(91,0,69,73)
C91M0Y69K73 
(91%,0%,69%,73%)
(0.91/0.00/0.69/0.73)	

CMYK percentages

%91.18
%0
%69.12
%73.33

Codes

Color #064415 in popluar color models

064415
RGB66821
HSL135°83.78%14.51%
HSB/HSV135°91.18%26.67%
CMYK91.18%0.00%69.12%
73.33%

Color #064415 in popluar number systems.

HEX064415
Decimal66821
Binary110100010010101
Octal610425

Shades and tints

Shades of #064415

#064415
(6,68,21)
#063E14
(6,62,20)
#063813
(6,56,19)
#063212
(6,50,18)
#062C11
(6,44,17)
#062610
(6,38,16)
#06200F
(6,32,15)
#061A0E
(6,26,14)
#06140D
(6,20,13)
#060E0C
(6,14,12)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #064415

#064415
(6,68,21)
#1C552A
(28,85,42)
#32663F
(50,102,63)
#487754
(72,119,84)
#5E8869
(94,136,105)
#74997E
(116,153,126)
#8AAA93
(138,170,147)
#A0BBA8
(160,187,168)
#B6CCBD
(182,204,189)
#CCDDD2
(204,221,210)
#E2EEE7
(226,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064415; }

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

This text font color is #064415.


Background Color

.myBgColor { background-color: #064415; }

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

This div background color is #064415.


Border color

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

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

This div border color is #064415.


Opacity

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

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

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

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

This text has shadow with #064415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064415 on black background.


Color preview on white background

This text has color #064415 on white background.



Black color preview on #064415 background

This text has black color on #064415 background.


White color preview on #064415 background

This text has white color on #064415 background.