COLOR #64703B

HEX: #64703B
RGB: (100,112,59)

Color info

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

RGB color model

#64703B color RGB value is (100,112,59).

  • red value is 100;
  • green value is 112;
  • blue value is 59.
RGB:
(100,112,59)
(39%,44%,23%)

RGB channels and saturation

R 100 of 255 = 39%
G 112 of 255 = 44%
B 59 of 255 = 23%

100
112
59

R + G + B ~ 35%. #64703B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 112 + 59 = 271 (100%)
R 100 of 271 ~ 36.9%
G 112 of 271 ~ 41.33%
B 59 of 271 ~ 21.77%

%36.9
%41.33
%21.77

CMYK color model

#64703B color CMYK value is (11,0,47,56).

  • cyan value is 10.71%
  • magenta value is 0.00%
  • yellow value is 47.32%
  • key color value is 56.08%
CMYK:
(11,0,47,56)
C11M0Y47K56 
(11%,0%,47%,56%)
(0.11/0.00/0.47/0.56)	

CMYK percentages

%10.71
%0
%47.32
%56.08

Codes

Color #64703B in popluar color models

64703B
RGB10011259
HSL74°30.99%33.53%
HSB/HSV74°47.32%43.92%
CMYK10.71%0.00%47.32%
56.08%

Color #64703B in popluar number systems.

HEX64703B
Decimal10011259
Binary11001001110000111011
Octal14416073

Shades and tints

Shades of #64703B

#64703B
(100,112,59)
#5B6636
(91,102,54)
#525C31
(82,92,49)
#49522C
(73,82,44)
#404827
(64,72,39)
#373E22
(55,62,34)
#2E341D
(46,52,29)
#252A18
(37,42,24)
#1C2013
(28,32,19)
#13160E
(19,22,14)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #64703B

#64703B
(100,112,59)
#727D4C
(114,125,76)
#808A5D
(128,138,93)
#8E976E
(142,151,110)
#9CA47F
(156,164,127)
#AAB190
(170,177,144)
#B8BEA1
(184,190,161)
#C6CBB2
(198,203,178)
#D4D8C3
(212,216,195)
#E2E5D4
(226,229,212)
#F0F2E5
(240,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64703B color. Also use rgb(100,112,59) instead hex code.

Text Font Color

.myTextColor { color: #64703B; }

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

This text font color is #64703B.


Background Color

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

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

This div background color is #64703B.


Border color

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

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

This div border color is #64703B.


Opacity

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

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

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

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

This text has shadow with #64703B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64703B on black background.


Color preview on white background

This text has color #64703B on white background.



Black color preview on #64703B background

This text has black color on #64703B background.


White color preview on #64703B background

This text has white color on #64703B background.