Color Hex Logo

#93730e Color Hex

#93730E
(147,115,14)
0 Favorites   0 Comments

Color spaces of #93730e

RGB 14711514
HSL0.130.830.32
HSV46°90°58°
CMYK 0.000.220.90   0.42
XYZ18.242618.49623.0241
Yxy18.49620.45880.4652
Hunter Lab43.00720.452725.9360
CIE-Lab50.09253.534653.3848

#93730e color RGB value is (147,115,14).

#93730e hex color red value is 147, green value is 115 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #93730e hue: 0.13 , saturation: 0.83 and the lightness value of 93730e is 0.32.

The process color (four color CMYK) of #93730e color hex is 0.00, 0.22, 0.90, 0.42. Web safe color of #93730e is #996600. Color #93730e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110011 00001110
Octal 223 163 16
Decimal 147 115 14
Hex 93 73 E

RGB Percentages of Color #93730e

%53.26
%41.67
%5.07

CMYK Percentages of Color #93730e

%0
%22
%90
%42

Triadic Colors of #93730e

#93730e #0e9373 #730e93

Analogous Colors of #93730e

#93730e #71930e #93310e

Monochromatic Colors of #93730e

#93730e

Complementary Color

#93730e #0e2e93

#93730e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93730e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93730e Color CSS Codes

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

#93730e Text Font Color

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

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


#93730e Background Color

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

This div background color is #93730e


#93730e Border Color

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

This div border color is #93730e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,115,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93730e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93730e;
  -webkit-box-shadow: 1px 1px 3px 2px #93730e;
  box-shadow:         1px 1px 3px 2px #93730e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,115,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93730e

#93730e Color Palettes


Comments

No comments written yet.

Please login to write comment.