Color Hex Logo

#976104 Color Hex

#976104
(151,97,4)
0 Favorites   0 Comments

Color spaces of #976104

RGB 151974
HSL0.110.950.30
HSV38°97°59°
CMYK 0.000.360.97   0.41
XYZ17.059115.13752.1376
Yxy15.13750.49690.4409
Hunter Lab38.906910.177823.9774
CIE-Lab45.822015.565152.6362

#976104 color RGB value is (151,97,4).

#976104 hex color red value is 151, green value is 97 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #976104 hue: 0.11 , saturation: 0.95 and the lightness value of 976104 is 0.30.

The process color (four color CMYK) of #976104 color hex is 0.00, 0.36, 0.97, 0.41. Web safe color of #976104 is #996600. Color #976104 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100001 00000100
Octal 227 141 4
Decimal 151 97 4
Hex 97 61 4

RGB Percentages of Color #976104

%59.92
%38.49
%1.59

CMYK Percentages of Color #976104

%0
%36
%97
%41

Triadic Colors of #976104

#976104 #049761 #610497

Analogous Colors of #976104

#976104 #849704 #971804

Monochromatic Colors of #976104

#976104

Complementary Color

#976104 #043a97

#976104 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976104 Color Preview on White Background

Lorem ipsum dolor sit amet.

#976104 Color CSS Codes

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

#976104 Text Font Color

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

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


#976104 Background Color

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

This div background color is #976104


#976104 Border Color

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

This div border color is #976104


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976104


Comments

No comments written yet.

Please login to write comment.