Color Hex Logo

#64887d Color Hex

#64887D
(100,136,125)
0 Favorites   0 Comments

Color spaces of #64887d

RGB 100136125
HSL0.450.150.46
HSV162°26°53°
CMYK 0.260.000.08   0.47
XYZ17.761421.798322.6734
Yxy21.79830.28540.3503
Hunter Lab46.6886-13.79983.8891
CIE-Lab53.8123-15.05781.8214

#64887d color RGB value is (100,136,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 10001000 01111101
Octal 144 210 175
Decimal 100 136 125
Hex 64 88 7D

RGB Percentages of Color #64887d

%27.70
%37.67
%34.63

CMYK Percentages of Color #64887d

%26
%0
%8
%47

Triadic Colors of #64887d

#64887d #7d6488 #887d64

Analogous Colors of #64887d

#64887d #648188 #64886b

Monochromatic Colors of #64887d

#64887d

Complementary Color

#64887d #88646f

#64887d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64887d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64887d Color CSS Codes

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

#64887d Text Font Color

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

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


#64887d Background Color

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

This div background color is #64887d


#64887d Border Color

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

This div border color is #64887d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64887d


Comments

No comments written yet.

Please login to write comment.