COLOR #064216

HEX: #064216
RGB: (6,66,22)

Color info

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

RGB color model

#064216 color RGB value is (6,66,22).

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

RGB channels and saturation

R 6 of 255 = 2%
G 66 of 255 = 26%
B 22 of 255 = 9%

6
66
22

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

Portions of RGB colors in percentages

R + G + B =
6 + 66 + 22 = 94 (100%)
R 6 of 94 ~ 6.38%
G 66 of 94 ~ 70.21%
B 22 of 94 ~ 23.4%

%70.21
%23.4

CMYK color model

#064216 color CMYK value is (91,0,67,74).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 74.12%
CMYK:
(91,0,67,74)
C91M0Y67K74 
(91%,0%,67%,74%)
(0.91/0.00/0.67/0.74)	

CMYK percentages

%90.91
%0
%66.67
%74.12

Codes

Color #064216 in popluar color models

064216
RGB66622
HSL136°83.33%14.12%
HSB/HSV136°90.91%25.88%
CMYK90.91%0.00%66.67%
74.12%

Color #064216 in popluar number systems.

HEX064216
Decimal66622
Binary110100001010110
Octal610226

Shades and tints

Shades of #064216

#064216
(6,66,22)
#063C14
(6,60,20)
#063612
(6,54,18)
#063010
(6,48,16)
#062A0E
(6,42,14)
#06240C
(6,36,12)
#061E0A
(6,30,10)
#061808
(6,24,8)
#061206
(6,18,6)
#060C04
(6,12,4)
#060602
(6,6,2)
#000000
(0,0,0)

Tints of #064216

#064216
(6,66,22)
#1C532B
(28,83,43)
#326440
(50,100,64)
#487555
(72,117,85)
#5E866A
(94,134,106)
#74977F
(116,151,127)
#8AA894
(138,168,148)
#A0B9A9
(160,185,169)
#B6CABE
(182,202,190)
#CCDBD3
(204,219,211)
#E2ECE8
(226,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064216; }

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

This text font color is #064216.


Background Color

.myBgColor { background-color: #064216; }

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

This div background color is #064216.


Border color

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

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

This div border color is #064216.


Opacity

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

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

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

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

This text has shadow with #064216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064216 on black background.


Color preview on white background

This text has color #064216 on white background.



Black color preview on #064216 background

This text has black color on #064216 background.


White color preview on #064216 background

This text has white color on #064216 background.