Color Hex Logo

#639048 Color Hex

#639048
(99,144,72)
0 Favorites   0 Comments

Color spaces of #639048

RGB 9914472
HSL0.270.330.42
HSV98°50°56°
CMYK 0.310.000.50   0.44
XYZ16.288523.06709.7248
Yxy23.06700.33190.4700
Hunter Lab48.0281-23.511821.6146
CIE-Lab55.1413-28.916833.2575

#639048 color RGB value is (99,144,72).

#639048 hex color red value is 99, green value is 144 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #639048 hue: 0.27 , saturation: 0.33 and the lightness value of 639048 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010000 01001000
Octal 143 220 110
Decimal 99 144 72
Hex 63 90 48

RGB Percentages of Color #639048

%31.43
%45.71
%22.86

CMYK Percentages of Color #639048

%31
%0
%50
%44

Triadic Colors of #639048

#639048 #486390 #904863

Analogous Colors of #639048

#639048 #489051 #879048

Monochromatic Colors of #639048

#639048

Complementary Color

#639048 #754890

#639048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639048 Color CSS Codes

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

#639048 Text Font Color

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

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


#639048 Background Color

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

This div background color is #639048


#639048 Border Color

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

This div border color is #639048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639048


Comments

No comments written yet.

Please login to write comment.