Color Hex Logo

#997004 Color Hex

#997004
(153,112,4)
0 Favorites   0 Comments

Color spaces of #997004

RGB 1531124
HSL0.120.950.31
HSV43°97°60°
CMYK 0.000.270.97   0.40
XYZ18.953018.36942.6616
Yxy18.36940.47400.4594
Hunter Lab42.85953.930626.3197
CIE-Lab49.94117.883355.6476

#997004 color RGB value is (153,112,4).

#997004 hex color red value is 153, green value is 112 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #997004 hue: 0.12 , saturation: 0.95 and the lightness value of 997004 is 0.31.

The process color (four color CMYK) of #997004 color hex is 0.00, 0.27, 0.97, 0.40. Web safe color of #997004 is #996600. Color #997004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110000 00000100
Octal 231 160 4
Decimal 153 112 4
Hex 99 70 4

RGB Percentages of Color #997004

%56.88
%41.64
%1.49

CMYK Percentages of Color #997004

%0
%27
%97
%40

Triadic Colors of #997004

#997004 #049970 #700499

Analogous Colors of #997004

#997004 #789904 #992504

Monochromatic Colors of #997004

#997004

Complementary Color

#997004 #042d99

#997004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997004 Color CSS Codes

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

#997004 Text Font Color

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

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


#997004 Background Color

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

This div background color is #997004


#997004 Border Color

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

This div border color is #997004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997004


Comments

No comments written yet.

Please login to write comment.