COLOR #647C56

HEX: #647C56
RGB: (100,124,86)

Color info

#647C56 contains red, green and blue colors in about the same proportion. Web safe color of #647C56 is #666666 (or #666).

RGB color model

#647C56 color RGB value is (100,124,86).

  • red value is 100;
  • green value is 124;
  • blue value is 86.
RGB:
(100,124,86)
(39%,49%,34%)

RGB channels and saturation

R 100 of 255 = 39%
G 124 of 255 = 49%
B 86 of 255 = 34%

100
124
86

R + G + B ~ 41%. #647C56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 124 + 86 = 310 (100%)
R 100 of 310 ~ 32.26%
G 124 of 310 ~ 40%
B 86 of 310 ~ 27.74%

%32.26
%40
%27.74

CMYK color model

#647C56 color CMYK value is (19,0,31,51).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 51.37%
CMYK:
(19,0,31,51)
C19M0Y31K51 
(19%,0%,31%,51%)
(0.19/0.00/0.31/0.51)	

CMYK percentages

%19.35
%0
%30.65
%51.37

Codes

Color #647C56 in popluar color models

647C56
RGB10012486
HSL98°18.10%41.18%
HSB/HSV98°30.65%48.63%
CMYK19.35%0.00%30.65%
51.37%

Color #647C56 in popluar number systems.

HEX647C56
Decimal10012486
Binary110010011111001010110
Octal144174126

Shades and tints

Shades of #647C56

#647C56
(100,124,86)
#5B714F
(91,113,79)
#526648
(82,102,72)
#495B41
(73,91,65)
#40503A
(64,80,58)
#374533
(55,69,51)
#2E3A2C
(46,58,44)
#252F25
(37,47,37)
#1C241E
(28,36,30)
#131917
(19,25,23)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #647C56

#647C56
(100,124,86)
#728765
(114,135,101)
#809274
(128,146,116)
#8E9D83
(142,157,131)
#9CA892
(156,168,146)
#AAB3A1
(170,179,161)
#B8BEB0
(184,190,176)
#C6C9BF
(198,201,191)
#D4D4CE
(212,212,206)
#E2DFDD
(226,223,221)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647C56 color. Also use rgb(100,124,86) instead hex code.

Text Font Color

.myTextColor { color: #647C56; }

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

This text font color is #647C56.


Background Color

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

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

This div background color is #647C56.


Border color

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

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

This div border color is #647C56.


Opacity

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

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

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

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

This text has shadow with #647C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647C56 on black background.


Color preview on white background

This text has color #647C56 on white background.



Black color preview on #647C56 background

This text has black color on #647C56 background.


White color preview on #647C56 background

This text has white color on #647C56 background.