Color Hex Logo

#969963 Color Hex

#969963
(150,153,99)
0 Favorites   0 Comments

Color spaces of #969963

RGB 15015399
HSL0.180.210.49
HSV63°35°60°
CMYK 0.020.000.35   0.40
XYZ26.221030.167316.2453
Yxy30.16730.36100.4153
Hunter Lab54.9248-10.902720.9109
CIE-Lab61.7983-9.845528.0585

#969963 color RGB value is (150,153,99).

#969963 hex color red value is 150, green value is 153 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #969963 hue: 0.18 , saturation: 0.21 and the lightness value of 969963 is 0.49.

The process color (four color CMYK) of #969963 color hex is 0.02, 0.00, 0.35, 0.40. Web safe color of #969963 is #999966. Color #969963 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011001 01100011
Octal 226 231 143
Decimal 150 153 99
Hex 96 99 63

RGB Percentages of Color #969963

%37.31
%38.06
%24.63

CMYK Percentages of Color #969963

%2
%0
%35
%40

Triadic Colors of #969963

#969963 #639699 #996396

Analogous Colors of #969963

#969963 #7b9963 #998163

Monochromatic Colors of #969963

#969963

Complementary Color

#969963 #666399

#969963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969963 Color CSS Codes

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

#969963 Text Font Color

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

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


#969963 Background Color

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

This div background color is #969963


#969963 Border Color

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

This div border color is #969963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969963


Comments

No comments written yet.

Please login to write comment.