Color Hex Logo

#638320 Color Hex

#638320
(99,131,32)
0 Favorites   0 Comments

Color spaces of #638320

RGB 9913132
HSL0.220.610.32
HSV79°76°51°
CMYK 0.240.000.76   0.49
XYZ13.522618.98954.3191
Yxy18.98950.36720.5156
Hunter Lab43.5769-20.868324.6274
CIE-Lab50.6749-26.369846.7479

#638320 color RGB value is (99,131,32).

#638320 hex color red value is 99, green value is 131 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #638320 hue: 0.22 , saturation: 0.61 and the lightness value of 638320 is 0.32.

The process color (four color CMYK) of #638320 color hex is 0.24, 0.00, 0.76, 0.49. Web safe color of #638320 is #669933. Color #638320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000011 00100000
Octal 143 203 40
Decimal 99 131 32
Hex 63 83 20

RGB Percentages of Color #638320

%37.79
%50.00
%12.21

CMYK Percentages of Color #638320

%24
%0
%76
%49

Triadic Colors of #638320

#638320 #206383 #832063

Analogous Colors of #638320

#638320 #328320 #837220

Monochromatic Colors of #638320

#638320

Complementary Color

#638320 #402083

#638320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638320 Color CSS Codes

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

#638320 Text Font Color

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

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


#638320 Background Color

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

This div background color is #638320


#638320 Border Color

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

This div border color is #638320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638320


Comments

No comments written yet.

Please login to write comment.