COLOR #646947

HEX: #646947
RGB: (100,105,71)

Color info

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

RGB color model

#646947 color RGB value is (100,105,71).

  • red value is 100;
  • green value is 105;
  • blue value is 71.
RGB:
(100,105,71)
(39%,41%,28%)

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 71 of 255 = 28%

100
105
71

R + G + B ~ 36%. #646947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 105 + 71 = 276 (100%)
R 100 of 276 ~ 36.23%
G 105 of 276 ~ 38.04%
B 71 of 276 ~ 25.72%

%36.23
%38.04
%25.72

CMYK color model

#646947 color CMYK value is (5,0,32,59).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 58.82%
CMYK:
(5,0,32,59)
C5M0Y32K59 
(5%,0%,32%,59%)
(0.05/0.00/0.32/0.59)	

CMYK percentages

%4.76
%0
%32.38
%58.82

Codes

Color #646947 in popluar color models

646947
RGB10010571
HSL69°19.32%34.51%
HSB/HSV69°32.38%41.18%
CMYK4.76%0.00%32.38%
58.82%

Color #646947 in popluar number systems.

HEX646947
Decimal10010571
Binary110010011010011000111
Octal144151107

Shades and tints

Shades of #646947

#646947
(100,105,71)
#5B6041
(91,96,65)
#52573B
(82,87,59)
#494E35
(73,78,53)
#40452F
(64,69,47)
#373C29
(55,60,41)
#2E3323
(46,51,35)
#252A1D
(37,42,29)
#1C2117
(28,33,23)
#131811
(19,24,17)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #646947

#646947
(100,105,71)
#727657
(114,118,87)
#808367
(128,131,103)
#8E9077
(142,144,119)
#9C9D87
(156,157,135)
#AAAA97
(170,170,151)
#B8B7A7
(184,183,167)
#C6C4B7
(198,196,183)
#D4D1C7
(212,209,199)
#E2DED7
(226,222,215)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646947 color. Also use rgb(100,105,71) instead hex code.

Text Font Color

.myTextColor { color: #646947; }

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

This text font color is #646947.


Background Color

.myBgColor { background-color: #646947; }

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

This div background color is #646947.


Border color

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

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

This div border color is #646947.


Opacity

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

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

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

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

This text has shadow with #646947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646947 on black background.


Color preview on white background

This text has color #646947 on white background.



Black color preview on #646947 background

This text has black color on #646947 background.


White color preview on #646947 background

This text has white color on #646947 background.