Color Hex Logo

#93710d Color Hex

#93710D
(147,113,13)
0 Favorites   0 Comments

Color spaces of #93710d

RGB 14711313
HSL0.120.840.31
HSV45°91°58°
CMYK 0.000.230.91   0.42
XYZ18.010418.04242.9140
Yxy18.04240.46220.4630
Hunter Lab42.47631.352225.6660
CIE-Lab49.54754.654853.1892

#93710d color RGB value is (147,113,13).

#93710d hex color red value is 147, green value is 113 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #93710d hue: 0.12 , saturation: 0.84 and the lightness value of 93710d is 0.31.

The process color (four color CMYK) of #93710d color hex is 0.00, 0.23, 0.91, 0.42. Web safe color of #93710d is #996600. Color #93710d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110001 00001101
Octal 223 161 15
Decimal 147 113 13
Hex 93 71 D

RGB Percentages of Color #93710d

%53.85
%41.39
%4.76

CMYK Percentages of Color #93710d

%0
%23
%91
%42

Triadic Colors of #93710d

#93710d #0d9371 #710d93

Analogous Colors of #93710d

#93710d #72930d #932e0d

Monochromatic Colors of #93710d

#93710d

Complementary Color

#93710d #0d2f93

#93710d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93710d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93710d Color CSS Codes

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

#93710d Text Font Color

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

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


#93710d Background Color

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

This div background color is #93710d


#93710d Border Color

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

This div border color is #93710d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,113,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93710d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93710d;
  -webkit-box-shadow: 1px 1px 3px 2px #93710d;
  box-shadow:         1px 1px 3px 2px #93710d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,113,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 #93710d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93710d


Comments

No comments written yet.

Please login to write comment.