COLOR #64740A

HEX: #64740A
RGB: (100,116,10)

Color info

#64740A contains mainly red and green colors. Web safe color of #64740A is #666600 (or #660).

RGB color model

#64740A color RGB value is (100,116,10).

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

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 10 of 255 = 4%

100
116
10

R + G + B ~ 29%. #64740A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 10 = 226 (100%)
R 100 of 226 ~ 44.25%
G 116 of 226 ~ 51.33%
B 10 of 226 ~ 4.42%

%44.25
%51.33

CMYK color model

#64740A color CMYK value is (14,0,91,55).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 91.38%
  • key color value is 54.51%
CMYK:
(14,0,91,55)
C14M0Y91K55 
(14%,0%,91%,55%)
(0.14/0.00/0.91/0.55)	

CMYK percentages

%13.79
%0
%91.38
%54.51

Codes

Color #64740A in popluar color models

64740A
RGB10011610
HSL69°84.13%24.71%
HSB/HSV69°91.38%45.49%
CMYK13.79%0.00%91.38%
54.51%

Color #64740A in popluar number systems.

HEX64740A
Decimal10011610
Binary110010011101001010
Octal14416412

Shades and tints

Shades of #64740A

#64740A
(100,116,10)
#5B6A0A
(91,106,10)
#52600A
(82,96,10)
#49560A
(73,86,10)
#404C0A
(64,76,10)
#37420A
(55,66,10)
#2E380A
(46,56,10)
#252E0A
(37,46,10)
#1C240A
(28,36,10)
#131A0A
(19,26,10)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #64740A

#64740A
(100,116,10)
#728020
(114,128,32)
#808C36
(128,140,54)
#8E984C
(142,152,76)
#9CA462
(156,164,98)
#AAB078
(170,176,120)
#B8BC8E
(184,188,142)
#C6C8A4
(198,200,164)
#D4D4BA
(212,212,186)
#E2E0D0
(226,224,208)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64740A; }

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

This text font color is #64740A.


Background Color

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

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

This div background color is #64740A.


Border color

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

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

This div border color is #64740A.


Opacity

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

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

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

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

This text has shadow with #64740A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64740A on black background.


Color preview on white background

This text has color #64740A on white background.



Black color preview on #64740A background

This text has black color on #64740A background.


White color preview on #64740A background

This text has white color on #64740A background.