Color Hex Logo

#93720c Color Hex

#93720C
(147,114,12)
0 Favorites   0 Comments

Color spaces of #93720c

RGB 14711412
HSL0.130.850.31
HSV45°92°58°
CMYK 0.000.220.92   0.42
XYZ18.116318.26422.9183
Yxy18.26420.46100.4648
Hunter Lab42.73660.878025.8670
CIE-Lab49.81504.063653.6210

#93720c color RGB value is (147,114,12).

#93720c hex color red value is 147, green value is 114 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #93720c hue: 0.13 , saturation: 0.85 and the lightness value of 93720c is 0.31.

The process color (four color CMYK) of #93720c color hex is 0.00, 0.22, 0.92, 0.42. Web safe color of #93720c is #996600. Color #93720c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110010 00001100
Octal 223 162 14
Decimal 147 114 12
Hex 93 72 C

RGB Percentages of Color #93720c

%53.85
%41.76
%4.40

CMYK Percentages of Color #93720c

%0
%22
%92
%42

Triadic Colors of #93720c

#93720c #0c9372 #720c93

Analogous Colors of #93720c

#93720c #71930c #932f0c

Monochromatic Colors of #93720c

#93720c

Complementary Color

#93720c #0c2d93

#93720c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93720c Color Preview on White Background

Lorem ipsum dolor sit amet.

#93720c Color CSS Codes

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

#93720c Text Font Color

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

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


#93720c Background Color

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

This div background color is #93720c


#93720c Border Color

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

This div border color is #93720c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93720c


Comments

No comments written yet.

Please login to write comment.