COLOR #647963

HEX: #647963
RGB: (100,121,99)

Color info

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

RGB color model

#647963 color RGB value is (100,121,99).

  • red value is 100;
  • green value is 121;
  • blue value is 99.
RGB:
(100,121,99)
(39%,47%,39%)

RGB channels and saturation

R 100 of 255 = 39%
G 121 of 255 = 47%
B 99 of 255 = 39%

100
121
99

R + G + B ~ 42%. #647963 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 121 + 99 = 320 (100%)
R 100 of 320 ~ 31.25%
G 121 of 320 ~ 37.81%
B 99 of 320 ~ 30.94%

%31.25
%37.81
%30.94

CMYK color model

#647963 color CMYK value is (17,0,18,53).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(17,0,18,53)
C17M0Y18K53 
(17%,0%,18%,53%)
(0.17/0.00/0.18/0.53)	

CMYK percentages

%17.36
%0
%18.18
%52.55

Codes

Color #647963 in popluar color models

647963
RGB10012199
HSL117°10.00%43.14%
HSB/HSV117°18.18%47.45%
CMYK17.36%0.00%18.18%
52.55%

Color #647963 in popluar number systems.

HEX647963
Decimal10012199
Binary110010011110011100011
Octal144171143

Shades and tints

Shades of #647963

#647963
(100,121,99)
#5B6E5A
(91,110,90)
#526351
(82,99,81)
#495848
(73,88,72)
#404D3F
(64,77,63)
#374236
(55,66,54)
#2E372D
(46,55,45)
#252C24
(37,44,36)
#1C211B
(28,33,27)
#131612
(19,22,18)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #647963

#647963
(100,121,99)
#728571
(114,133,113)
#80917F
(128,145,127)
#8E9D8D
(142,157,141)
#9CA99B
(156,169,155)
#AAB5A9
(170,181,169)
#B8C1B7
(184,193,183)
#C6CDC5
(198,205,197)
#D4D9D3
(212,217,211)
#E2E5E1
(226,229,225)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647963 color. Also use rgb(100,121,99) instead hex code.

Text Font Color

.myTextColor { color: #647963; }

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

This text font color is #647963.


Background Color

.myBgColor { background-color: #647963; }

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

This div background color is #647963.


Border color

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

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

This div border color is #647963.


Opacity

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

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

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

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

This text has shadow with #647963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647963 on black background.


Color preview on white background

This text has color #647963 on white background.



Black color preview on #647963 background

This text has black color on #647963 background.


White color preview on #647963 background

This text has white color on #647963 background.