COLOR #649C4F

HEX: #649C4F RGB: (100,156,79)

Color info

#649C4F contains mainly red and green colors. Web safe color of #649C4F is #669966 (or #696).

RGB color model

#649C4F color RGB value is (100,156,79).

RGB: (100,156,79) (39%, 61%, 31%)

RGB channels and saturation

R 100 of 255 = 39%
G 156 of 255 = 61%
B 79 of 255 = 31%

100
156
79

R + G + B ~ 44%. #649C4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 156 + 79 = 335 (100%)
R 100 of 335 ~ 29.85%
G 156 of 335 ~ 46.57%
B 79 of 335 ~ 23.58'%

%29.85
%46.57
%23.58

CMYK color model

#649C4F color CMYK value is (36,0,49,39).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 49.36%
  • key color value is 38.82%

CMYK: (36,0,49,39)
C36M0Y49K39 (36%, 0%, 49%, 39%)
(0.36 / 0.00 / 0.49 / 0.39)

CMYK percentages

%35.9
%0
%49.36
%38.82

Codes

Color #649C4F in popluar color models

64 9C 4F
RGB 100 156 79
HSL 104° 32.77% 46.08%
HSB/HSV 104° 49.36% 61.18%
CMYK 35.90% 0.00% 49.36%
38.82%

Color #649C4F in popluar number systems.

HEX 64 9C 4F
Decimal 100 156 79
Binary 1100100 10011100 1001111
Octal 144 234 117

Shades and tints

Shades of #649C4F

#649C4F
(100,156,79)
#5B8E48
(91,142,72)
#528041
(82,128,65)
#49723A
(73,114,58)
#406433
(64,100,51)
#37562C
(55,86,44)
#2E4825
(46,72,37)
#253A1E
(37,58,30)
#1C2C17
(28,44,23)
#131E10
(19,30,16)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #649C4F

#649C4F
(100,156,79)
#72A55F
(114,165,95)
#80AE6F
(128,174,111)
#8EB77F
(142,183,127)
#9CC08F
(156,192,143)
#AAC99F
(170,201,159)
#B8D2AF
(184,210,175)
#C6DBBF
(198,219,191)
#D4E4CF
(212,228,207)
#E2EDDF
(226,237,223)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649C4F color. Also use rgb(100,156,79) instead hex code.

Text Font Color

.myTextColor { color: #649C4F; }

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

This text font color is #649C4F.

Background Color

.myBgColor { background-color: #649C4F; }

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

This div background color is #649C4F.

Border color

.myBorderColor { border: 1px solid #649C4F; }

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

This div border color is #649C4F.

Opacity

.myOpacity80 { color: #649C4F; opacity: 0.8; }

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

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

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

This text has shadow with #649C4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #649C4F.

Preview

Color preview on black background

This text has color #649C4F on black background.


Color preview on white background

This text has color #649C4F on white background.


Black color preview on #649C4F background

This text has black color on #649C4F background.


White color preview on #649C4F background

This text has white color on #649C4F background.


Related colors

Complementary color

Complementary color for #hex is #9B63B0.


I love getcolorcode.com

Triadic colors

1 #4F649C and #9C4F64 with #649C4F are triadic colors.

2 #4F9C64 and #9C644F with #649C4F are triadic colors.