Color Hex Logo

#64876f Color Hex

#64876F
(100,135,111)
4 Favorites   0 Comments

Color spaces of #64876f

RGB 100135111
HSL0.390.150.46
HSV139°26°53°
CMYK 0.260.000.18   0.47
XYZ16.788721.185018.2432
Yxy21.18500.29860.3768
Hunter Lab46.0272-15.43858.7190
CIE-Lab53.1514-17.52538.9685

#64876f color RGB value is (100,135,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000111 01101111
Octal 144 207 157
Decimal 100 135 111
Hex 64 87 6F

RGB Percentages of Color #64876f

%28.90
%39.02
%32.08

CMYK Percentages of Color #64876f

%26
%0
%18
%47

Triadic Colors of #64876f

#64876f #6f6487 #876f64

Analogous Colors of #64876f

#64876f #648781 #6b8764

Monochromatic Colors of #64876f

#64876f

Complementary Color

#64876f #87647c

#64876f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64876f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64876f Color CSS Codes

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

#64876f Text Font Color

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

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


#64876f Background Color

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

This div background color is #64876f


#64876f Border Color

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

This div border color is #64876f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64876f


Comments

No comments written yet.

Please login to write comment.