COLOR #647C5A

HEX: #647C5A RGB: (100,124,90)

Color info

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

RGB color model

#647C5A color RGB value is (100,124,90).

RGB: (100,124,90) (39%, 49%, 35%)

RGB channels and saturation

R 100 of 255 = 39%
G 124 of 255 = 49%
B 90 of 255 = 35%

100
124
90

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

Portions of RGB colors in percentages

R + G + B = 100 + 124 + 90 = 314 (100%)
R 100 of 314 ~ 31.85%
G 124 of 314 ~ 39.49%
B 90 of 314 ~ 28.66'%

%31.85
%39.49
%28.66

CMYK color model

#647C5A color CMYK value is (19,0,27,51).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 51.37%
CMYK: (19,0,27,51) C19M0Y27K51 (19%,0%,27%,51%) (0.19/0.00/0.27/0.51) 

CMYK percentages

%19.35
%0
%27.42
%51.37

Codes

Color #647C5A in popluar color models

64 7C 5A
RGB 100 124 90
HSL 102° 15.89% 41.96%
HSB/HSV 102° 27.42% 48.63%
CMYK 19.35% 0.00% 27.42%
51.37%

Color #647C5A in popluar number systems.

HEX 64 7C 5A
Decimal 100 124 90
Binary 1100100 1111100 1011010
Octal 144 174 132

Shades and tints

Shades of #647C5A

#647C5A
(100,124,90)
#5B7152
(91,113,82)
#52664A
(82,102,74)
#495B42
(73,91,66)
#40503A
(64,80,58)
#374532
(55,69,50)
#2E3A2A
(46,58,42)
#252F22
(37,47,34)
#1C241A
(28,36,26)
#131912
(19,25,18)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #647C5A

#647C5A
(100,124,90)
#728769
(114,135,105)
#809278
(128,146,120)
#8E9D87
(142,157,135)
#9CA896
(156,168,150)
#AAB3A5
(170,179,165)
#B8BEB4
(184,190,180)
#C6C9C3
(198,201,195)
#D4D4D2
(212,212,210)
#E2DFE1
(226,223,225)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647C5A color. Also use rgb(100,124,90) instead hex code.

Text Font Color

.myTextColor { color: #647C5A; }

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

This text font color is #647C5A.

Background Color

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

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

This div background color is #647C5A.

Border color

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

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

This div border color is #647C5A.

Opacity

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

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

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

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

This text has shadow with #647C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647C5A.

Preview

Color preview on black background

This text has color #647C5A on black background.


Color preview on white background

This text has color #647C5A on white background.


Black color preview on #647C5A background

This text has black color on #647C5A background.


White color preview on #647C5A background

This text has white color on #647C5A background.


Related colors

Complementary color

Complementary color for #hex is #9B83A5.


I love getcolorcode.com

Triadic colors

1 #5A647C and #7C5A64 with #647C5A are triadic colors.

2 #5A7C64 and #7C645A with #647C5A are triadic colors.