Color Hex Logo

#997415 Color Hex

#997415
(153,116,21)
0 Favorites   0 Comments

Color spaces of #997415

RGB 15311621
HSL0.120.760.34
HSV43°86°60°
CMYK 0.000.240.86   0.40
XYZ19.517619.31723.4094
Yxy19.31720.46200.4573
Hunter Lab43.95132.352226.1667
CIE-Lab51.05635.949052.5762

#997415 color RGB value is (153,116,21).

#997415 hex color red value is 153, green value is 116 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #997415 hue: 0.12 , saturation: 0.76 and the lightness value of 997415 is 0.34.

The process color (four color CMYK) of #997415 color hex is 0.00, 0.24, 0.86, 0.40. Web safe color of #997415 is #996600. Color #997415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110100 00010101
Octal 231 164 25
Decimal 153 116 21
Hex 99 74 15

RGB Percentages of Color #997415

%52.76
%40.00
%7.24

CMYK Percentages of Color #997415

%0
%24
%86
%40

Triadic Colors of #997415

#997415 #159974 #741599

Analogous Colors of #997415

#997415 #7c9915 #993215

Monochromatic Colors of #997415

#997415

Complementary Color

#997415 #153a99

#997415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997415 Color CSS Codes

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

#997415 Text Font Color

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

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


#997415 Background Color

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

This div background color is #997415


#997415 Border Color

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

This div border color is #997415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997415


Comments

No comments written yet.

Please login to write comment.