COLOR #064100

HEX: #064100
RGB: (6,65,0)

Color info

#064100 contains only red and green colors. Web safe color of #064100 is #003300 (or #030).

RGB color model

#064100 color RGB value is (6,65,0).

  • red value is 6;
  • green value is 65;
  • blue value is 0.
RGB:
(6,65,0)
(2%,25%,0%)

RGB channels and saturation

R 6 of 255 = 2%
G 65 of 255 = 25%
B 0 of 255 = 0%

6
65
0

R + G + B ~ 9%. #064100 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 65 + 0 = 71 (100%)
R 6 of 71 ~ 8.45%
G 65 of 71 ~ 91.55%
B 0 of 71 ~ 0%

%91.55

CMYK color model

#064100 color CMYK value is (91,0,100,75).

  • cyan value is 90.77%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 74.51%
CMYK:
(91,0,100,75)
C91M0Y100K75 
(91%,0%,100%,75%)
(0.91/0.00/1.00/0.75)	

CMYK percentages

%90.77
%0
%100
%74.51

Codes

Color #064100 in popluar color models

064100
RGB6650
HSL114°100.00%12.75%
HSB/HSV114°100.00%25.49%
CMYK90.77%0.00%100.00%
74.51%

Color #064100 in popluar number systems.

HEX064100
Decimal6650
Binary11010000010
Octal61010

Shades and tints

Shades of #064100

#064100
(6,65,0)
#063C00
(6,60,0)
#063700
(6,55,0)
#063200
(6,50,0)
#062D00
(6,45,0)
#062800
(6,40,0)
#062300
(6,35,0)
#061E00
(6,30,0)
#061900
(6,25,0)
#061400
(6,20,0)
#060F00
(6,15,0)
#000000
(0,0,0)

Tints of #064100

#064100
(6,65,0)
#1C5217
(28,82,23)
#32632E
(50,99,46)
#487445
(72,116,69)
#5E855C
(94,133,92)
#749673
(116,150,115)
#8AA78A
(138,167,138)
#A0B8A1
(160,184,161)
#B6C9B8
(182,201,184)
#CCDACF
(204,218,207)
#E2EBE6
(226,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064100 color. Also use rgb(6,65,0) instead hex code.

Text Font Color

.myTextColor { color: #064100; }

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

This text font color is #064100.


Background Color

.myBgColor { background-color: #064100; }

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

This div background color is #064100.


Border color

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

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

This div border color is #064100.


Opacity

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

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

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

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

This text has shadow with #064100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064100 on black background.


Color preview on white background

This text has color #064100 on white background.



Black color preview on #064100 background

This text has black color on #064100 background.


White color preview on #064100 background

This text has white color on #064100 background.