Color Hex Logo

#997607 Color Hex

#997607
(153,118,7)
0 Favorites   0 Comments

Color spaces of #997607

RGB 1531187
HSL0.130.910.31
HSV46°95°60°
CMYK 0.000.230.95   0.40
XYZ19.653719.74452.9762
Yxy19.74450.46380.4660
Hunter Lab44.43481.190527.1332
CIE-Lab51.54714.517456.2142

#997607 color RGB value is (153,118,7).

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

The process color (four color CMYK) of #997607 color hex is 0.00, 0.23, 0.95, 0.40. Web safe color of #997607 is #996600. Color #997607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110110 00000111
Octal 231 166 7
Decimal 153 118 7
Hex 99 76 7

RGB Percentages of Color #997607

%55.04
%42.45
%2.52

CMYK Percentages of Color #997607

%0
%23
%95
%40

Triadic Colors of #997607

#997607 #079976 #760799

Analogous Colors of #997607

#997607 #739907 #992d07

Monochromatic Colors of #997607

#997607

Complementary Color

#997607 #072a99

#997607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997607 Color CSS Codes

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

#997607 Text Font Color

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

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


#997607 Background Color

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

This div background color is #997607


#997607 Border Color

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

This div border color is #997607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997607


Comments

No comments written yet.

Please login to write comment.