COLOR #648006

HEX: #648006
RGB: (100,128,6)

Color info

#648006 contains mainly red and green colors. Web safe color of #648006 is #666600 (or #660).

RGB color model

#648006 color RGB value is (100,128,6).

  • red value is 100;
  • green value is 128;
  • blue value is 6.
RGB:
(100,128,6)
(39%,50%,2%)

RGB channels and saturation

R 100 of 255 = 39%
G 128 of 255 = 50%
B 6 of 255 = 2%

100
128
6

R + G + B ~ 30%. #648006 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 128 + 6 = 234 (100%)
R 100 of 234 ~ 42.74%
G 128 of 234 ~ 54.7%
B 6 of 234 ~ 2.56%

%42.74
%54.7

CMYK color model

#648006 color CMYK value is (22,0,95,50).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 95.31%
  • key color value is 49.80%
CMYK:
(22,0,95,50)
C22M0Y95K50 
(22%,0%,95%,50%)
(0.22/0.00/0.95/0.50)	

CMYK percentages

%21.88
%0
%95.31
%49.8

Codes

Color #648006 in popluar color models

648006
RGB1001286
HSL74°91.04%26.27%
HSB/HSV74°95.31%50.20%
CMYK21.88%0.00%95.31%
49.80%

Color #648006 in popluar number systems.

HEX648006
Decimal1001286
Binary110010010000000110
Octal1442006

Shades and tints

Shades of #648006

#648006
(100,128,6)
#5B7506
(91,117,6)
#526A06
(82,106,6)
#495F06
(73,95,6)
#405406
(64,84,6)
#374906
(55,73,6)
#2E3E06
(46,62,6)
#253306
(37,51,6)
#1C2806
(28,40,6)
#131D06
(19,29,6)
#0A1206
(10,18,6)
#000000
(0,0,0)

Tints of #648006

#648006
(100,128,6)
#728B1C
(114,139,28)
#809632
(128,150,50)
#8EA148
(142,161,72)
#9CAC5E
(156,172,94)
#AAB774
(170,183,116)
#B8C28A
(184,194,138)
#C6CDA0
(198,205,160)
#D4D8B6
(212,216,182)
#E2E3CC
(226,227,204)
#F0EEE2
(240,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648006 color. Also use rgb(100,128,6) instead hex code.

Text Font Color

.myTextColor { color: #648006; }

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

This text font color is #648006.


Background Color

.myBgColor { background-color: #648006; }

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

This div background color is #648006.


Border color

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

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

This div border color is #648006.


Opacity

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

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

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

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

This text has shadow with #648006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648006 on black background.


Color preview on white background

This text has color #648006 on white background.



Black color preview on #648006 background

This text has black color on #648006 background.


White color preview on #648006 background

This text has white color on #648006 background.