Color Hex Logo

#64836c Color Hex

#64836C
(100,131,108)
0 Favorites   0 Comments

Color spaces of #64836c

RGB 100131108
HSL0.380.130.45
HSV135°24°51°
CMYK 0.240.000.18   0.49
XYZ16.078620.024617.2051
Yxy20.02460.30160.3756
Hunter Lab44.7489-14.17418.5283
CIE-Lab51.8650-15.99318.8829

#64836c color RGB value is (100,131,108).

#64836c hex color red value is 100, green value is 131 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #64836c hue: 0.38 , saturation: 0.13 and the lightness value of 64836c is 0.45.

The process color (four color CMYK) of #64836c color hex is 0.24, 0.00, 0.18, 0.49. Web safe color of #64836c is #669966. Color #64836c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 10000011 01101100
Octal 144 203 154
Decimal 100 131 108
Hex 64 83 6C

RGB Percentages of Color #64836c

%29.50
%38.64
%31.86

CMYK Percentages of Color #64836c

%24
%0
%18
%49

Triadic Colors of #64836c

#64836c #6c6483 #836c64

Analogous Colors of #64836c

#64836c #64837c #6c8364

Monochromatic Colors of #64836c

#64836c

Complementary Color

#64836c #83647b

#64836c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64836c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64836c Color CSS Codes

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

#64836c Text Font Color

<p style="color:#64836c">Text here</p>

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


#64836c Background Color

<div style="background-color:#64836c">
Div content here</div>

This div background color is #64836c


#64836c Border Color

<div style="border:3px solid #64836c">
Div here</div>

This div border color is #64836c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64836c


Comments

No comments written yet.

Please login to write comment.