Color Hex Logo

#64886e Color Hex

#64886E
(100,136,110)
0 Favorites   0 Comments

Color spaces of #64886e

RGB 100136110
HSL0.380.150.46
HSV137°26°53°
CMYK 0.260.000.19   0.47
XYZ16.874221.443418.0015
Yxy21.44340.29960.3807
Hunter Lab46.3070-15.99229.3664
CIE-Lab53.4314-18.25699.9403

#64886e color RGB value is (100,136,110).

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

The process color (four color CMYK) of #64886e color hex is 0.26, 0.00, 0.19, 0.47. Web safe color of #64886e is #669966. Color #64886e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001000 01101110
Octal 144 210 156
Decimal 100 136 110
Hex 64 88 6E

RGB Percentages of Color #64886e

%28.90
%39.31
%31.79

CMYK Percentages of Color #64886e

%26
%0
%19
%47

Triadic Colors of #64886e

#64886e #6e6488 #886e64

Analogous Colors of #64886e

#64886e #648880 #6c8864

Monochromatic Colors of #64886e

#64886e

Complementary Color

#64886e #88647e

#64886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64886e Color CSS Codes

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

#64886e Text Font Color

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

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


#64886e Background Color

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

This div background color is #64886e


#64886e Border Color

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

This div border color is #64886e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64886e


Comments

No comments written yet.

Please login to write comment.