Color Hex Logo

#93590e Color Hex

#93590E
(147,89,14)
0 Favorites   0 Comments

Color spaces of #93590e

RGB 1478914
HSL0.090.830.32
HSV34°90°58°
CMYK 0.000.390.90   0.42
XYZ15.684313.37952.1713
Yxy13.37950.50210.4283
Hunter Lab36.578012.527622.0851
CIE-Lab43.329618.518448.0569

#93590e color RGB value is (147,89,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011001 00001110
Octal 223 131 16
Decimal 147 89 14
Hex 93 59 E

RGB Percentages of Color #93590e

%58.80
%35.60
%5.60

CMYK Percentages of Color #93590e

%0
%39
%90
%42

Triadic Colors of #93590e

#93590e #0e9359 #590e93

Analogous Colors of #93590e

#93590e #8b930e #93170e

Monochromatic Colors of #93590e

#93590e

Complementary Color

#93590e #0e4893

#93590e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93590e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93590e Color CSS Codes

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

#93590e Text Font Color

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

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


#93590e Background Color

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

This div background color is #93590e


#93590e Border Color

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

This div border color is #93590e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93590e


Comments

No comments written yet.

Please login to write comment.