COLOR #647949

HEX: #647949 RGB: (100,121,73)

Color info

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

RGB color model

#647949 color RGB value is (100,121,73).

RGB: (100,121,73) (39%, 47%, 29%)

RGB channels and saturation

R 100 of 255 = 39%
G 121 of 255 = 47%
B 73 of 255 = 29%

100
121
73

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

Portions of RGB colors in percentages

R + G + B = 100 + 121 + 73 = 294 (100%)
R 100 of 294 ~ 34.01%
G 121 of 294 ~ 41.16%
B 73 of 294 ~ 24.83'%

%34.01
%41.16
%24.83

CMYK color model

#647949 color CMYK value is (17,0,40,53).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 39.67%
  • key color value is 52.55%

CMYK: (17,0,40,53)
C17M0Y40K53 (17%, 0%, 40%, 53%)
(0.17 / 0.00 / 0.40 / 0.53)

CMYK percentages

%17.36
%0
%39.67
%52.55

Codes

Color #647949 in popluar color models

64 79 49
RGB 100 121 73
HSL 86° 24.74% 38.04%
HSB/HSV 86° 39.67% 47.45%
CMYK 17.36% 0.00% 39.67%
52.55%

Color #647949 in popluar number systems.

HEX 64 79 49
Decimal 100 121 73
Binary 1100100 1111001 1001001
Octal 144 171 111

Shades and tints

Shades of #647949

#647949
(100,121,73)
#5B6E43
(91,110,67)
#52633D
(82,99,61)
#495837
(73,88,55)
#404D31
(64,77,49)
#37422B
(55,66,43)
#2E3725
(46,55,37)
#252C1F
(37,44,31)
#1C2119
(28,33,25)
#131613
(19,22,19)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #647949

#647949
(100,121,73)
#728559
(114,133,89)
#809169
(128,145,105)
#8E9D79
(142,157,121)
#9CA989
(156,169,137)
#AAB599
(170,181,153)
#B8C1A9
(184,193,169)
#C6CDB9
(198,205,185)
#D4D9C9
(212,217,201)
#E2E5D9
(226,229,217)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647949 color. Also use rgb(100,121,73) instead hex code.

Text Font Color

.myTextColor { color: #647949; }

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

This text font color is #647949.

Background Color

.myBgColor { background-color: #647949; }

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

This div background color is #647949.

Border color

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

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

This div border color is #647949.

Opacity

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

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

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

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

This text has shadow with #647949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647949.

Preview

Color preview on black background

This text has color #647949 on black background.


Color preview on white background

This text has color #647949 on white background.


Black color preview on #647949 background

This text has black color on #647949 background.


White color preview on #647949 background

This text has white color on #647949 background.


Related colors

Complementary color

Complementary color for #hex is #9B86B6.


I love getcolorcode.com

Triadic colors

1 #496479 and #794964 with #647949 are triadic colors.

2 #497964 and #796449 with #647949 are triadic colors.