Color Hex Logo

#969763 Color Hex

#969763
(150,151,99)
0 Favorites   0 Comments

Color spaces of #969763

RGB 15015199
HSL0.170.210.49
HSV61°34°59°
CMYK 0.010.000.34   0.41
XYZ25.896429.518116.1371
Yxy29.51810.36190.4125
Hunter Lab54.3306-9.997320.4213
CIE-Lab61.2362-8.771327.3253

#969763 color RGB value is (150,151,99).

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

The process color (four color CMYK) of #969763 color hex is 0.01, 0.00, 0.34, 0.41. Web safe color of #969763 is #999966. Color #969763 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010111 01100011
Octal 226 227 143
Decimal 150 151 99
Hex 96 97 63

RGB Percentages of Color #969763

%37.50
%37.75
%24.75

CMYK Percentages of Color #969763

%1
%0
%34
%41

Triadic Colors of #969763

#969763 #639697 #976396

Analogous Colors of #969763

#969763 #7c9763 #977e63

Monochromatic Colors of #969763

#969763

Complementary Color

#969763 #646397

#969763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969763 Color CSS Codes

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

#969763 Text Font Color

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

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


#969763 Background Color

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

This div background color is #969763


#969763 Border Color

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

This div border color is #969763


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,151,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 #969763">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969763


Comments

No comments written yet.

Please login to write comment.