Color Hex Logo

#93412f Color Hex

#93412F
(147,65,47)
0 Favorites   0 Comments

Color spaces of #93412f

RGB 1476547
HSL0.030.520.38
HSV11°68°58°
CMYK 0.000.560.68   0.42
XYZ14.436010.18893.8951
Yxy10.18890.50620.3573
Hunter Lab31.920124.867415.1091
CIE-Lab38.179333.239927.5131

#93412f color RGB value is (147,65,47).

#93412f hex color red value is 147, green value is 65 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #93412f hue: 0.03 , saturation: 0.52 and the lightness value of 93412f is 0.38.

The process color (four color CMYK) of #93412f color hex is 0.00, 0.56, 0.68, 0.42. Web safe color of #93412f is #993333. Color #93412f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000001 00101111
Octal 223 101 57
Decimal 147 65 47
Hex 93 41 2F

RGB Percentages of Color #93412f

%56.76
%25.10
%18.15

CMYK Percentages of Color #93412f

%0
%56
%68
%42

Triadic Colors of #93412f

#93412f #2f9341 #412f93

Analogous Colors of #93412f

#93412f #93732f #932f4f

Monochromatic Colors of #93412f

#93412f

Complementary Color

#93412f #2f8193

#93412f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93412f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93412f Color CSS Codes

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

#93412f Text Font Color

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

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


#93412f Background Color

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

This div background color is #93412f


#93412f Border Color

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

This div border color is #93412f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93412f


Comments

No comments written yet.

Please login to write comment.