COLOR #647D7A

HEX: #647D7A
RGB: (100,125,122)

Color info

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

RGB color model

#647D7A color RGB value is (100,125,122).

  • red value is 100;
  • green value is 125;
  • blue value is 122.
RGB:
(100,125,122)
(39%,49%,48%)

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 122 of 255 = 48%

100
125
122

R + G + B ~ 45%. #647D7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 125 + 122 = 347 (100%)
R 100 of 347 ~ 28.82%
G 125 of 347 ~ 36.02%
B 122 of 347 ~ 35.16%

%28.82
%36.02
%35.16

CMYK color model

#647D7A color CMYK value is (20,0,2,51).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 2.40%
  • key color value is 50.98%
CMYK:
(20,0,2,51)
C20M0Y2K51 
(20%,0%,2%,51%)
(0.20/0.00/0.02/0.51)	

CMYK percentages

%20
%0
%2.4
%50.98

Codes

Color #647D7A in popluar color models

647D7A
RGB100125122
HSL173°11.11%44.12%
HSB/HSV173°20.00%49.02%
CMYK20.00%0.00%2.40%
50.98%

Color #647D7A in popluar number systems.

HEX647D7A
Decimal100125122
Binary110010011111011111010
Octal144175172

Shades and tints

Shades of #647D7A

#647D7A
(100,125,122)
#5B726F
(91,114,111)
#526764
(82,103,100)
#495C59
(73,92,89)
#40514E
(64,81,78)
#374643
(55,70,67)
#2E3B38
(46,59,56)
#25302D
(37,48,45)
#1C2522
(28,37,34)
#131A17
(19,26,23)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #647D7A

#647D7A
(100,125,122)
#728886
(114,136,134)
#809392
(128,147,146)
#8E9E9E
(142,158,158)
#9CA9AA
(156,169,170)
#AAB4B6
(170,180,182)
#B8BFC2
(184,191,194)
#C6CACE
(198,202,206)
#D4D5DA
(212,213,218)
#E2E0E6
(226,224,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647D7A color. Also use rgb(100,125,122) instead hex code.

Text Font Color

.myTextColor { color: #647D7A; }

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

This text font color is #647D7A.


Background Color

.myBgColor { background-color: #647D7A; }

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

This div background color is #647D7A.


Border color

.myBorderColor { border: 1px solid #647D7A; }

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

This div border color is #647D7A.


Opacity

.myOpacity80 { color: #647D7A; opacity: 0.8; }

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

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

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

This text has shadow with #647D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647D7A on black background.


Color preview on white background

This text has color #647D7A on white background.



Black color preview on #647D7A background

This text has black color on #647D7A background.


White color preview on #647D7A background

This text has white color on #647D7A background.