Color Hex Logo

#93836f Color Hex

#93836F
(147,131,111)
0 Favorites   0 Comments

Color spaces of #93836f

RGB 147131111
HSL0.090.140.51
HSV33°24°58°
CMYK 0.000.110.24   0.42
XYZ23.018223.583318.3778
Yxy23.58330.35420.3629
Hunter Lab48.5626-0.377411.5564
CIE-Lab55.66812.745513.0372

#93836f color RGB value is (147,131,111).

#93836f hex color red value is 147, green value is 131 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #93836f hue: 0.09 , saturation: 0.14 and the lightness value of 93836f is 0.51.

The process color (four color CMYK) of #93836f color hex is 0.00, 0.11, 0.24, 0.42. Web safe color of #93836f is #999966. Color #93836f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000011 01101111
Octal 223 203 157
Decimal 147 131 111
Hex 93 83 6F

RGB Percentages of Color #93836f

%37.79
%33.68
%28.53

CMYK Percentages of Color #93836f

%0
%11
%24
%42

Triadic Colors of #93836f

#93836f #6f9383 #836f93

Analogous Colors of #93836f

#93836f #91936f #93716f

Monochromatic Colors of #93836f

#93836f

Complementary Color

#93836f #6f7f93

#93836f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93836f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93836f Color CSS Codes

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

#93836f Text Font Color

<p style="color:#93836f">Text here</p>

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


#93836f Background Color

<div style="background-color:#93836f">
Div content here</div>

This div background color is #93836f


#93836f Border Color

<div style="border:3px solid #93836f">
Div here</div>

This div border color is #93836f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,131,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93836f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93836f;
  -webkit-box-shadow: 1px 1px 3px 2px #93836f;
  box-shadow:         1px 1px 3px 2px #93836f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93836f


Comments

No comments written yet.

Please login to write comment.