COLOR #064313

HEX: #064313 RGB: (6,67,19)

Color info

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

RGB color model

#064313 color RGB value is (6,67,19).

RGB: (6,67,19) (2%, 26%, 7%)

RGB channels and saturation

R 6 of 255 = 2%
G 67 of 255 = 26%
B 19 of 255 = 7%

6
67
19

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

Portions of RGB colors in percentages

R + G + B = 6 + 67 + 19 = 92 (100%)
R 6 of 92 ~ 6.52%
G 67 of 92 ~ 72.83%
B 19 of 92 ~ 20.65'%

%72.83
%20.65

CMYK color model

#064313 color CMYK value is (91,0,72,74).

  • cyan value is 91.04%
  • magenta value is 0.00%
  • yellow value is 71.64%
  • key color value is 73.73%

CMYK: (91,0,72,74)
C91M0Y72K74 (91%, 0%, 72%, 74%)
(0.91 / 0.00 / 0.72 / 0.74)

CMYK percentages

%91.04
%0
%71.64
%73.73

Codes

Color #064313 in popluar color models

06 43 13
RGB 6 67 19
HSL 133° 83.56% 14.31%
HSB/HSV 133° 91.04% 26.27%
CMYK 91.04% 0.00% 71.64%
73.73%

Color #064313 in popluar number systems.

HEX 06 43 13
Decimal 6 67 19
Binary 110 1000011 10011
Octal 6 103 23

Shades and tints

Shades of #064313

#064313
(6,67,19)
#063D12
(6,61,18)
#063711
(6,55,17)
#063110
(6,49,16)
#062B0F
(6,43,15)
#06250E
(6,37,14)
#061F0D
(6,31,13)
#06190C
(6,25,12)
#06130B
(6,19,11)
#060D0A
(6,13,10)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #064313

#064313
(6,67,19)
#1C5428
(28,84,40)
#32653D
(50,101,61)
#487652
(72,118,82)
#5E8767
(94,135,103)
#74987C
(116,152,124)
#8AA991
(138,169,145)
#A0BAA6
(160,186,166)
#B6CBBB
(182,203,187)
#CCDCD0
(204,220,208)
#E2EDE5
(226,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064313 color. Also use rgb(6,67,19) instead hex code.

Text Font Color

.myTextColor { color: #064313; }

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

This text font color is #064313.

Background Color

.myBgColor { background-color: #064313; }

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

This div background color is #064313.

Border color

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

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

This div border color is #064313.

Opacity

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

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

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

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

This text has shadow with #064313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064313.

Preview

Color preview on black background

This text has color #064313 on black background.


Color preview on white background

This text has color #064313 on white background.


Black color preview on #064313 background

This text has black color on #064313 background.


White color preview on #064313 background

This text has white color on #064313 background.


Related colors

Complementary color

Complementary color for #hex is #F9BCEC.


I love getcolorcode.com

Triadic colors

1 #130643 and #431306 with #064313 are triadic colors.

2 #134306 and #430613 with #064313 are triadic colors.