Color Hex Logo

#93730b Color Hex

#93730B
(147,115,11)
0 Favorites   0 Comments

Color spaces of #93730b

RGB 14711511
HSL0.130.860.31
HSV46°93°58°
CMYK 0.000.220.93   0.42
XYZ18.223818.48872.9248
Yxy18.48870.45980.4664
Hunter Lab42.99850.405326.0660
CIE-Lab50.08363.474054.0397

#93730b color RGB value is (147,115,11).

#93730b hex color red value is 147, green value is 115 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #93730b hue: 0.13 , saturation: 0.86 and the lightness value of 93730b is 0.31.

The process color (four color CMYK) of #93730b color hex is 0.00, 0.22, 0.93, 0.42. Web safe color of #93730b is #996600. Color #93730b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110011 00001011
Octal 223 163 13
Decimal 147 115 11
Hex 93 73 B

RGB Percentages of Color #93730b

%53.85
%42.12
%4.03

CMYK Percentages of Color #93730b

%0
%22
%93
%42

Triadic Colors of #93730b

#93730b #0b9373 #730b93

Analogous Colors of #93730b

#93730b #6f930b #932f0b

Monochromatic Colors of #93730b

#93730b

Complementary Color

#93730b #0b2b93

#93730b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93730b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93730b Color CSS Codes

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

#93730b Text Font Color

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

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


#93730b Background Color

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

This div background color is #93730b


#93730b Border Color

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

This div border color is #93730b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93730b


Comments

No comments written yet.

Please login to write comment.