Color Hex Logo

#64741e Color Hex

#64741E
(100,116,30)
0 Favorites   0 Comments

Color spaces of #64741e

RGB 10011630
HSL0.200.590.29
HSV71°74°45°
CMYK 0.140.000.74   0.55
XYZ11.735315.29383.5618
Yxy15.29380.38360.4999
Hunter Lab39.1073-14.873521.9751
CIE-Lab46.0340-18.413242.9915

#64741e color RGB value is (100,116,30).

#64741e hex color red value is 100, green value is 116 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #64741e hue: 0.20 , saturation: 0.59 and the lightness value of 64741e is 0.29.

The process color (four color CMYK) of #64741e color hex is 0.14, 0.00, 0.74, 0.55. Web safe color of #64741e is #666633. Color #64741e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110100 00011110
Octal 144 164 36
Decimal 100 116 30
Hex 64 74 1E

RGB Percentages of Color #64741e

%40.65
%47.15
%12.20

CMYK Percentages of Color #64741e

%14
%0
%74
%55

Triadic Colors of #64741e

#64741e #1e6474 #741e64

Analogous Colors of #64741e

#64741e #39741e #74591e

Monochromatic Colors of #64741e

#64741e

Complementary Color

#64741e #2e1e74

#64741e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64741e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64741e Color CSS Codes

.mybgcolor {background-color:#64741e; } 
.myforecolor {color:#64741e; }
.mybordercolor {border:3px solid #64741e; }

#64741e Text Font Color

<p style="color:#64741e">Text here</p>

This sample text font color is #64741e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#64741e Background Color

<div style="background-color:#64741e">
Div content here</div>

This div background color is #64741e


#64741e Border Color

<div style="border:3px solid #64741e">
Div here</div>

This div border color is #64741e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,116,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64741e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64741e;
  -webkit-box-shadow: 1px 1px 3px 2px #64741e;
  box-shadow:         1px 1px 3px 2px #64741e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,116,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #64741e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #64741e;
  -webkit-box-shadow: 1px 1px 3px 2px #64741e;
  box-shadow:         1px 1px 3px 2px #64741e;">
Div content here</div>

This div box has shadow with color #64741e


Comments

No comments written yet.

Please login to write comment.