COLOR #064016

HEX: #064016
RGB: (6,64,22)

Color info

#064016 contains red, green and blue colors in about the same proportion. Web safe color of #064016 is #003300 (or #030).

RGB color model

#064016 color RGB value is (6,64,22).

  • red value is 6;
  • green value is 64;
  • blue value is 22.
RGB:
(6,64,22)
(2%,25%,9%)

RGB channels and saturation

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

6
64
22

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

Portions of RGB colors in percentages

R + G + B =
6 + 64 + 22 = 92 (100%)
R 6 of 92 ~ 6.52%
G 64 of 92 ~ 69.57%
B 22 of 92 ~ 23.91%

%69.57
%23.91

CMYK color model

#064016 color CMYK value is (91,0,66,75).

  • cyan value is 90.63%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 74.90%
CMYK:
(91,0,66,75)
C91M0Y66K75 
(91%,0%,66%,75%)
(0.91/0.00/0.66/0.75)	

CMYK percentages

%90.63
%0
%65.63
%74.9

Codes

Color #064016 in popluar color models

064016
RGB66422
HSL137°82.86%13.73%
HSB/HSV137°90.63%25.10%
CMYK90.63%0.00%65.63%
74.90%

Color #064016 in popluar number systems.

HEX064016
Decimal66422
Binary110100000010110
Octal610026

Shades and tints

Shades of #064016

#064016
(6,64,22)
#063B14
(6,59,20)
#063612
(6,54,18)
#063110
(6,49,16)
#062C0E
(6,44,14)
#06270C
(6,39,12)
#06220A
(6,34,10)
#061D08
(6,29,8)
#061806
(6,24,6)
#061304
(6,19,4)
#060E02
(6,14,2)
#000000
(0,0,0)

Tints of #064016

#064016
(6,64,22)
#1C512B
(28,81,43)
#326240
(50,98,64)
#487355
(72,115,85)
#5E846A
(94,132,106)
#74957F
(116,149,127)
#8AA694
(138,166,148)
#A0B7A9
(160,183,169)
#B6C8BE
(182,200,190)
#CCD9D3
(204,217,211)
#E2EAE8
(226,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064016; }

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

This text font color is #064016.


Background Color

.myBgColor { background-color: #064016; }

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

This div background color is #064016.


Border color

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

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

This div border color is #064016.


Opacity

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

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

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

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

This text has shadow with #064016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064016 on black background.


Color preview on white background

This text has color #064016 on white background.



Black color preview on #064016 background

This text has black color on #064016 background.


White color preview on #064016 background

This text has white color on #064016 background.