COLOR #64724B

HEX: #64724B
RGB: (100,114,75)

Color info

#64724B contains red, green and blue colors in about the same proportion. Web safe color of #64724B is #666633 (or #663).

RGB color model

#64724B color RGB value is (100,114,75).

  • red value is 100;
  • green value is 114;
  • blue value is 75.
RGB:
(100,114,75)
(39%,45%,29%)

RGB channels and saturation

R 100 of 255 = 39%
G 114 of 255 = 45%
B 75 of 255 = 29%

100
114
75

R + G + B ~ 38%. #64724B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 114 + 75 = 289 (100%)
R 100 of 289 ~ 34.6%
G 114 of 289 ~ 39.45%
B 75 of 289 ~ 25.95%

%34.6
%39.45
%25.95

CMYK color model

#64724B color CMYK value is (12,0,34,55).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK:
(12,0,34,55)
C12M0Y34K55 
(12%,0%,34%,55%)
(0.12/0.00/0.34/0.55)	

CMYK percentages

%12.28
%0
%34.21
%55.29

Codes

Color #64724B in popluar color models

64724B
RGB10011475
HSL82°20.63%37.06%
HSB/HSV82°34.21%44.71%
CMYK12.28%0.00%34.21%
55.29%

Color #64724B in popluar number systems.

HEX64724B
Decimal10011475
Binary110010011100101001011
Octal144162113

Shades and tints

Shades of #64724B

#64724B
(100,114,75)
#5B6845
(91,104,69)
#525E3F
(82,94,63)
#495439
(73,84,57)
#404A33
(64,74,51)
#37402D
(55,64,45)
#2E3627
(46,54,39)
#252C21
(37,44,33)
#1C221B
(28,34,27)
#131815
(19,24,21)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #64724B

#64724B
(100,114,75)
#727E5B
(114,126,91)
#808A6B
(128,138,107)
#8E967B
(142,150,123)
#9CA28B
(156,162,139)
#AAAE9B
(170,174,155)
#B8BAAB
(184,186,171)
#C6C6BB
(198,198,187)
#D4D2CB
(212,210,203)
#E2DEDB
(226,222,219)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64724B color. Also use rgb(100,114,75) instead hex code.

Text Font Color

.myTextColor { color: #64724B; }

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

This text font color is #64724B.


Background Color

.myBgColor { background-color: #64724B; }

<div style="background-color:#64724B">Inner text</div>

This div background color is #64724B.


Border color

.myBorderColor { border: 1px solid #64724B; }

<div style="border:3px solid #64724B">Div</div>

This div border color is #64724B.


Opacity

.myOpacity80 { color: #64724B; opacity: 0.8; }

<p style="color:#64724B;opacity:0.8;">80%</p>

Text with #64724B 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 #64724B;}

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

This text has shadow with #64724B color.

.textShadow {text-shadow: 3px 3px 1px #64724B, 3px 3px 1px red;}

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

This text has shadow with #64724B primary color and red secondary color.


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

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

This text has shadow with #64724B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #64724B;
-webkit-box-shadow: 1px 1px 3px 2px #64724B;
box-shadow:1px 1px 3px 2px #64724B;">
Div content here</div>
This div box has shadow with color #64724B.

Preview

Color preview on black background

This text has color #64724B on black background.


Color preview on white background

This text has color #64724B on white background.



Black color preview on #64724B background

This text has black color on #64724B background.


White color preview on #64724B background

This text has white color on #64724B background.