Color Hex Logo

#93580b Color Hex

#93580B
(147,88,11)
0 Favorites   0 Comments

Color spaces of #93580b

RGB 1478811
HSL0.090.860.31
HSV34°93°58°
CMYK 0.000.400.93   0.42
XYZ15.582813.20672.0444
Yxy13.20670.50540.4283
Hunter Lab36.341012.942922.1033
CIE-Lab43.073119.031248.6925

#93580b color RGB value is (147,88,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011000 00001011
Octal 223 130 13
Decimal 147 88 11
Hex 93 58 B

RGB Percentages of Color #93580b

%59.76
%35.77
%4.47

CMYK Percentages of Color #93580b

%0
%40
%93
%42

Triadic Colors of #93580b

#93580b #0b9358 #580b93

Analogous Colors of #93580b

#93580b #8a930b #93140b

Monochromatic Colors of #93580b

#93580b

Complementary Color

#93580b #0b4693

#93580b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93580b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93580b Color CSS Codes

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

#93580b Text Font Color

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

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


#93580b Background Color

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

This div background color is #93580b


#93580b Border Color

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

This div border color is #93580b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,88,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 #93580b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93580b


Comments

No comments written yet.

Please login to write comment.