Color Hex Logo

#968507 Color Hex

#968507
(150,133,7)
0 Favorites   0 Comments

Color spaces of #968507

RGB 1501337
HSL0.150.910.31
HSV53°95°59°
CMYK 0.000.110.95   0.41
XYZ21.003623.27443.5864
Yxy23.27440.43880.4863
Hunter Lab48.2435-6.713429.3629
CIE-Lab55.3539-5.271158.9133

#968507 color RGB value is (150,133,7).

#968507 hex color red value is 150, green value is 133 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #968507 hue: 0.15 , saturation: 0.91 and the lightness value of 968507 is 0.31.

The process color (four color CMYK) of #968507 color hex is 0.00, 0.11, 0.95, 0.41. Web safe color of #968507 is #999900. Color #968507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000101 00000111
Octal 226 205 7
Decimal 150 133 7
Hex 96 85 7

RGB Percentages of Color #968507

%51.72
%45.86
%2.41

CMYK Percentages of Color #968507

%0
%11
%95
%41

Triadic Colors of #968507

#968507 #079685 #850796

Analogous Colors of #968507

#968507 #609607 #963d07

Monochromatic Colors of #968507

#968507

Complementary Color

#968507 #071896

#968507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968507 Color CSS Codes

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

#968507 Text Font Color

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

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


#968507 Background Color

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

This div background color is #968507


#968507 Border Color

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

This div border color is #968507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968507


Comments

No comments written yet.

Please login to write comment.