COLOR #647A40

HEX: #647A40 RGB: (100,122,64)

Color info

#647A40 contains red, green and blue colors in about the same proportion. Web safe color of #647A40 is #666633 (or #663).

RGB color model

#647A40 color RGB value is (100,122,64).

RGB: (100,122,64) (39%, 48%, 25%)

RGB channels and saturation

R 100 of 255 = 39%
G 122 of 255 = 48%
B 64 of 255 = 25%

100
122
64

R + G + B ~ 37%. #647A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 122 + 64 = 286 (100%)
R 100 of 286 ~ 34.97%
G 122 of 286 ~ 42.66%
B 64 of 286 ~ 22.38'%

%34.97
%42.66
%22.38

CMYK color model

#647A40 color CMYK value is (18,0,48,52).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 52.16%
CMYK: (18,0,48,52) C18M0Y48K52 (18%,0%,48%,52%) (0.18/0.00/0.48/0.52) 

CMYK percentages

%18.03
%0
%47.54
%52.16

Codes

Color #647A40 in popluar color models

64 7A 40
RGB 100 122 64
HSL 83° 31.18% 36.47%
HSB/HSV 83° 47.54% 47.84%
CMYK 18.03% 0.00% 47.54%
52.16%

Color #647A40 in popluar number systems.

HEX 64 7A 40
Decimal 100 122 64
Binary 1100100 1111010 1000000
Octal 144 172 100

Shades and tints

Shades of #647A40

#647A40
(100,122,64)
#5B6F3B
(91,111,59)
#526436
(82,100,54)
#495931
(73,89,49)
#404E2C
(64,78,44)
#374327
(55,67,39)
#2E3822
(46,56,34)
#252D1D
(37,45,29)
#1C2218
(28,34,24)
#131713
(19,23,19)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #647A40

#647A40
(100,122,64)
#728651
(114,134,81)
#809262
(128,146,98)
#8E9E73
(142,158,115)
#9CAA84
(156,170,132)
#AAB695
(170,182,149)
#B8C2A6
(184,194,166)
#C6CEB7
(198,206,183)
#D4DAC8
(212,218,200)
#E2E6D9
(226,230,217)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647A40; }

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

This text font color is #647A40.

Background Color

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

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

This div background color is #647A40.

Border color

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

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

This div border color is #647A40.

Opacity

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

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

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

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

This text has shadow with #647A40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647A40.

Preview

Color preview on black background

This text has color #647A40 on black background.


Color preview on white background

This text has color #647A40 on white background.


Black color preview on #647A40 background

This text has black color on #647A40 background.


White color preview on #647A40 background

This text has white color on #647A40 background.


Related colors

Complementary color

Complementary color for #hex is #9B85BF.


I love getcolorcode.com

Triadic colors

1 #40647A and #7A4064 with #647A40 are triadic colors.

2 #407A64 and #7A6440 with #647A40 are triadic colors.