COLOR #64715F

HEX: #64715F RGB: (100,113,95)

Color info

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

RGB color model

#64715F color RGB value is (100,113,95).

RGB: (100,113,95) (39%, 44%, 37%)

RGB channels and saturation

R 100 of 255 = 39%
G 113 of 255 = 44%
B 95 of 255 = 37%

100
113
95

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

Portions of RGB colors in percentages

R + G + B = 100 + 113 + 95 = 308 (100%)
R 100 of 308 ~ 32.47%
G 113 of 308 ~ 36.69%
B 95 of 308 ~ 30.84'%

%32.47
%36.69
%30.84

CMYK color model

#64715F color CMYK value is (12,0,16,56).

  • cyan value is 11.50%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%

CMYK: (12,0,16,56)
C12M0Y16K56 (12%, 0%, 16%, 56%)
(0.12 / 0.00 / 0.16 / 0.56)

CMYK percentages

%11.5
%0
%15.93
%55.69

Codes

Color #64715F in popluar color models

64 71 5F
RGB 100 113 95
HSL 103° 8.65% 40.78%
HSB/HSV 103° 15.93% 44.31%
CMYK 11.50% 0.00% 15.93%
55.69%

Color #64715F in popluar number systems.

HEX 64 71 5F
Decimal 100 113 95
Binary 1100100 1110001 1011111
Octal 144 161 137

Shades and tints

Shades of #64715F

#64715F
(100,113,95)
#5B6757
(91,103,87)
#525D4F
(82,93,79)
#495347
(73,83,71)
#40493F
(64,73,63)
#373F37
(55,63,55)
#2E352F
(46,53,47)
#252B27
(37,43,39)
#1C211F
(28,33,31)
#131717
(19,23,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #64715F

#64715F
(100,113,95)
#727D6D
(114,125,109)
#80897B
(128,137,123)
#8E9589
(142,149,137)
#9CA197
(156,161,151)
#AAADA5
(170,173,165)
#B8B9B3
(184,185,179)
#C6C5C1
(198,197,193)
#D4D1CF
(212,209,207)
#E2DDDD
(226,221,221)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64715F color. Also use rgb(100,113,95) instead hex code.

Text Font Color

.myTextColor { color: #64715F; }

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

This text font color is #64715F.

Background Color

.myBgColor { background-color: #64715F; }

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

This div background color is #64715F.

Border color

.myBorderColor { border: 1px solid #64715F; }

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

This div border color is #64715F.

Opacity

.myOpacity80 { color: #64715F; opacity: 0.8; }

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

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

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

This text has shadow with #64715F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64715F.

Preview

Color preview on black background

This text has color #64715F on black background.


Color preview on white background

This text has color #64715F on white background.


Black color preview on #64715F background

This text has black color on #64715F background.


White color preview on #64715F background

This text has white color on #64715F background.


Related colors

Complementary color

Complementary color for #hex is #9B8EA0.


I love getcolorcode.com

Triadic colors

1 #5F6471 and #715F64 with #64715F are triadic colors.

2 #5F7164 and #71645F with #64715F are triadic colors.