Color Hex Logo

#64826e Color Hex

#64826E
(100,130,110)
0 Favorites   0 Comments

Color spaces of #64826e

RGB 100130110
HSL0.390.130.45
HSV140°23°51°
CMYK 0.230.000.15   0.49
XYZ16.052619.800417.7276
Yxy19.80040.29960.3695
Hunter Lab44.4976-13.47677.5276
CIE-Lab51.6108-15.04647.3609

#64826e color RGB value is (100,130,110).

#64826e hex color red value is 100, green value is 130 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #64826e hue: 0.39 , saturation: 0.13 and the lightness value of 64826e is 0.45.

The process color (four color CMYK) of #64826e color hex is 0.23, 0.00, 0.15, 0.49. Web safe color of #64826e is #669966. Color #64826e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000010 01101110
Octal 144 202 156
Decimal 100 130 110
Hex 64 82 6E

RGB Percentages of Color #64826e

%29.41
%38.24
%32.35

CMYK Percentages of Color #64826e

%23
%0
%15
%49

Triadic Colors of #64826e

#64826e #6e6482 #826e64

Analogous Colors of #64826e

#64826e #64827d #698264

Monochromatic Colors of #64826e

#64826e

Complementary Color

#64826e #826478

#64826e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64826e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64826e Color CSS Codes

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

#64826e Text Font Color

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

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


#64826e Background Color

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

This div background color is #64826e


#64826e Border Color

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

This div border color is #64826e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64826e


Comments

No comments written yet.

Please login to write comment.