Color Hex Logo

#93500f Color Hex

#93500F
(147,80,15)
0 Favorites   0 Comments

Color spaces of #93500f

RGB 1478015
HSL0.080.810.32
HSV30°90°58°
CMYK 0.000.460.90   0.42
XYZ14.987511.97491.9734
Yxy11.97490.51800.4138
Hunter Lab34.604816.750920.8422
CIE-Lab41.176223.677246.0447

#93500f color RGB value is (147,80,15).

#93500f hex color red value is 147, green value is 80 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #93500f hue: 0.08 , saturation: 0.81 and the lightness value of 93500f is 0.32.

The process color (four color CMYK) of #93500f color hex is 0.00, 0.46, 0.90, 0.42. Web safe color of #93500f is #996600. Color #93500f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010000 00001111
Octal 223 120 17
Decimal 147 80 15
Hex 93 50 F

RGB Percentages of Color #93500f

%60.74
%33.06
%6.20

CMYK Percentages of Color #93500f

%0
%46
%90
%42

Triadic Colors of #93500f

#93500f #0f9350 #500f93

Analogous Colors of #93500f

#93500f #93920f #930f10

Monochromatic Colors of #93500f

#93500f

Complementary Color

#93500f #0f5293

#93500f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93500f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93500f Color CSS Codes

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

#93500f Text Font Color

<p style="color:#93500f">Text here</p>

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


#93500f Background Color

<div style="background-color:#93500f">
Div content here</div>

This div background color is #93500f


#93500f Border Color

<div style="border:3px solid #93500f">
Div here</div>

This div border color is #93500f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,80,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93500f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93500f;
  -webkit-box-shadow: 1px 1px 3px 2px #93500f;
  box-shadow:         1px 1px 3px 2px #93500f; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93500f


Comments

No comments written yet.

Please login to write comment.