Color Hex Logo

#638a0c Color Hex

#638A0C
(99,138,12)
0 Favorites   0 Comments

Color spaces of #638a0c

RGB 9913812
HSL0.220.840.29
HSV79°91°54°
CMYK 0.280.000.91   0.46
XYZ14.300420.85623.6198
Yxy20.85620.36880.5379
Hunter Lab45.6686-24.025627.2685
CIE-Lab52.7918-30.582654.2975

#638a0c color RGB value is (99,138,12).

#638a0c hex color red value is 99, green value is 138 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #638a0c hue: 0.22 , saturation: 0.84 and the lightness value of 638a0c is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10001010 00001100
Octal 143 212 14
Decimal 99 138 12
Hex 63 8A C

RGB Percentages of Color #638a0c

%39.76
%55.42
%4.82

CMYK Percentages of Color #638a0c

%28
%0
%91
%46

Triadic Colors of #638a0c

#638a0c #0c638a #8a0c63

Analogous Colors of #638a0c

#638a0c #248a0c #8a720c

Monochromatic Colors of #638a0c

#638a0c

Complementary Color

#638a0c #330c8a

#638a0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638a0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#638a0c Color CSS Codes

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

#638a0c Text Font Color

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

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


#638a0c Background Color

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

This div background color is #638a0c


#638a0c Border Color

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

This div border color is #638a0c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,138,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #638a0c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #638a0c;
  -webkit-box-shadow: 1px 1px 3px 2px #638a0c;
  box-shadow:         1px 1px 3px 2px #638a0c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638a0c


Comments

No comments written yet.

Please login to write comment.