Color Hex Logo

#638366 Color Hex

#638366
(99,131,102)
0 Favorites   0 Comments

Color spaces of #638366

RGB 99131102
HSL0.350.140.45
HSV126°24°51°
CMYK 0.240.000.22   0.49
XYZ15.660219.844615.5754
Yxy19.84460.30660.3885
Hunter Lab44.5473-15.207610.4531
CIE-Lab51.6611-17.533712.0591

#638366 color RGB value is (99,131,102).

#638366 hex color red value is 99, green value is 131 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #638366 hue: 0.35 , saturation: 0.14 and the lightness value of 638366 is 0.45.

The process color (four color CMYK) of #638366 color hex is 0.24, 0.00, 0.22, 0.49. Web safe color of #638366 is #669966. Color #638366 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000011 01100110
Octal 143 203 146
Decimal 99 131 102
Hex 63 83 66

RGB Percentages of Color #638366

%29.82
%39.46
%30.72

CMYK Percentages of Color #638366

%24
%0
%22
%49

Triadic Colors of #638366

#638366 #666383 #836663

Analogous Colors of #638366

#638366 #638376 #708363

Monochromatic Colors of #638366

#638366

Complementary Color

#638366 #836380

#638366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#638366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#638366 Color CSS Codes

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

#638366 Text Font Color

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

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


#638366 Background Color

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

This div background color is #638366


#638366 Border Color

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

This div border color is #638366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #638366


Comments

No comments written yet.

Please login to write comment.