Color Hex Logo

#9c4800 Color Hex

#9C4800
(156,72,0)
0 Favorites   0 Comments

Color spaces of #9c4800

RGB 156720
HSL0.081.000.31
HSV28°100°61°
CMYK 0.000.541.00   0.39
XYZ16.027711.70261.4141
Yxy11.70260.54990.4015
Hunter Lab34.209123.765321.4955
CIE-Lab40.739531.669650.8153

#9c4800 color RGB value is (156,72,0).

#9c4800 hex color red value is 156, green value is 72 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #9c4800 hue: 0.08 , saturation: 1.00 and the lightness value of 9c4800 is 0.31.

The process color (four color CMYK) of #9c4800 color hex is 0.00, 0.54, 1.00, 0.39. Web safe color of #9c4800 is #993300. Color #9c4800 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01001000 00000000
Octal 234 110 0
Decimal 156 72 0
Hex 9C 48 0

RGB Percentages of Color #9c4800

%68.42
%31.58
%0.00

CMYK Percentages of Color #9c4800

%0
%54
%100
%39

Triadic Colors of #9c4800

#9c4800 #009c48 #48009c

Analogous Colors of #9c4800

#9c4800 #9c9600 #9c0006

Monochromatic Colors of #9c4800

#9c4800

Complementary Color

#9c4800 #00549c

#9c4800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c4800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c4800 Color CSS Codes

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

#9c4800 Text Font Color

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

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


#9c4800 Background Color

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

This div background color is #9c4800


#9c4800 Border Color

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

This div border color is #9c4800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c4800

#9c4800 Color Palettes


Comments

No comments written yet.

Please login to write comment.