Color Hex Logo

#63966a Color Hex

#63966A
(99,150,106)
0 Favorites   0 Comments

Color spaces of #63966a

RGB 99150106
HSL0.360.200.49
HSV128°34°59°
CMYK 0.340.000.29   0.41
XYZ18.653525.505917.5757
Yxy25.50590.30220.4132
Hunter Lab50.5034-22.451614.7188
CIE-Lab57.5651-26.525317.9397

#63966a color RGB value is (99,150,106).

#63966a hex color red value is 99, green value is 150 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #63966a hue: 0.36 , saturation: 0.20 and the lightness value of 63966a is 0.49.

The process color (four color CMYK) of #63966a color hex is 0.34, 0.00, 0.29, 0.41. Web safe color of #63966a is #669966. Color #63966a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10010110 01101010
Octal 143 226 152
Decimal 99 150 106
Hex 63 96 6A

RGB Percentages of Color #63966a

%27.89
%42.25
%29.86

CMYK Percentages of Color #63966a

%34
%0
%29
%41

Triadic Colors of #63966a

#63966a #6a6396 #966a63

Analogous Colors of #63966a

#63966a #639684 #769663

Monochromatic Colors of #63966a

#63966a

Complementary Color

#63966a #96638f

#63966a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63966a Color Preview on White Background

Lorem ipsum dolor sit amet.

#63966a Color CSS Codes

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

#63966a Text Font Color

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

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


#63966a Background Color

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

This div background color is #63966a


#63966a Border Color

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

This div border color is #63966a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,150,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #63966a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #63966a;
  -webkit-box-shadow: 1px 1px 3px 2px #63966a;
  box-shadow:         1px 1px 3px 2px #63966a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63966a


Comments

No comments written yet.

Please login to write comment.