COLOR #647865

HEX: #647865
RGB: (100,120,101)

Color info

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

RGB color model

#647865 color RGB value is (100,120,101).

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

RGB channels and saturation

R 100 of 255 = 39%
G 120 of 255 = 47%
B 101 of 255 = 40%

100
120
101

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

Portions of RGB colors in percentages

R + G + B =
100 + 120 + 101 = 321 (100%)
R 100 of 321 ~ 31.15%
G 120 of 321 ~ 37.38%
B 101 of 321 ~ 31.46%

%31.15
%37.38
%31.46

CMYK color model

#647865 color CMYK value is (17,0,16,53).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 15.83%
  • key color value is 52.94%
CMYK:
(17,0,16,53)
C17M0Y16K53 
(17%,0%,16%,53%)
(0.17/0.00/0.16/0.53)	

CMYK percentages

%16.67
%0
%15.83
%52.94

Codes

Color #647865 in popluar color models

647865
RGB100120101
HSL123°9.09%43.14%
HSB/HSV123°16.67%47.06%
CMYK16.67%0.00%15.83%
52.94%

Color #647865 in popluar number systems.

HEX647865
Decimal100120101
Binary110010011110001100101
Octal144170145

Shades and tints

Shades of #647865

#647865
(100,120,101)
#5B6E5C
(91,110,92)
#526453
(82,100,83)
#495A4A
(73,90,74)
#405041
(64,80,65)
#374638
(55,70,56)
#2E3C2F
(46,60,47)
#253226
(37,50,38)
#1C281D
(28,40,29)
#131E14
(19,30,20)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #647865

#647865
(100,120,101)
#728473
(114,132,115)
#809081
(128,144,129)
#8E9C8F
(142,156,143)
#9CA89D
(156,168,157)
#AAB4AB
(170,180,171)
#B8C0B9
(184,192,185)
#C6CCC7
(198,204,199)
#D4D8D5
(212,216,213)
#E2E4E3
(226,228,227)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647865; }

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

This text font color is #647865.


Background Color

.myBgColor { background-color: #647865; }

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

This div background color is #647865.


Border color

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

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

This div border color is #647865.


Opacity

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

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

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

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

This text has shadow with #647865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647865 on black background.


Color preview on white background

This text has color #647865 on white background.



Black color preview on #647865 background

This text has black color on #647865 background.


White color preview on #647865 background

This text has white color on #647865 background.