COLOR #647D67

HEX: #647D67
RGB: (100,125,103)

Color info

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

RGB color model

#647D67 color RGB value is (100,125,103).

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

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 103 of 255 = 40%

100
125
103

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

Portions of RGB colors in percentages

R + G + B =
100 + 125 + 103 = 328 (100%)
R 100 of 328 ~ 30.49%
G 125 of 328 ~ 38.11%
B 103 of 328 ~ 31.4%

%30.49
%38.11
%31.4

CMYK color model

#647D67 color CMYK value is (20,0,18,51).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 17.60%
  • key color value is 50.98%
CMYK:
(20,0,18,51)
C20M0Y18K51 
(20%,0%,18%,51%)
(0.20/0.00/0.18/0.51)	

CMYK percentages

%20
%0
%17.6
%50.98

Codes

Color #647D67 in popluar color models

647D67
RGB100125103
HSL127°11.11%44.12%
HSB/HSV127°20.00%49.02%
CMYK20.00%0.00%17.60%
50.98%

Color #647D67 in popluar number systems.

HEX647D67
Decimal100125103
Binary110010011111011100111
Octal144175147

Shades and tints

Shades of #647D67

#647D67
(100,125,103)
#5B725E
(91,114,94)
#526755
(82,103,85)
#495C4C
(73,92,76)
#405143
(64,81,67)
#37463A
(55,70,58)
#2E3B31
(46,59,49)
#253028
(37,48,40)
#1C251F
(28,37,31)
#131A16
(19,26,22)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #647D67

#647D67
(100,125,103)
#728874
(114,136,116)
#809381
(128,147,129)
#8E9E8E
(142,158,142)
#9CA99B
(156,169,155)
#AAB4A8
(170,180,168)
#B8BFB5
(184,191,181)
#C6CAC2
(198,202,194)
#D4D5CF
(212,213,207)
#E2E0DC
(226,224,220)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647D67; }

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

This text font color is #647D67.


Background Color

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

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

This div background color is #647D67.


Border color

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

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

This div border color is #647D67.


Opacity

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

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

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

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

This text has shadow with #647D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647D67 on black background.


Color preview on white background

This text has color #647D67 on white background.



Black color preview on #647D67 background

This text has black color on #647D67 background.


White color preview on #647D67 background

This text has white color on #647D67 background.