COLOR #64746A

HEX: #64746A RGB: (100,116,106)

Color info

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

RGB color model

#64746A color RGB value is (100,116,106).

RGB: (100,116,106) (39%, 45%, 42%)

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 106 of 255 = 42%

100
116
106

R + G + B ~ 42%. #64746A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 116 + 106 = 322 (100%)
R 100 of 322 ~ 31.06%
G 116 of 322 ~ 36.02%
B 106 of 322 ~ 32.92'%

%31.06
%36.02
%32.92

CMYK color model

#64746A color CMYK value is (14,0,9,55).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 54.51%

CMYK: (14,0,9,55)
C14M0Y9K55 (14%, 0%, 9%, 55%)
(0.14 / 0.00 / 0.09 / 0.55)

CMYK percentages

%13.79
%0
%8.62
%54.51

Codes

Color #64746A in popluar color models

64 74 6A
RGB 100 116 106
HSL 143° 7.41% 42.35%
HSB/HSV 143° 13.79% 45.49%
CMYK 13.79% 0.00% 8.62%
54.51%

Color #64746A in popluar number systems.

HEX 64 74 6A
Decimal 100 116 106
Binary 1100100 1110100 1101010
Octal 144 164 152

Shades and tints

Shades of #64746A

#64746A
(100,116,106)
#5B6A61
(91,106,97)
#526058
(82,96,88)
#49564F
(73,86,79)
#404C46
(64,76,70)
#37423D
(55,66,61)
#2E3834
(46,56,52)
#252E2B
(37,46,43)
#1C2422
(28,36,34)
#131A19
(19,26,25)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #64746A

#64746A
(100,116,106)
#728077
(114,128,119)
#808C84
(128,140,132)
#8E9891
(142,152,145)
#9CA49E
(156,164,158)
#AAB0AB
(170,176,171)
#B8BCB8
(184,188,184)
#C6C8C5
(198,200,197)
#D4D4D2
(212,212,210)
#E2E0DF
(226,224,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64746A color. Also use rgb(100,116,106) instead hex code.

Text Font Color

.myTextColor { color: #64746A; }

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

This text font color is #64746A.

Background Color

.myBgColor { background-color: #64746A; }

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

This div background color is #64746A.

Border color

.myBorderColor { border: 1px solid #64746A; }

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

This div border color is #64746A.

Opacity

.myOpacity80 { color: #64746A; opacity: 0.8; }

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

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

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

This text has shadow with #64746A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64746A.

Preview

Color preview on black background

This text has color #64746A on black background.


Color preview on white background

This text has color #64746A on white background.


Black color preview on #64746A background

This text has black color on #64746A background.


White color preview on #64746A background

This text has white color on #64746A background.


Related colors

Complementary color

Complementary color for #hex is #9B8B95.


I love getcolorcode.com

Triadic colors

1 #6A6474 and #746A64 with #64746A are triadic colors.

2 #6A7464 and #74646A with #64746A are triadic colors.