Color Hex Logo

#638418 Color Hex

#638418
(99,132,24)
0 Favorites   0 Comments

Color spaces of #638418

RGB 9913224
HSL0.220.690.31
HSV78°82°52°
CMYK 0.250.000.82   0.48
XYZ13.561719.22113.8594
Yxy19.22110.37010.5246
Hunter Lab43.8419-21.507525.4700
CIE-Lab50.9449-27.282149.7246

#638418 color RGB value is (99,132,24).

#638418 hex color red value is 99, green value is 132 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #638418 hue: 0.22 , saturation: 0.69 and the lightness value of 638418 is 0.31.

The process color (four color CMYK) of #638418 color hex is 0.25, 0.00, 0.82, 0.48. Web safe color of #638418 is #669900. Color #638418 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000100 00011000
Octal 143 204 30
Decimal 99 132 24
Hex 63 84 18

RGB Percentages of Color #638418

%38.82
%51.76
%9.41

CMYK Percentages of Color #638418

%25
%0
%82
%48

Triadic Colors of #638418

#638418 #186384 #841863

Analogous Colors of #638418

#638418 #2d8418 #846f18

Monochromatic Colors of #638418

#638418

Complementary Color

#638418 #391884

#638418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638418 Color CSS Codes

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

#638418 Text Font Color

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

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


#638418 Background Color

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

This div background color is #638418


#638418 Border Color

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

This div border color is #638418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638418


Comments

No comments written yet.

Please login to write comment.