Color Hex Logo

#638040 Color Hex

#638040
(99,128,64)
0 Favorites   0 Comments

Color spaces of #638040

RGB 9912864
HSL0.240.330.38
HSV87°50°50°
CMYK 0.230.000.50   0.50
XYZ13.790218.46127.6870
Yxy18.46120.34530.4622
Hunter Lab42.9665-17.901419.4692
CIE-Lab50.0508-21.969031.2206

#638040 color RGB value is (99,128,64).

#638040 hex color red value is 99, green value is 128 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #638040 hue: 0.24 , saturation: 0.33 and the lightness value of 638040 is 0.38.

The process color (four color CMYK) of #638040 color hex is 0.23, 0.00, 0.50, 0.50. Web safe color of #638040 is #669933. Color #638040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000000 01000000
Octal 143 200 100
Decimal 99 128 64
Hex 63 80 40

RGB Percentages of Color #638040

%34.02
%43.99
%21.99

CMYK Percentages of Color #638040

%23
%0
%50
%50

Triadic Colors of #638040

#638040 #406380 #804063

Analogous Colors of #638040

#638040 #438040 #807d40

Monochromatic Colors of #638040

#638040

Complementary Color

#638040 #5d4080

#638040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638040 Color CSS Codes

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

#638040 Text Font Color

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

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


#638040 Background Color

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

This div background color is #638040


#638040 Border Color

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

This div border color is #638040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,128,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 #638040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638040


Comments

No comments written yet.

Please login to write comment.