Color Hex Logo

#9c720f Color Hex

#9C720F
(156,114,15)
0 Favorites   0 Comments

Color spaces of #9c720f

RGB 15611415
HSL0.120.820.34
HSV42°90°61°
CMYK 0.000.270.90   0.39
XYZ19.813819.13703.1015
Yxy19.13700.47120.4551
Hunter Lab43.74594.292726.4185
CIE-Lab50.84718.335354.1734

#9c720f color RGB value is (156,114,15).

#9c720f hex color red value is 156, green value is 114 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #9c720f hue: 0.12 , saturation: 0.82 and the lightness value of 9c720f is 0.34.

The process color (four color CMYK) of #9c720f color hex is 0.00, 0.27, 0.90, 0.39. Web safe color of #9c720f is #996600. Color #9c720f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110010 00001111
Octal 234 162 17
Decimal 156 114 15
Hex 9C 72 F

RGB Percentages of Color #9c720f

%54.74
%40.00
%5.26

CMYK Percentages of Color #9c720f

%0
%27
%90
%39

Triadic Colors of #9c720f

#9c720f #0f9c72 #720f9c

Analogous Colors of #9c720f

#9c720f #809c0f #9c2b0f

Monochromatic Colors of #9c720f

#9c720f

Complementary Color

#9c720f #0f399c

#9c720f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c720f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c720f Color CSS Codes

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

#9c720f Text Font Color

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

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


#9c720f Background Color

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

This div background color is #9c720f


#9c720f Border Color

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

This div border color is #9c720f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,114,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c720f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c720f;
  -webkit-box-shadow: 1px 1px 3px 2px #9c720f;
  box-shadow:         1px 1px 3px 2px #9c720f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,114,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c720f


Comments

No comments written yet.

Please login to write comment.