COLOR #64470A

HEX: #64470A
RGB: (100,71,10)

Color info

#64470A contains mainly red and green colors. Web safe color of #64470A is #663300 (or #630).

RGB color model

#64470A color RGB value is (100,71,10).

  • red value is 100;
  • green value is 71;
  • blue value is 10.
RGB:
(100,71,10)
(39%,28%,4%)

RGB channels and saturation

R 100 of 255 = 39%
G 71 of 255 = 28%
B 10 of 255 = 4%

100
71
10

R + G + B ~ 24%. #64470A is dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 71 + 10 = 181 (100%)
R 100 of 181 ~ 55.25%
G 71 of 181 ~ 39.23%
B 10 of 181 ~ 5.52%

%55.25
%39.23

CMYK color model

#64470A color CMYK value is (0,29,90,61).

  • cyan value is 0.00%
  • magenta value is 29.00%
  • yellow value is 90.00%
  • key color value is 60.78%
CMYK:
(0,29,90,61)
C0M29Y90K61 
(0%,29%,90%,61%)
(0.00/0.29/0.90/0.61)	

CMYK percentages

%0
%29
%90
%60.78

Codes

Color #64470A in popluar color models

64470A
RGB1007110
HSL41°81.82%21.57%
HSB/HSV41°90.00%39.22%
CMYK0.00%29.00%90.00%
60.78%

Color #64470A in popluar number systems.

HEX64470A
Decimal1007110
Binary110010010001111010
Octal14410712

Shades and tints

Shades of #64470A

#64470A
(100,71,10)
#5B410A
(91,65,10)
#523B0A
(82,59,10)
#49350A
(73,53,10)
#402F0A
(64,47,10)
#37290A
(55,41,10)
#2E230A
(46,35,10)
#251D0A
(37,29,10)
#1C170A
(28,23,10)
#13110A
(19,17,10)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #64470A

#64470A
(100,71,10)
#725720
(114,87,32)
#806736
(128,103,54)
#8E774C
(142,119,76)
#9C8762
(156,135,98)
#AA9778
(170,151,120)
#B8A78E
(184,167,142)
#C6B7A4
(198,183,164)
#D4C7BA
(212,199,186)
#E2D7D0
(226,215,208)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64470A color. Also use rgb(100,71,10) instead hex code.

Text Font Color

.myTextColor { color: #64470A; }

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

This text font color is #64470A.


Background Color

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

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

This div background color is #64470A.


Border color

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

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

This div border color is #64470A.


Opacity

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

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

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

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

This text has shadow with #64470A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64470A on black background.


Color preview on white background

This text has color #64470A on white background.



Black color preview on #64470A background

This text has black color on #64470A background.


White color preview on #64470A background

This text has white color on #64470A background.