Color Hex Logo

#64712c Color Hex

#64712C
(100,113,44)
0 Favorites   0 Comments

Color spaces of #64712c

RGB 10011344
HSL0.200.440.31
HSV71°61°44°
CMYK 0.120.000.61   0.56
XYZ11.615314.70144.6083
Yxy14.70140.37560.4754
Hunter Lab38.3424-13.025119.7137
CIE-Lab45.2225-15.766835.8575

#64712c color RGB value is (100,113,44).

#64712c hex color red value is 100, green value is 113 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #64712c hue: 0.20 , saturation: 0.44 and the lightness value of 64712c is 0.31.

The process color (four color CMYK) of #64712c color hex is 0.12, 0.00, 0.61, 0.56. Web safe color of #64712c is #666633. Color #64712c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01110001 00101100
Octal 144 161 54
Decimal 100 113 44
Hex 64 71 2C

RGB Percentages of Color #64712c

%38.91
%43.97
%17.12

CMYK Percentages of Color #64712c

%12
%0
%61
%56

Triadic Colors of #64712c

#64712c #2c6471 #712c64

Analogous Colors of #64712c

#64712c #42712c #715c2c

Monochromatic Colors of #64712c

#64712c

Complementary Color

#64712c #392c71

#64712c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64712c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64712c Color CSS Codes

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

#64712c Text Font Color

<p style="color:#64712c">Text here</p>

This sample text font color is #64712c
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.


#64712c Background Color

<div style="background-color:#64712c">
Div content here</div>

This div background color is #64712c


#64712c Border Color

<div style="border:3px solid #64712c">
Div here</div>

This div border color is #64712c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,113,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64712c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64712c;
  -webkit-box-shadow: 1px 1px 3px 2px #64712c;
  box-shadow:         1px 1px 3px 2px #64712c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64712c


Comments

No comments written yet.

Please login to write comment.