COLOR #648D40

HEX: #648D40
RGB: (100,141,64)

Color info

#648D40 contains mainly red and green colors. Web safe color of #648D40 is #669933 (or #693).

RGB color model

#648D40 color RGB value is (100,141,64).

  • red value is 100;
  • green value is 141;
  • blue value is 64.
RGB:
(100,141,64)
(39%,55%,25%)

RGB channels and saturation

R 100 of 255 = 39%
G 141 of 255 = 55%
B 64 of 255 = 25%

100
141
64

R + G + B ~ 40%. #648D40 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 141 + 64 = 305 (100%)
R 100 of 305 ~ 32.79%
G 141 of 305 ~ 46.23%
B 64 of 305 ~ 20.98%

%32.79
%46.23
%20.98

CMYK color model

#648D40 color CMYK value is (29,0,55,45).

  • cyan value is 29.08%
  • magenta value is 0.00%
  • yellow value is 54.61%
  • key color value is 44.71%
CMYK:
(29,0,55,45)
C29M0Y55K45 
(29%,0%,55%,45%)
(0.29/0.00/0.55/0.45)	

CMYK percentages

%29.08
%0
%54.61
%44.71

Codes

Color #648D40 in popluar color models

648D40
RGB10014164
HSL92°37.56%40.20%
HSB/HSV92°54.61%55.29%
CMYK29.08%0.00%54.61%
44.71%

Color #648D40 in popluar number systems.

HEX648D40
Decimal10014164
Binary1100100100011011000000
Octal144215100

Shades and tints

Shades of #648D40

#648D40
(100,141,64)
#5B813B
(91,129,59)
#527536
(82,117,54)
#496931
(73,105,49)
#405D2C
(64,93,44)
#375127
(55,81,39)
#2E4522
(46,69,34)
#25391D
(37,57,29)
#1C2D18
(28,45,24)
#132113
(19,33,19)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #648D40

#648D40
(100,141,64)
#729751
(114,151,81)
#80A162
(128,161,98)
#8EAB73
(142,171,115)
#9CB584
(156,181,132)
#AABF95
(170,191,149)
#B8C9A6
(184,201,166)
#C6D3B7
(198,211,183)
#D4DDC8
(212,221,200)
#E2E7D9
(226,231,217)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #648D40 color. Also use rgb(100,141,64) instead hex code.

Text Font Color

.myTextColor { color: #648D40; }

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

This text font color is #648D40.


Background Color

.myBgColor { background-color: #648D40; }

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

This div background color is #648D40.


Border color

.myBorderColor { border: 1px solid #648D40; }

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

This div border color is #648D40.


Opacity

.myOpacity80 { color: #648D40; opacity: 0.8; }

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

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

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

This text has shadow with #648D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #648D40 on black background.


Color preview on white background

This text has color #648D40 on white background.



Black color preview on #648D40 background

This text has black color on #648D40 background.


White color preview on #648D40 background

This text has white color on #648D40 background.