COLOR #064A1D

HEX: #064A1D
RGB: (6,74,29)

Color info

#064A1D contains mainly green and blue colors. Web safe color of #064A1D is #003333 (or #033).

RGB color model

#064A1D color RGB value is (6,74,29).

  • red value is 6;
  • green value is 74;
  • blue value is 29.
RGB:
(6,74,29)
(2%,29%,11%)

RGB channels and saturation

R 6 of 255 = 2%
G 74 of 255 = 29%
B 29 of 255 = 11%

6
74
29

R + G + B ~ 14%. #064A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 74 + 29 = 109 (100%)
R 6 of 109 ~ 5.5%
G 74 of 109 ~ 67.89%
B 29 of 109 ~ 26.61%

%67.89
%26.61

CMYK color model

#064A1D color CMYK value is (92,0,61,71).

  • cyan value is 91.89%
  • magenta value is 0.00%
  • yellow value is 60.81%
  • key color value is 70.98%
CMYK:
(92,0,61,71)
C92M0Y61K71 
(92%,0%,61%,71%)
(0.92/0.00/0.61/0.71)	

CMYK percentages

%91.89
%0
%60.81
%70.98

Codes

Color #064A1D in popluar color models

064A1D
RGB67429
HSL140°85.00%15.69%
HSB/HSV140°91.89%29.02%
CMYK91.89%0.00%60.81%
70.98%

Color #064A1D in popluar number systems.

HEX064A1D
Decimal67429
Binary110100101011101
Octal611235

Shades and tints

Shades of #064A1D

#064A1D
(6,74,29)
#06441B
(6,68,27)
#063E19
(6,62,25)
#063817
(6,56,23)
#063215
(6,50,21)
#062C13
(6,44,19)
#062611
(6,38,17)
#06200F
(6,32,15)
#061A0D
(6,26,13)
#06140B
(6,20,11)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #064A1D

#064A1D
(6,74,29)
#1C5A31
(28,90,49)
#326A45
(50,106,69)
#487A59
(72,122,89)
#5E8A6D
(94,138,109)
#749A81
(116,154,129)
#8AAA95
(138,170,149)
#A0BAA9
(160,186,169)
#B6CABD
(182,202,189)
#CCDAD1
(204,218,209)
#E2EAE5
(226,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064A1D color. Also use rgb(6,74,29) instead hex code.

Text Font Color

.myTextColor { color: #064A1D; }

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

This text font color is #064A1D.


Background Color

.myBgColor { background-color: #064A1D; }

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

This div background color is #064A1D.


Border color

.myBorderColor { border: 1px solid #064A1D; }

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

This div border color is #064A1D.


Opacity

.myOpacity80 { color: #064A1D; opacity: 0.8; }

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

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

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

This text has shadow with #064A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064A1D on black background.


Color preview on white background

This text has color #064A1D on white background.



Black color preview on #064A1D background

This text has black color on #064A1D background.


White color preview on #064A1D background

This text has white color on #064A1D background.