COLOR #647D49

HEX: #647D49
RGB: (100,125,73)

Color info

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

RGB color model

#647D49 color RGB value is (100,125,73).

  • red value is 100;
  • green value is 125;
  • blue value is 73.
RGB:
(100,125,73)
(39%,49%,29%)

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 73 of 255 = 29%

100
125
73

R + G + B ~ 39%. #647D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 125 + 73 = 298 (100%)
R 100 of 298 ~ 33.56%
G 125 of 298 ~ 41.95%
B 73 of 298 ~ 24.5%

%33.56
%41.95
%24.5

CMYK color model

#647D49 color CMYK value is (20,0,42,51).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 41.60%
  • key color value is 50.98%
CMYK:
(20,0,42,51)
C20M0Y42K51 
(20%,0%,42%,51%)
(0.20/0.00/0.42/0.51)	

CMYK percentages

%20
%0
%41.6
%50.98

Codes

Color #647D49 in popluar color models

647D49
RGB10012573
HSL89°26.26%38.82%
HSB/HSV89°41.60%49.02%
CMYK20.00%0.00%41.60%
50.98%

Color #647D49 in popluar number systems.

HEX647D49
Decimal10012573
Binary110010011111011001001
Octal144175111

Shades and tints

Shades of #647D49

#647D49
(100,125,73)
#5B7243
(91,114,67)
#52673D
(82,103,61)
#495C37
(73,92,55)
#405131
(64,81,49)
#37462B
(55,70,43)
#2E3B25
(46,59,37)
#25301F
(37,48,31)
#1C2519
(28,37,25)
#131A13
(19,26,19)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #647D49

#647D49
(100,125,73)
#728859
(114,136,89)
#809369
(128,147,105)
#8E9E79
(142,158,121)
#9CA989
(156,169,137)
#AAB499
(170,180,153)
#B8BFA9
(184,191,169)
#C6CAB9
(198,202,185)
#D4D5C9
(212,213,201)
#E2E0D9
(226,224,217)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647D49; }

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

This text font color is #647D49.


Background Color

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

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

This div background color is #647D49.


Border color

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

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

This div border color is #647D49.


Opacity

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

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

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

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

This text has shadow with #647D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647D49 on black background.


Color preview on white background

This text has color #647D49 on white background.



Black color preview on #647D49 background

This text has black color on #647D49 background.


White color preview on #647D49 background

This text has white color on #647D49 background.