COLOR #064C0B

HEX: #064C0B
RGB: (6,76,11)

Color info

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

RGB color model

#064C0B color RGB value is (6,76,11).

  • red value is 6;
  • green value is 76;
  • blue value is 11.
RGB:
(6,76,11)
(2%,30%,4%)

RGB channels and saturation

R 6 of 255 = 2%
G 76 of 255 = 30%
B 11 of 255 = 4%

6
76
11

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

Portions of RGB colors in percentages

R + G + B =
6 + 76 + 11 = 93 (100%)
R 6 of 93 ~ 6.45%
G 76 of 93 ~ 81.72%
B 11 of 93 ~ 11.83%

%81.72
%11.83

CMYK color model

#064C0B color CMYK value is (92,0,86,70).

  • cyan value is 92.11%
  • magenta value is 0.00%
  • yellow value is 85.53%
  • key color value is 70.20%
CMYK:
(92,0,86,70)
C92M0Y86K70 
(92%,0%,86%,70%)
(0.92/0.00/0.86/0.70)	

CMYK percentages

%92.11
%0
%85.53
%70.2

Codes

Color #064C0B in popluar color models

064C0B
RGB67611
HSL124°85.37%16.08%
HSB/HSV124°92.11%29.80%
CMYK92.11%0.00%85.53%
70.20%

Color #064C0B in popluar number systems.

HEX064C0B
Decimal67611
Binary11010011001011
Octal611413

Shades and tints

Shades of #064C0B

#064C0B
(6,76,11)
#06460A
(6,70,10)
#064009
(6,64,9)
#063A08
(6,58,8)
#063407
(6,52,7)
#062E06
(6,46,6)
#062805
(6,40,5)
#062204
(6,34,4)
#061C03
(6,28,3)
#061602
(6,22,2)
#061001
(6,16,1)
#000000
(0,0,0)

Tints of #064C0B

#064C0B
(6,76,11)
#1C5C21
(28,92,33)
#326C37
(50,108,55)
#487C4D
(72,124,77)
#5E8C63
(94,140,99)
#749C79
(116,156,121)
#8AAC8F
(138,172,143)
#A0BCA5
(160,188,165)
#B6CCBB
(182,204,187)
#CCDCD1
(204,220,209)
#E2ECE7
(226,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064C0B color. Also use rgb(6,76,11) instead hex code.

Text Font Color

.myTextColor { color: #064C0B; }

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

This text font color is #064C0B.


Background Color

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

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

This div background color is #064C0B.


Border color

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

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

This div border color is #064C0B.


Opacity

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

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

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

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

This text has shadow with #064C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #064C0B on black background.


Color preview on white background

This text has color #064C0B on white background.



Black color preview on #064C0B background

This text has black color on #064C0B background.


White color preview on #064C0B background

This text has white color on #064C0B background.