Color Hex Logo

#93320d Color Hex

#93320D
(147,50,13)
0 Favorites   0 Comments

Color spaces of #93320d

RGB 1475013
HSL0.050.840.31
HSV17°91°58°
CMYK 0.000.660.91   0.42
XYZ13.24598.51331.3259
Yxy8.51330.57380.3688
Hunter Lab29.177629.973917.7300
CIE-Lab35.029839.273441.9695

#93320d color RGB value is (147,50,13).

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

The process color (four color CMYK) of #93320d color hex is 0.00, 0.66, 0.91, 0.42. Web safe color of #93320d is #993300. Color #93320d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110010 00001101
Octal 223 62 15
Decimal 147 50 13
Hex 93 32 D

RGB Percentages of Color #93320d

%70.00
%23.81
%6.19

CMYK Percentages of Color #93320d

%0
%66
%91
%42

Triadic Colors of #93320d

#93320d #0d9332 #320d93

Analogous Colors of #93320d

#93320d #93750d #930d2b

Monochromatic Colors of #93320d

#93320d

Complementary Color

#93320d #0d6e93

#93320d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93320d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93320d Color CSS Codes

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

#93320d Text Font Color

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

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


#93320d Background Color

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

This div background color is #93320d


#93320d Border Color

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

This div border color is #93320d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93320d


Comments

No comments written yet.

Please login to write comment.