Color Hex Logo

#93343c Color Hex

#93343C
(147,52,60)
0 Favorites   0 Comments

Color spaces of #93343c

RGB 1475260
HSL0.990.480.39
HSV355°65°58°
CMYK 0.000.650.59   0.42
XYZ14.07628.98535.2674
Yxy8.98530.49690.3172
Hunter Lab29.975531.364810.5642
CIE-Lab35.956040.588416.7048

#93343c color RGB value is (147,52,60).

#93343c hex color red value is 147, green value is 52 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #93343c hue: 0.99 , saturation: 0.48 and the lightness value of 93343c is 0.39.

The process color (four color CMYK) of #93343c color hex is 0.00, 0.65, 0.59, 0.42. Web safe color of #93343c is #993333. Color #93343c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110100 00111100
Octal 223 64 74
Decimal 147 52 60
Hex 93 34 3C

RGB Percentages of Color #93343c

%56.76
%20.08
%23.17

CMYK Percentages of Color #93343c

%0
%65
%59
%42

Triadic Colors of #93343c

#93343c #3c9334 #343c93

Analogous Colors of #93343c

#93343c #935b34 #93346c

Monochromatic Colors of #93343c

#93343c

Complementary Color

#93343c #34938b

#93343c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93343c Color Preview on White Background

Lorem ipsum dolor sit amet.

#93343c Color CSS Codes

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

#93343c Text Font Color

<p style="color:#93343c">Text here</p>

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


#93343c Background Color

<div style="background-color:#93343c">
Div content here</div>

This div background color is #93343c


#93343c Border Color

<div style="border:3px solid #93343c">
Div here</div>

This div border color is #93343c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,52,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93343c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93343c;
  -webkit-box-shadow: 1px 1px 3px 2px #93343c;
  box-shadow:         1px 1px 3px 2px #93343c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93343c


Comments

No comments written yet.

Please login to write comment.