COLOR #647149

HEX: #647149
RGB: (100,113,73)

Color info

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

RGB color model

#647149 color RGB value is (100,113,73).

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

RGB channels and saturation

R 100 of 255 = 39%
G 113 of 255 = 44%
B 73 of 255 = 29%

100
113
73

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

Portions of RGB colors in percentages

R + G + B =
100 + 113 + 73 = 286 (100%)
R 100 of 286 ~ 34.97%
G 113 of 286 ~ 39.51%
B 73 of 286 ~ 25.52%

%34.97
%39.51
%25.52

CMYK color model

#647149 color CMYK value is (12,0,35,56).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 35.40%
  • key color value is 55.69%
CMYK:
(12,0,35,56)
C12M0Y35K56 
(12%,0%,35%,56%)
(0.12/0.00/0.35/0.56)	

CMYK percentages

%11.5
%0
%35.4
%55.69

Codes

Color #647149 in popluar color models

647149
RGB10011373
HSL80°21.51%36.47%
HSB/HSV80°35.40%44.31%
CMYK11.50%0.00%35.40%
55.69%

Color #647149 in popluar number systems.

HEX647149
Decimal10011373
Binary110010011100011001001
Octal144161111

Shades and tints

Shades of #647149

#647149
(100,113,73)
#5B6743
(91,103,67)
#525D3D
(82,93,61)
#495337
(73,83,55)
#404931
(64,73,49)
#373F2B
(55,63,43)
#2E3525
(46,53,37)
#252B1F
(37,43,31)
#1C2119
(28,33,25)
#131713
(19,23,19)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #647149

#647149
(100,113,73)
#727D59
(114,125,89)
#808969
(128,137,105)
#8E9579
(142,149,121)
#9CA189
(156,161,137)
#AAAD99
(170,173,153)
#B8B9A9
(184,185,169)
#C6C5B9
(198,197,185)
#D4D1C9
(212,209,201)
#E2DDD9
(226,221,217)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647149; }

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

This text font color is #647149.


Background Color

.myBgColor { background-color: #647149; }

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

This div background color is #647149.


Border color

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

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

This div border color is #647149.


Opacity

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

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

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

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

This text has shadow with #647149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647149 on black background.


Color preview on white background

This text has color #647149 on white background.



Black color preview on #647149 background

This text has black color on #647149 background.


White color preview on #647149 background

This text has white color on #647149 background.