Color Hex Logo

#638916 Color Hex

#638916
(99,137,22)
0 Favorites   0 Comments

Color spaces of #638916

RGB 9913722
HSL0.220.720.31
HSV80°84°54°
CMYK 0.280.000.84   0.46
XYZ14.236120.60193.9853
Yxy20.60190.36670.5307
Hunter Lab45.3893-23.445826.5667
CIE-Lab52.5110-29.771751.7180

#638916 color RGB value is (99,137,22).

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

The process color (four color CMYK) of #638916 color hex is 0.28, 0.00, 0.84, 0.46. Web safe color of #638916 is #669900. Color #638916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001001 00010110
Octal 143 211 26
Decimal 99 137 22
Hex 63 89 16

RGB Percentages of Color #638916

%38.37
%53.10
%8.53

CMYK Percentages of Color #638916

%28
%0
%84
%46

Triadic Colors of #638916

#638916 #166389 #891663

Analogous Colors of #638916

#638916 #298916 #897616

Monochromatic Colors of #638916

#638916

Complementary Color

#638916 #3c1689

#638916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638916 Color CSS Codes

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

#638916 Text Font Color

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

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


#638916 Background Color

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

This div background color is #638916


#638916 Border Color

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

This div border color is #638916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638916


Comments

No comments written yet.

Please login to write comment.