Color Hex Logo

#636140 Color Hex

#636140
(99,97,64)
0 Favorites   0 Comments

Color spaces of #636140

RGB 999764
HSL0.160.210.32
HSV57°35°39°
CMYK 0.000.020.35   0.61
XYZ10.345711.57226.5389
Yxy11.57220.36360.4067
Hunter Lab34.0179-5.245112.4159
CIE-Lab40.5280-4.923119.1410

#636140 color RGB value is (99,97,64).

#636140 hex color red value is 99, green value is 97 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #636140 hue: 0.16 , saturation: 0.21 and the lightness value of 636140 is 0.32.

The process color (four color CMYK) of #636140 color hex is 0.00, 0.02, 0.35, 0.61. Web safe color of #636140 is #666633. Color #636140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01100001 01000000
Octal 143 141 100
Decimal 99 97 64
Hex 63 61 40

RGB Percentages of Color #636140

%38.08
%37.31
%24.62

CMYK Percentages of Color #636140

%0
%2
%35
%61

Triadic Colors of #636140

#636140 #406361 #614063

Analogous Colors of #636140

#636140 #546340 #635040

Monochromatic Colors of #636140

#636140

Complementary Color

#636140 #404263

#636140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#636140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#636140 Color CSS Codes

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

#636140 Text Font Color

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

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


#636140 Background Color

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

This div background color is #636140


#636140 Border Color

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

This div border color is #636140


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,97,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #636140; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #636140;
  -webkit-box-shadow: 1px 1px 3px 2px #636140;
  box-shadow:         1px 1px 3px 2px #636140; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,97,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #636140


Comments

No comments written yet.

Please login to write comment.