Color Hex Logo

#93520b Color Hex

#93520B
(147,82,11)
0 Favorites   0 Comments

Color spaces of #93520b

RGB 1478211
HSL0.090.860.31
HSV31°93°58°
CMYK 0.000.440.93   0.42
XYZ15.110312.26181.8870
Yxy12.26180.51640.4191
Hunter Lab35.016915.745921.3168
CIE-Lab41.629222.460347.6039

#93520b color RGB value is (147,82,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010010 00001011
Octal 223 122 13
Decimal 147 82 11
Hex 93 52 B

RGB Percentages of Color #93520b

%61.25
%34.17
%4.58

CMYK Percentages of Color #93520b

%0
%44
%93
%42

Triadic Colors of #93520b

#93520b #0b9352 #520b93

Analogous Colors of #93520b

#93520b #90930b #930e0b

Monochromatic Colors of #93520b

#93520b

Complementary Color

#93520b #0b4c93

#93520b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93520b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93520b Color CSS Codes

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

#93520b Text Font Color

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

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


#93520b Background Color

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

This div background color is #93520b


#93520b Border Color

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

This div border color is #93520b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93520b


Comments

No comments written yet.

Please login to write comment.