COLOR #647973

HEX: #647973
RGB: (100,121,115)

Color info

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

RGB color model

#647973 color RGB value is (100,121,115).

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

RGB channels and saturation

R 100 of 255 = 39%
G 121 of 255 = 47%
B 115 of 255 = 45%

100
121
115

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

Portions of RGB colors in percentages

R + G + B =
100 + 121 + 115 = 336 (100%)
R 100 of 336 ~ 29.76%
G 121 of 336 ~ 36.01%
B 115 of 336 ~ 34.23%

%29.76
%36.01
%34.23

CMYK color model

#647973 color CMYK value is (17,0,5,53).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(17,0,5,53)
C17M0Y5K53 
(17%,0%,5%,53%)
(0.17/0.00/0.05/0.53)	

CMYK percentages

%17.36
%0
%4.96
%52.55

Codes

Color #647973 in popluar color models

647973
RGB100121115
HSL163°9.50%43.33%
HSB/HSV163°17.36%47.45%
CMYK17.36%0.00%4.96%
52.55%

Color #647973 in popluar number systems.

HEX647973
Decimal100121115
Binary110010011110011110011
Octal144171163

Shades and tints

Shades of #647973

#647973
(100,121,115)
#5B6E69
(91,110,105)
#52635F
(82,99,95)
#495855
(73,88,85)
#404D4B
(64,77,75)
#374241
(55,66,65)
#2E3737
(46,55,55)
#252C2D
(37,44,45)
#1C2123
(28,33,35)
#131619
(19,22,25)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #647973

#647973
(100,121,115)
#72857F
(114,133,127)
#80918B
(128,145,139)
#8E9D97
(142,157,151)
#9CA9A3
(156,169,163)
#AAB5AF
(170,181,175)
#B8C1BB
(184,193,187)
#C6CDC7
(198,205,199)
#D4D9D3
(212,217,211)
#E2E5DF
(226,229,223)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647973; }

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

This text font color is #647973.


Background Color

.myBgColor { background-color: #647973; }

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

This div background color is #647973.


Border color

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

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

This div border color is #647973.


Opacity

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

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

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

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

This text has shadow with #647973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647973 on black background.


Color preview on white background

This text has color #647973 on white background.



Black color preview on #647973 background

This text has black color on #647973 background.


White color preview on #647973 background

This text has white color on #647973 background.