COLOR #647460

HEX: #647460
RGB: (100,116,96)

Color info

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

RGB color model

#647460 color RGB value is (100,116,96).

  • red value is 100;
  • green value is 116;
  • blue value is 96.
RGB:
(100,116,96)
(39%,45%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 96 of 255 = 38%

100
116
96

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

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 96 = 312 (100%)
R 100 of 312 ~ 32.05%
G 116 of 312 ~ 37.18%
B 96 of 312 ~ 30.77%

%32.05
%37.18
%30.77

CMYK color model

#647460 color CMYK value is (14,0,17,55).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(14,0,17,55)
C14M0Y17K55 
(14%,0%,17%,55%)
(0.14/0.00/0.17/0.55)	

CMYK percentages

%13.79
%0
%17.24
%54.51

Codes

Color #647460 in popluar color models

647460
RGB10011696
HSL108°9.43%41.57%
HSB/HSV108°17.24%45.49%
CMYK13.79%0.00%17.24%
54.51%

Color #647460 in popluar number systems.

HEX647460
Decimal10011696
Binary110010011101001100000
Octal144164140

Shades and tints

Shades of #647460

#647460
(100,116,96)
#5B6A58
(91,106,88)
#526050
(82,96,80)
#495648
(73,86,72)
#404C40
(64,76,64)
#374238
(55,66,56)
#2E3830
(46,56,48)
#252E28
(37,46,40)
#1C2420
(28,36,32)
#131A18
(19,26,24)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #647460

#647460
(100,116,96)
#72806E
(114,128,110)
#808C7C
(128,140,124)
#8E988A
(142,152,138)
#9CA498
(156,164,152)
#AAB0A6
(170,176,166)
#B8BCB4
(184,188,180)
#C6C8C2
(198,200,194)
#D4D4D0
(212,212,208)
#E2E0DE
(226,224,222)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647460 color. Also use rgb(100,116,96) instead hex code.

Text Font Color

.myTextColor { color: #647460; }

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

This text font color is #647460.


Background Color

.myBgColor { background-color: #647460; }

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

This div background color is #647460.


Border color

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

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

This div border color is #647460.


Opacity

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

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

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

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

This text has shadow with #647460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647460 on black background.


Color preview on white background

This text has color #647460 on white background.



Black color preview on #647460 background

This text has black color on #647460 background.


White color preview on #647460 background

This text has white color on #647460 background.