COLOR #647264

HEX: #647264
RGB: (100,114,100)

Color info

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

RGB color model

#647264 color RGB value is (100,114,100).

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

RGB channels and saturation

R 100 of 255 = 39%
G 114 of 255 = 45%
B 100 of 255 = 39%

100
114
100

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

Portions of RGB colors in percentages

R + G + B =
100 + 114 + 100 = 314 (100%)
R 100 of 314 ~ 31.85%
G 114 of 314 ~ 36.31%
B 100 of 314 ~ 31.85%

%31.85
%36.31
%31.85

CMYK color model

#647264 color CMYK value is (12,0,12,55).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(12,0,12,55)
C12M0Y12K55 
(12%,0%,12%,55%)
(0.12/0.00/0.12/0.55)	

CMYK percentages

%12.28
%0
%12.28
%55.29

Codes

Color #647264 in popluar color models

647264
RGB100114100
HSL120°6.54%41.96%
HSB/HSV120°12.28%44.71%
CMYK12.28%0.00%12.28%
55.29%

Color #647264 in popluar number systems.

HEX647264
Decimal100114100
Binary110010011100101100100
Octal144162144

Shades and tints

Shades of #647264

#647264
(100,114,100)
#5B685B
(91,104,91)
#525E52
(82,94,82)
#495449
(73,84,73)
#404A40
(64,74,64)
#374037
(55,64,55)
#2E362E
(46,54,46)
#252C25
(37,44,37)
#1C221C
(28,34,28)
#131813
(19,24,19)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #647264

#647264
(100,114,100)
#727E72
(114,126,114)
#808A80
(128,138,128)
#8E968E
(142,150,142)
#9CA29C
(156,162,156)
#AAAEAA
(170,174,170)
#B8BAB8
(184,186,184)
#C6C6C6
(198,198,198)
#D4D2D4
(212,210,212)
#E2DEE2
(226,222,226)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647264; }

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

This text font color is #647264.


Background Color

.myBgColor { background-color: #647264; }

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

This div background color is #647264.


Border color

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

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

This div border color is #647264.


Opacity

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

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

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

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

This text has shadow with #647264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647264 on black background.


Color preview on white background

This text has color #647264 on white background.



Black color preview on #647264 background

This text has black color on #647264 background.


White color preview on #647264 background

This text has white color on #647264 background.