Color Hex Logo

#976a08 Color Hex

#976A08
(151,106,8)
0 Favorites   0 Comments

Color spaces of #976a08

RGB 1511068
HSL0.110.900.31
HSV41°95°59°
CMYK 0.000.300.95   0.41
XYZ17.960416.90492.5461
Yxy16.90490.48010.4519
Hunter Lab41.11566.021425.1093
CIE-Lab48.140010.455753.3942

#976a08 color RGB value is (151,106,8).

#976a08 hex color red value is 151, green value is 106 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #976a08 hue: 0.11 , saturation: 0.90 and the lightness value of 976a08 is 0.31.

The process color (four color CMYK) of #976a08 color hex is 0.00, 0.30, 0.95, 0.41. Web safe color of #976a08 is #996600. Color #976a08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101010 00001000
Octal 227 152 10
Decimal 151 106 8
Hex 97 6A 8

RGB Percentages of Color #976a08

%56.98
%40.00
%3.02

CMYK Percentages of Color #976a08

%0
%30
%95
%41

Triadic Colors of #976a08

#976a08 #08976a #6a0897

Analogous Colors of #976a08

#976a08 #7d9708 #972208

Monochromatic Colors of #976a08

#976a08

Complementary Color

#976a08 #083597

#976a08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976a08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976a08 Color CSS Codes

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

#976a08 Text Font Color

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

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


#976a08 Background Color

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

This div background color is #976a08


#976a08 Border Color

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

This div border color is #976a08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,106,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976a08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976a08;
  -webkit-box-shadow: 1px 1px 3px 2px #976a08;
  box-shadow:         1px 1px 3px 2px #976a08; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976a08


Comments

No comments written yet.

Please login to write comment.