COLOR #647850

HEX: #647850 RGB: (100,120,80)

Color info

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

RGB color model

#647850 color RGB value is (100,120,80).

RGB: (100,120,80) (39%, 47%, 31%)

RGB channels and saturation

R 100 of 255 = 39%
G 120 of 255 = 47%
B 80 of 255 = 31%

100
120
80

R + G + B ~ 39%. #647850 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 120 + 80 = 300 (100%)
R 100 of 300 ~ 33.33%
G 120 of 300 ~ 40%
B 80 of 300 ~ 26.67'%

%33.33
%40
%26.67

CMYK color model

#647850 color CMYK value is (17,0,33,53).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 52.94%
CMYK: (17,0,33,53) C17M0Y33K53 (17%,0%,33%,53%) (0.17/0.00/0.33/0.53) 

CMYK percentages

%16.67
%0
%33.33
%52.94

Codes

Color #647850 in popluar color models

64 78 50
RGB 100 120 80
HSL 90° 20.00% 39.22%
HSB/HSV 90° 33.33% 47.06%
CMYK 16.67% 0.00% 33.33%
52.94%

Color #647850 in popluar number systems.

HEX 64 78 50
Decimal 100 120 80
Binary 1100100 1111000 1010000
Octal 144 170 120

Shades and tints

Shades of #647850

#647850
(100,120,80)
#5B6E49
(91,110,73)
#526442
(82,100,66)
#495A3B
(73,90,59)
#405034
(64,80,52)
#37462D
(55,70,45)
#2E3C26
(46,60,38)
#25321F
(37,50,31)
#1C2818
(28,40,24)
#131E11
(19,30,17)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #647850

#647850
(100,120,80)
#72845F
(114,132,95)
#80906E
(128,144,110)
#8E9C7D
(142,156,125)
#9CA88C
(156,168,140)
#AAB49B
(170,180,155)
#B8C0AA
(184,192,170)
#C6CCB9
(198,204,185)
#D4D8C8
(212,216,200)
#E2E4D7
(226,228,215)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647850; }

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

This text font color is #647850.

Background Color

.myBgColor { background-color: #647850; }

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

This div background color is #647850.

Border color

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

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

This div border color is #647850.

Opacity

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

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

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

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

This text has shadow with #647850 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647850.

Preview

Color preview on black background

This text has color #647850 on black background.


Color preview on white background

This text has color #647850 on white background.


Black color preview on #647850 background

This text has black color on #647850 background.


White color preview on #647850 background

This text has white color on #647850 background.


Related colors

Complementary color

Complementary color for #hex is #9B87AF.


I love getcolorcode.com

Triadic colors

1 #506478 and #785064 with #647850 are triadic colors.

2 #507864 and #786450 with #647850 are triadic colors.