COLOR #647D54

HEX: #647D54
RGB: (100,125,84)

Color info

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

RGB color model

#647D54 color RGB value is (100,125,84).

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

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 84 of 255 = 33%

100
125
84

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

Portions of RGB colors in percentages

R + G + B =
100 + 125 + 84 = 309 (100%)
R 100 of 309 ~ 32.36%
G 125 of 309 ~ 40.45%
B 84 of 309 ~ 27.18%

%32.36
%40.45
%27.18

CMYK color model

#647D54 color CMYK value is (20,0,33,51).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 50.98%
CMYK:
(20,0,33,51)
C20M0Y33K51 
(20%,0%,33%,51%)
(0.20/0.00/0.33/0.51)	

CMYK percentages

%20
%0
%32.8
%50.98

Codes

Color #647D54 in popluar color models

647D54
RGB10012584
HSL97°19.62%40.98%
HSB/HSV97°32.80%49.02%
CMYK20.00%0.00%32.80%
50.98%

Color #647D54 in popluar number systems.

HEX647D54
Decimal10012584
Binary110010011111011010100
Octal144175124

Shades and tints

Shades of #647D54

#647D54
(100,125,84)
#5B724D
(91,114,77)
#526746
(82,103,70)
#495C3F
(73,92,63)
#405138
(64,81,56)
#374631
(55,70,49)
#2E3B2A
(46,59,42)
#253023
(37,48,35)
#1C251C
(28,37,28)
#131A15
(19,26,21)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #647D54

#647D54
(100,125,84)
#728863
(114,136,99)
#809372
(128,147,114)
#8E9E81
(142,158,129)
#9CA990
(156,169,144)
#AAB49F
(170,180,159)
#B8BFAE
(184,191,174)
#C6CABD
(198,202,189)
#D4D5CC
(212,213,204)
#E2E0DB
(226,224,219)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647D54; }

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

This text font color is #647D54.


Background Color

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

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

This div background color is #647D54.


Border color

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

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

This div border color is #647D54.


Opacity

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

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

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

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

This text has shadow with #647D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647D54 on black background.


Color preview on white background

This text has color #647D54 on white background.



Black color preview on #647D54 background

This text has black color on #647D54 background.


White color preview on #647D54 background

This text has white color on #647D54 background.