Color Hex Logo

#638564 Color Hex

#638564
(99,133,100)
0 Favorites   0 Comments

Color spaces of #638564

RGB 99133100
HSL0.340.150.45
HSV122°26°52°
CMYK 0.260.000.25   0.48
XYZ15.833420.347815.1496
Yxy20.34780.30850.3964
Hunter Lab45.1085-16.285211.6636
CIE-Lab52.2282-18.971413.9989

#638564 color RGB value is (99,133,100).

#638564 hex color red value is 99, green value is 133 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #638564 hue: 0.34 , saturation: 0.15 and the lightness value of 638564 is 0.45.

The process color (four color CMYK) of #638564 color hex is 0.26, 0.00, 0.25, 0.48. Web safe color of #638564 is #669966. Color #638564 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000101 01100100
Octal 143 205 144
Decimal 99 133 100
Hex 63 85 64

RGB Percentages of Color #638564

%29.82
%40.06
%30.12

CMYK Percentages of Color #638564

%26
%0
%25
%48

Triadic Colors of #638564

#638564 #646385 #856463

Analogous Colors of #638564

#638564 #638575 #738563

Monochromatic Colors of #638564

#638564

Complementary Color

#638564 #856384

#638564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638564 Color CSS Codes

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

#638564 Text Font Color

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

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


#638564 Background Color

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

This div background color is #638564


#638564 Border Color

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

This div border color is #638564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638564


Comments

No comments written yet.

Please login to write comment.