Color Hex Logo

#64815d Color Hex

#64815D
(100,129,93)
0 Favorites   0 Comments

Color spaces of #64815d

RGB 10012993
HSL0.300.160.44
HSV108°28°51°
CMYK 0.220.000.28   0.49
XYZ15.081619.200213.2670
Yxy19.20020.31720.4038
Hunter Lab43.8180-15.244212.7211
CIE-Lab50.9206-17.760416.2285

#64815d color RGB value is (100,129,93).

#64815d hex color red value is 100, green value is 129 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #64815d hue: 0.30 , saturation: 0.16 and the lightness value of 64815d is 0.44.

The process color (four color CMYK) of #64815d color hex is 0.22, 0.00, 0.28, 0.49. Web safe color of #64815d is #669966. Color #64815d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000001 01011101
Octal 144 201 135
Decimal 100 129 93
Hex 64 81 5D

RGB Percentages of Color #64815d

%31.06
%40.06
%28.88

CMYK Percentages of Color #64815d

%22
%0
%28
%49

Triadic Colors of #64815d

#64815d #5d6481 #815d64

Analogous Colors of #64815d

#64815d #5d8168 #76815d

Monochromatic Colors of #64815d

#64815d

Complementary Color

#64815d #7a5d81

#64815d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64815d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64815d Color CSS Codes

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

#64815d Text Font Color

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

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


#64815d Background Color

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

This div background color is #64815d


#64815d Border Color

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

This div border color is #64815d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64815d

#64815d Color Palettes


Comments

No comments written yet.

Please login to write comment.