Color Hex Logo

#64876e Color Hex

#64876E
(100,135,110)
0 Favorites   0 Comments

Color spaces of #64876e

RGB 100135110
HSL0.380.150.46
HSV137°26°53°
CMYK 0.260.000.19   0.47
XYZ16.734021.163117.9548
Yxy21.16310.29960.3789
Hunter Lab46.0034-15.57559.0619
CIE-Lab53.1275-17.72769.5115

#64876e color RGB value is (100,135,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000111 01101110
Octal 144 207 156
Decimal 100 135 110
Hex 64 87 6E

RGB Percentages of Color #64876e

%28.99
%39.13
%31.88

CMYK Percentages of Color #64876e

%26
%0
%19
%47

Triadic Colors of #64876e

#64876e #6e6487 #876e64

Analogous Colors of #64876e

#64876e #648780 #6c8764

Monochromatic Colors of #64876e

#64876e

Complementary Color

#64876e #87647d

#64876e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64876e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64876e Color CSS Codes

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

#64876e Text Font Color

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

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


#64876e Background Color

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

This div background color is #64876e


#64876e Border Color

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

This div border color is #64876e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,135,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 #64876e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64876e


Comments

No comments written yet.

Please login to write comment.