COLOR #064205

HEX: #064205
RGB: (6,66,5)

Color info

#064205 contains mainly green color. Web safe color of #064205 is #003300 (or #030).

RGB color model

#064205 color RGB value is (6,66,5).

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

RGB channels and saturation

R 6 of 255 = 2%
G 66 of 255 = 26%
B 5 of 255 = 2%

6
66
5

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

Portions of RGB colors in percentages

R + G + B =
6 + 66 + 5 = 77 (100%)
R 6 of 77 ~ 7.79%
G 66 of 77 ~ 85.71%
B 5 of 77 ~ 6.49%

%85.71

CMYK color model

#064205 color CMYK value is (91,0,92,74).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 92.42%
  • key color value is 74.12%
CMYK:
(91,0,92,74)
C91M0Y92K74 
(91%,0%,92%,74%)
(0.91/0.00/0.92/0.74)	

CMYK percentages

%90.91
%0
%92.42
%74.12

Codes

Color #064205 in popluar color models

064205
RGB6665
HSL119°85.92%13.92%
HSB/HSV119°92.42%25.88%
CMYK90.91%0.00%92.42%
74.12%

Color #064205 in popluar number systems.

HEX064205
Decimal6665
Binary1101000010101
Octal61025

Shades and tints

Shades of #064205

#064205
(6,66,5)
#063C05
(6,60,5)
#063605
(6,54,5)
#063005
(6,48,5)
#062A05
(6,42,5)
#062405
(6,36,5)
#061E05
(6,30,5)
#061805
(6,24,5)
#061205
(6,18,5)
#060C05
(6,12,5)
#060605
(6,6,5)
#000000
(0,0,0)

Tints of #064205

#064205
(6,66,5)
#1C531B
(28,83,27)
#326431
(50,100,49)
#487547
(72,117,71)
#5E865D
(94,134,93)
#749773
(116,151,115)
#8AA889
(138,168,137)
#A0B99F
(160,185,159)
#B6CAB5
(182,202,181)
#CCDBCB
(204,219,203)
#E2ECE1
(226,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064205; }

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

This text font color is #064205.


Background Color

.myBgColor { background-color: #064205; }

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

This div background color is #064205.


Border color

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

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

This div border color is #064205.


Opacity

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

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

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

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

This text has shadow with #064205 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064205 on black background.


Color preview on white background

This text has color #064205 on white background.



Black color preview on #064205 background

This text has black color on #064205 background.


White color preview on #064205 background

This text has white color on #064205 background.