COLOR #647842

HEX: #647842
RGB: (100,120,66)

Color info

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

RGB color model

#647842 color RGB value is (100,120,66).

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

RGB channels and saturation

R 100 of 255 = 39%
G 120 of 255 = 47%
B 66 of 255 = 26%

100
120
66

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

Portions of RGB colors in percentages

R + G + B =
100 + 120 + 66 = 286 (100%)
R 100 of 286 ~ 34.97%
G 120 of 286 ~ 41.96%
B 66 of 286 ~ 23.08%

%34.97
%41.96
%23.08

CMYK color model

#647842 color CMYK value is (17,0,45,53).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(17,0,45,53)
C17M0Y45K53 
(17%,0%,45%,53%)
(0.17/0.00/0.45/0.53)	

CMYK percentages

%16.67
%0
%45
%52.94

Codes

Color #647842 in popluar color models

647842
RGB10012066
HSL82°29.03%36.47%
HSB/HSV82°45.00%47.06%
CMYK16.67%0.00%45.00%
52.94%

Color #647842 in popluar number systems.

HEX647842
Decimal10012066
Binary110010011110001000010
Octal144170102

Shades and tints

Shades of #647842

#647842
(100,120,66)
#5B6E3C
(91,110,60)
#526436
(82,100,54)
#495A30
(73,90,48)
#40502A
(64,80,42)
#374624
(55,70,36)
#2E3C1E
(46,60,30)
#253218
(37,50,24)
#1C2812
(28,40,18)
#131E0C
(19,30,12)
#0A1406
(10,20,6)
#000000
(0,0,0)

Tints of #647842

#647842
(100,120,66)
#728453
(114,132,83)
#809064
(128,144,100)
#8E9C75
(142,156,117)
#9CA886
(156,168,134)
#AAB497
(170,180,151)
#B8C0A8
(184,192,168)
#C6CCB9
(198,204,185)
#D4D8CA
(212,216,202)
#E2E4DB
(226,228,219)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647842; }

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

This text font color is #647842.


Background Color

.myBgColor { background-color: #647842; }

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

This div background color is #647842.


Border color

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

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

This div border color is #647842.


Opacity

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

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

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

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

This text has shadow with #647842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647842 on black background.


Color preview on white background

This text has color #647842 on white background.



Black color preview on #647842 background

This text has black color on #647842 background.


White color preview on #647842 background

This text has white color on #647842 background.