Color Hex Logo

#977916 Color Hex

#977916
(151,121,22)
0 Favorites   0 Comments

Color spaces of #977916

RGB 15112122
HSL0.130.750.34
HSV46°85°59°
CMYK 0.000.200.85   0.41
XYZ19.744720.31203.6390
Yxy20.31200.45190.4649
Hunter Lab45.0688-0.669426.7609
CIE-Lab52.18812.209953.1433

#977916 color RGB value is (151,121,22).

#977916 hex color red value is 151, green value is 121 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #977916 hue: 0.13 , saturation: 0.75 and the lightness value of 977916 is 0.34.

The process color (four color CMYK) of #977916 color hex is 0.00, 0.20, 0.85, 0.41. Web safe color of #977916 is #996600. Color #977916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111001 00010110
Octal 227 171 26
Decimal 151 121 22
Hex 97 79 16

RGB Percentages of Color #977916

%51.36
%41.16
%7.48

CMYK Percentages of Color #977916

%0
%20
%85
%41

Triadic Colors of #977916

#977916 #169779 #791697

Analogous Colors of #977916

#977916 #759716 #973916

Monochromatic Colors of #977916

#977916

Complementary Color

#977916 #163497

#977916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977916 Color CSS Codes

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

#977916 Text Font Color

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

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


#977916 Background Color

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

This div background color is #977916


#977916 Border Color

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

This div border color is #977916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977916


Comments

No comments written yet.

Please login to write comment.