Color Hex Logo

#64866d Color Hex

#64866D
(100,134,109)
0 Favorites   0 Comments

Color spaces of #64866d

RGB 100134109
HSL0.380.150.46
HSV136°25°53°
CMYK 0.250.000.19   0.47
XYZ16.540920.863617.6233
Yxy20.86360.30060.3791
Hunter Lab45.6767-15.29409.0980
CIE-Lab52.7999-17.39749.6257

#64866d color RGB value is (100,134,109).

#64866d hex color red value is 100, green value is 134 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #64866d hue: 0.38 , saturation: 0.15 and the lightness value of 64866d is 0.46.

The process color (four color CMYK) of #64866d color hex is 0.25, 0.00, 0.19, 0.47. Web safe color of #64866d is #669966. Color #64866d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000110 01101101
Octal 144 206 155
Decimal 100 134 109
Hex 64 86 6D

RGB Percentages of Color #64866d

%29.15
%39.07
%31.78

CMYK Percentages of Color #64866d

%25
%0
%19
%47

Triadic Colors of #64866d

#64866d #6d6486 #866d64

Analogous Colors of #64866d

#64866d #64867e #6c8664

Monochromatic Colors of #64866d

#64866d

Complementary Color

#64866d #86647d

#64866d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64866d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64866d Color CSS Codes

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

#64866d Text Font Color

<p style="color:#64866d">Text here</p>

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


#64866d Background Color

<div style="background-color:#64866d">
Div content here</div>

This div background color is #64866d


#64866d Border Color

<div style="border:3px solid #64866d">
Div here</div>

This div border color is #64866d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,134,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64866d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64866d;
  -webkit-box-shadow: 1px 1px 3px 2px #64866d;
  box-shadow:         1px 1px 3px 2px #64866d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64866d


Comments

No comments written yet.

Please login to write comment.