Color Hex Logo

#997046 Color Hex

#997046
(153,112,70)
0 Favorites   0 Comments

Color spaces of #997046

RGB 15311270
HSL0.080.370.44
HSV30°54°60°
CMYK 0.000.270.54   0.40
XYZ20.036518.80288.3676
Yxy18.80280.42440.3983
Hunter Lab43.36226.596218.9123
CIE-Lab50.455711.129029.5478

#997046 color RGB value is (153,112,70).

#997046 hex color red value is 153, green value is 112 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #997046 hue: 0.08 , saturation: 0.37 and the lightness value of 997046 is 0.44.

The process color (four color CMYK) of #997046 color hex is 0.00, 0.27, 0.54, 0.40. Web safe color of #997046 is #996633. Color #997046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110000 01000110
Octal 231 160 106
Decimal 153 112 70
Hex 99 70 46

RGB Percentages of Color #997046

%45.67
%33.43
%20.90

CMYK Percentages of Color #997046

%0
%27
%54
%40

Triadic Colors of #997046

#997046 #469970 #704699

Analogous Colors of #997046

#997046 #999946 #994746

Monochromatic Colors of #997046

#997046

Complementary Color

#997046 #466f99

#997046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997046 Color CSS Codes

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

#997046 Text Font Color

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

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


#997046 Background Color

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

This div background color is #997046


#997046 Border Color

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

This div border color is #997046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997046


Comments

No comments written yet.

Please login to write comment.