Color Hex Logo

#968207 Color Hex

#968207
(150,130,7)
0 Favorites   0 Comments

Color spaces of #968207

RGB 1501307
HSL0.140.910.31
HSV52°95°59°
CMYK 0.000.130.95   0.41
XYZ20.598722.46463.4515
Yxy22.46460.44280.4830
Hunter Lab47.3968-5.368228.8602
CIE-Lab54.5165-3.617058.2838

#968207 color RGB value is (150,130,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 00000111
Octal 226 202 7
Decimal 150 130 7
Hex 96 82 7

RGB Percentages of Color #968207

%52.26
%45.30
%2.44

CMYK Percentages of Color #968207

%0
%13
%95
%41

Triadic Colors of #968207

#968207 #079682 #820796

Analogous Colors of #968207

#968207 #639607 #963b07

Monochromatic Colors of #968207

#968207

Complementary Color

#968207 #071b96

#968207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968207 Color CSS Codes

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

#968207 Text Font Color

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

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


#968207 Background Color

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

This div background color is #968207


#968207 Border Color

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

This div border color is #968207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968207


Comments

No comments written yet.

Please login to write comment.