COLOR #647E40

HEX: #647E40 RGB: (100,126,64)

Color info

#647E40 contains mainly red and green colors. Web safe color of #647E40 is #666633 (or #663).

RGB color model

#647E40 color RGB value is (100,126,64).

RGB: (100,126,64) (39%, 49%, 25%)

RGB channels and saturation

R 100 of 255 = 39%
G 126 of 255 = 49%
B 64 of 255 = 25%

100
126
64

R + G + B ~ 38%. #647E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 126 + 64 = 290 (100%)
R 100 of 290 ~ 34.48%
G 126 of 290 ~ 43.45%
B 64 of 290 ~ 22.07'%

%34.48
%43.45
%22.07

CMYK color model

#647E40 color CMYK value is (21,0,49,51).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 49.21%
  • key color value is 50.59%

CMYK: (21,0,49,51)
C21M0Y49K51 (21%, 0%, 49%, 51%)
(0.21 / 0.00 / 0.49 / 0.51)

CMYK percentages

%20.63
%0
%49.21
%50.59

Codes

Color #647E40 in popluar color models

64 7E 40
RGB 100 126 64
HSL 85° 32.63% 37.25%
HSB/HSV 85° 49.21% 49.41%
CMYK 20.63% 0.00% 49.21%
50.59%

Color #647E40 in popluar number systems.

HEX 64 7E 40
Decimal 100 126 64
Binary 1100100 1111110 1000000
Octal 144 176 100

Shades and tints

Shades of #647E40

#647E40
(100,126,64)
#5B733B
(91,115,59)
#526836
(82,104,54)
#495D31
(73,93,49)
#40522C
(64,82,44)
#374727
(55,71,39)
#2E3C22
(46,60,34)
#25311D
(37,49,29)
#1C2618
(28,38,24)
#131B13
(19,27,19)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #647E40

#647E40
(100,126,64)
#728951
(114,137,81)
#809462
(128,148,98)
#8E9F73
(142,159,115)
#9CAA84
(156,170,132)
#AAB595
(170,181,149)
#B8C0A6
(184,192,166)
#C6CBB7
(198,203,183)
#D4D6C8
(212,214,200)
#E2E1D9
(226,225,217)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647E40 color. Also use rgb(100,126,64) instead hex code.

Text Font Color

.myTextColor { color: #647E40; }

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

This text font color is #647E40.

Background Color

.myBgColor { background-color: #647E40; }

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

This div background color is #647E40.

Border color

.myBorderColor { border: 1px solid #647E40; }

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

This div border color is #647E40.

Opacity

.myOpacity80 { color: #647E40; opacity: 0.8; }

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

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

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

This text has shadow with #647E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647E40.

Preview

Color preview on black background

This text has color #647E40 on black background.


Color preview on white background

This text has color #647E40 on white background.


Black color preview on #647E40 background

This text has black color on #647E40 background.


White color preview on #647E40 background

This text has white color on #647E40 background.


Related colors

Complementary color

Complementary color for #hex is #9B81BF.


I love getcolorcode.com

Triadic colors

1 #40647E and #7E4064 with #647E40 are triadic colors.

2 #407E64 and #7E6440 with #647E40 are triadic colors.