COLOR #64725E

HEX: #64725E RGB: (100,114,94)

Color info

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

RGB color model

#64725E color RGB value is (100,114,94).

RGB: (100,114,94) (39%, 45%, 37%)

RGB channels and saturation

R 100 of 255 = 39%
G 114 of 255 = 45%
B 94 of 255 = 37%

100
114
94

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

Portions of RGB colors in percentages

R + G + B = 100 + 114 + 94 = 308 (100%)
R 100 of 308 ~ 32.47%
G 114 of 308 ~ 37.01%
B 94 of 308 ~ 30.52'%

%32.47
%37.01
%30.52

CMYK color model

#64725E color CMYK value is (12,0,18,55).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 55.29%
CMYK: (12,0,18,55) C12M0Y18K55 (12%,0%,18%,55%) (0.12/0.00/0.18/0.55) 

CMYK percentages

%12.28
%0
%17.54
%55.29

Codes

Color #64725E in popluar color models

64 72 5E
RGB 100 114 94
HSL 102° 9.62% 40.78%
HSB/HSV 102° 17.54% 44.71%
CMYK 12.28% 0.00% 17.54%
55.29%

Color #64725E in popluar number systems.

HEX 64 72 5E
Decimal 100 114 94
Binary 1100100 1110010 1011110
Octal 144 162 136

Shades and tints

Shades of #64725E

#64725E
(100,114,94)
#5B6856
(91,104,86)
#525E4E
(82,94,78)
#495446
(73,84,70)
#404A3E
(64,74,62)
#374036
(55,64,54)
#2E362E
(46,54,46)
#252C26
(37,44,38)
#1C221E
(28,34,30)
#131816
(19,24,22)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #64725E

#64725E
(100,114,94)
#727E6C
(114,126,108)
#808A7A
(128,138,122)
#8E9688
(142,150,136)
#9CA296
(156,162,150)
#AAAEA4
(170,174,164)
#B8BAB2
(184,186,178)
#C6C6C0
(198,198,192)
#D4D2CE
(212,210,206)
#E2DEDC
(226,222,220)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64725E color. Also use rgb(100,114,94) instead hex code.

Text Font Color

.myTextColor { color: #64725E; }

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

This text font color is #64725E.

Background Color

.myBgColor { background-color: #64725E; }

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

This div background color is #64725E.

Border color

.myBorderColor { border: 1px solid #64725E; }

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

This div border color is #64725E.

Opacity

.myOpacity80 { color: #64725E; opacity: 0.8; }

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

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

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

This text has shadow with #64725E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64725E.

Preview

Color preview on black background

This text has color #64725E on black background.


Color preview on white background

This text has color #64725E on white background.


Black color preview on #64725E background

This text has black color on #64725E background.


White color preview on #64725E background

This text has white color on #64725E background.


Related colors

Complementary color

Complementary color for #hex is #9B8DA1.


I love getcolorcode.com

Triadic colors

1 #5E6472 and #725E64 with #64725E are triadic colors.

2 #5E7264 and #72645E with #64725E are triadic colors.