COLOR #647A5C

HEX: #647A5C RGB: (100,122,92)

Color info

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

RGB color model

#647A5C color RGB value is (100,122,92).

RGB: (100,122,92) (39%, 48%, 36%)

RGB channels and saturation

R 100 of 255 = 39%
G 122 of 255 = 48%
B 92 of 255 = 36%

100
122
92

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

Portions of RGB colors in percentages

R + G + B = 100 + 122 + 92 = 314 (100%)
R 100 of 314 ~ 31.85%
G 122 of 314 ~ 38.85%
B 92 of 314 ~ 29.3'%

%31.85
%38.85
%29.3

CMYK color model

#647A5C color CMYK value is (18,0,25,52).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%

CMYK: (18,0,25,52)
C18M0Y25K52 (18%, 0%, 25%, 52%)
(0.18 / 0.00 / 0.25 / 0.52)

CMYK percentages

%18.03
%0
%24.59
%52.16

Codes

Color #647A5C in popluar color models

64 7A 5C
RGB 100 122 92
HSL 104° 14.02% 41.96%
HSB/HSV 104° 24.59% 47.84%
CMYK 18.03% 0.00% 24.59%
52.16%

Color #647A5C in popluar number systems.

HEX 64 7A 5C
Decimal 100 122 92
Binary 1100100 1111010 1011100
Octal 144 172 134

Shades and tints

Shades of #647A5C

#647A5C
(100,122,92)
#5B6F54
(91,111,84)
#52644C
(82,100,76)
#495944
(73,89,68)
#404E3C
(64,78,60)
#374334
(55,67,52)
#2E382C
(46,56,44)
#252D24
(37,45,36)
#1C221C
(28,34,28)
#131714
(19,23,20)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #647A5C

#647A5C
(100,122,92)
#72866A
(114,134,106)
#809278
(128,146,120)
#8E9E86
(142,158,134)
#9CAA94
(156,170,148)
#AAB6A2
(170,182,162)
#B8C2B0
(184,194,176)
#C6CEBE
(198,206,190)
#D4DACC
(212,218,204)
#E2E6DA
(226,230,218)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #647A5C; }

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

This text font color is #647A5C.

Background Color

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

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

This div background color is #647A5C.

Border color

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

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

This div border color is #647A5C.

Opacity

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

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

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

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

This text has shadow with #647A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #647A5C.

Preview

Color preview on black background

This text has color #647A5C on black background.


Color preview on white background

This text has color #647A5C on white background.


Black color preview on #647A5C background

This text has black color on #647A5C background.


White color preview on #647A5C background

This text has white color on #647A5C background.


Related colors

Complementary color

Complementary color for #hex is #9B85A3.


I love getcolorcode.com

Triadic colors

1 #5C647A and #7A5C64 with #647A5C are triadic colors.

2 #5C7A64 and #7A645C with #647A5C are triadic colors.