Color Hex Logo

#64835e Color Hex

#64835E
(100,131,94)
0 Favorites   0 Comments

Color spaces of #64835e

RGB 10013194
HSL0.310.160.44
HSV110°28°51°
CMYK 0.240.000.28   0.49
XYZ15.392219.750113.5906
Yxy19.75010.31580.4053
Hunter Lab44.4411-15.948312.9772
CIE-Lab51.5535-18.642716.5200

#64835e color RGB value is (100,131,94).

#64835e hex color red value is 100, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #64835e hue: 0.31 , saturation: 0.16 and the lightness value of 64835e is 0.44.

The process color (four color CMYK) of #64835e color hex is 0.24, 0.00, 0.28, 0.49. Web safe color of #64835e is #669966. Color #64835e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000011 01011110
Octal 144 203 136
Decimal 100 131 94
Hex 64 83 5E

RGB Percentages of Color #64835e

%30.77
%40.31
%28.92

CMYK Percentages of Color #64835e

%24
%0
%28
%49

Triadic Colors of #64835e

#64835e #5e6483 #835e64

Analogous Colors of #64835e

#64835e #5e836b #77835e

Monochromatic Colors of #64835e

#64835e

Complementary Color

#64835e #7d5e83

#64835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64835e Color CSS Codes

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

#64835e Text Font Color

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

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


#64835e Background Color

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

This div background color is #64835e


#64835e Border Color

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

This div border color is #64835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64835e


Comments

No comments written yet.

Please login to write comment.