Color Hex Logo

#9c470d Color Hex

#9C470D
(156,71,13)
0 Favorites   0 Comments

Color spaces of #9c470d

RGB 1567113
HSL0.070.850.33
HSV24°92°61°
CMYK 0.000.540.92   0.39
XYZ16.036211.60351.7753
Yxy11.60350.54520.3945
Hunter Lab34.063924.420220.7547
CIE-Lab40.578932.410846.8351

#9c470d color RGB value is (156,71,13).

#9c470d hex color red value is 156, green value is 71 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9c470d hue: 0.07 , saturation: 0.85 and the lightness value of 9c470d is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01000111 00001101
Octal 234 107 15
Decimal 156 71 13
Hex 9C 47 D

RGB Percentages of Color #9c470d

%65.00
%29.58
%5.42

CMYK Percentages of Color #9c470d

%0
%54
%92
%39

Triadic Colors of #9c470d

#9c470d #0d9c47 #470d9c

Analogous Colors of #9c470d

#9c470d #9c8f0d #9c0d1b

Monochromatic Colors of #9c470d

#9c470d

Complementary Color

#9c470d #0d629c

#9c470d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c470d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c470d Color CSS Codes

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

#9c470d Text Font Color

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

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


#9c470d Background Color

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

This div background color is #9c470d


#9c470d Border Color

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

This div border color is #9c470d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c470d


Comments

No comments written yet.

Please login to write comment.