Color Hex Logo

#638010 Color Hex

#638010
(99,128,16)
0 Favorites   0 Comments

Color spaces of #638010

RGB 9912816
HSL0.210.780.28
HSV76°88°50°
CMYK 0.230.000.88   0.50
XYZ12.958318.12843.3064
Yxy18.12840.37680.5271
Hunter Lab42.5775-20.184725.2000
CIE-Lab49.6515-25.640950.7955

#638010 color RGB value is (99,128,16).

#638010 hex color red value is 99, green value is 128 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #638010 hue: 0.21 , saturation: 0.78 and the lightness value of 638010 is 0.28.

The process color (four color CMYK) of #638010 color hex is 0.23, 0.00, 0.88, 0.50. Web safe color of #638010 is #669900. Color #638010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000000 00010000
Octal 143 200 20
Decimal 99 128 16
Hex 63 80 10

RGB Percentages of Color #638010

%40.74
%52.67
%6.58

CMYK Percentages of Color #638010

%23
%0
%88
%50

Triadic Colors of #638010

#638010 #106380 #801063

Analogous Colors of #638010

#638010 #2b8010 #806510

Monochromatic Colors of #638010

#638010

Complementary Color

#638010 #2d1080

#638010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638010 Color CSS Codes

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

#638010 Text Font Color

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

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


#638010 Background Color

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

This div background color is #638010


#638010 Border Color

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

This div border color is #638010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638010


Comments

No comments written yet.

Please login to write comment.