Color Hex Logo

#64876d Color Hex

#64876D
(100,135,109)
0 Favorites   0 Comments

Color spaces of #64876d

RGB 100135109
HSL0.380.150.46
HSV135°26°53°
CMYK 0.260.000.19   0.47
XYZ16.679821.141417.6696
Yxy21.14140.30060.3810
Hunter Lab45.9798-15.71139.4013
CIE-Lab53.1039-17.928610.0545

#64876d color RGB value is (100,135,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000111 01101101
Octal 144 207 155
Decimal 100 135 109
Hex 64 87 6D

RGB Percentages of Color #64876d

%29.07
%39.24
%31.69

CMYK Percentages of Color #64876d

%26
%0
%19
%47

Triadic Colors of #64876d

#64876d #6d6487 #876d64

Analogous Colors of #64876d

#64876d #64877f #6d8764

Monochromatic Colors of #64876d

#64876d

Complementary Color

#64876d #87647e

#64876d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64876d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64876d Color CSS Codes

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

#64876d Text Font Color

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

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


#64876d Background Color

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

This div background color is #64876d


#64876d Border Color

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

This div border color is #64876d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64876d


Comments

No comments written yet.

Please login to write comment.