Color Hex Logo

#93371b Color Hex

#93371B
(147,55,27)
0 Favorites   0 Comments

Color spaces of #93371b

RGB 1475527
HSL0.040.690.34
HSV14°82°58°
CMYK 0.000.630.82   0.42
XYZ13.59669.01462.0603
Yxy9.01460.55110.3654
Hunter Lab30.024328.291716.9485
CIE-Lab36.012437.306036.3815

#93371b color RGB value is (147,55,27).

#93371b hex color red value is 147, green value is 55 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #93371b hue: 0.04 , saturation: 0.69 and the lightness value of 93371b is 0.34.

The process color (four color CMYK) of #93371b color hex is 0.00, 0.63, 0.82, 0.42. Web safe color of #93371b is #993333. Color #93371b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00110111 00011011
Octal 223 67 33
Decimal 147 55 27
Hex 93 37 1B

RGB Percentages of Color #93371b

%64.19
%24.02
%11.79

CMYK Percentages of Color #93371b

%0
%63
%82
%42

Triadic Colors of #93371b

#93371b #1b9337 #371b93

Analogous Colors of #93371b

#93371b #93731b #931b3b

Monochromatic Colors of #93371b

#93371b

Complementary Color

#93371b #1b7793

#93371b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93371b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93371b Color CSS Codes

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

#93371b Text Font Color

<p style="color:#93371b">Text here</p>

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


#93371b Background Color

<div style="background-color:#93371b">
Div content here</div>

This div background color is #93371b


#93371b Border Color

<div style="border:3px solid #93371b">
Div here</div>

This div border color is #93371b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,55,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93371b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93371b;
  -webkit-box-shadow: 1px 1px 3px 2px #93371b;
  box-shadow:         1px 1px 3px 2px #93371b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93371b


Comments

No comments written yet.

Please login to write comment.