COLOR #647849

HEX: #647849
RGB: (100,120,73)

Color info

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

RGB color model

#647849 color RGB value is (100,120,73).

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

RGB channels and saturation

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

100
120
73

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

Portions of RGB colors in percentages

R + G + B =
100 + 120 + 73 = 293 (100%)
R 100 of 293 ~ 34.13%
G 120 of 293 ~ 40.96%
B 73 of 293 ~ 24.91%

%34.13
%40.96
%24.91

CMYK color model

#647849 color CMYK value is (17,0,39,53).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 39.17%
  • key color value is 52.94%
CMYK:
(17,0,39,53)
C17M0Y39K53 
(17%,0%,39%,53%)
(0.17/0.00/0.39/0.53)	

CMYK percentages

%16.67
%0
%39.17
%52.94

Codes

Color #647849 in popluar color models

647849
RGB10012073
HSL86°24.35%37.84%
HSB/HSV86°39.17%47.06%
CMYK16.67%0.00%39.17%
52.94%

Color #647849 in popluar number systems.

HEX647849
Decimal10012073
Binary110010011110001001001
Octal144170111

Shades and tints

Shades of #647849

#647849
(100,120,73)
#5B6E43
(91,110,67)
#52643D
(82,100,61)
#495A37
(73,90,55)
#405031
(64,80,49)
#37462B
(55,70,43)
#2E3C25
(46,60,37)
#25321F
(37,50,31)
#1C2819
(28,40,25)
#131E13
(19,30,19)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #647849

#647849
(100,120,73)
#728459
(114,132,89)
#809069
(128,144,105)
#8E9C79
(142,156,121)
#9CA889
(156,168,137)
#AAB499
(170,180,153)
#B8C0A9
(184,192,169)
#C6CCB9
(198,204,185)
#D4D8C9
(212,216,201)
#E2E4D9
(226,228,217)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647849; }

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

This text font color is #647849.


Background Color

.myBgColor { background-color: #647849; }

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

This div background color is #647849.


Border color

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

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

This div border color is #647849.


Opacity

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

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

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

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

This text has shadow with #647849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647849 on black background.


Color preview on white background

This text has color #647849 on white background.



Black color preview on #647849 background

This text has black color on #647849 background.


White color preview on #647849 background

This text has white color on #647849 background.