Color Hex Logo

#93330e Color Hex

#93330E
(147,51,14)
0 Favorites   0 Comments

Color spaces of #93330e

RGB 1475114
HSL0.050.830.32
HSV17°90°58°
CMYK 0.000.650.90   0.42
XYZ13.29578.60241.3751
Yxy8.60240.57130.3696
Hunter Lab29.329829.589717.7511
CIE-Lab35.207238.833141.7131

#93330e color RGB value is (147,51,14).

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

The process color (four color CMYK) of #93330e color hex is 0.00, 0.65, 0.90, 0.42. Web safe color of #93330e is #993300. Color #93330e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110011 00001110
Octal 223 63 16
Decimal 147 51 14
Hex 93 33 E

RGB Percentages of Color #93330e

%69.34
%24.06
%6.60

CMYK Percentages of Color #93330e

%0
%65
%90
%42

Triadic Colors of #93330e

#93330e #0e9333 #330e93

Analogous Colors of #93330e

#93330e #93760e #930e2c

Monochromatic Colors of #93330e

#93330e

Complementary Color

#93330e #0e6e93

#93330e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93330e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93330e Color CSS Codes

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

#93330e Text Font Color

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

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


#93330e Background Color

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

This div background color is #93330e


#93330e Border Color

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

This div border color is #93330e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93330e


Comments

No comments written yet.

Please login to write comment.