Color Hex Logo

#93852e Color Hex

#93852E
(147,133,46)
0 Favorites   0 Comments

Color spaces of #93852e

RGB 14713346
HSL0.140.520.38
HSV52°69°58°
CMYK 0.000.100.69   0.42
XYZ20.913323.17545.9558
Yxy23.17540.41790.4631
Hunter Lab48.1408-6.702626.3635
CIE-Lab55.2525-5.268346.9291

#93852e color RGB value is (147,133,46).

#93852e hex color red value is 147, green value is 133 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #93852e hue: 0.14 , saturation: 0.52 and the lightness value of 93852e is 0.38.

The process color (four color CMYK) of #93852e color hex is 0.00, 0.10, 0.69, 0.42. Web safe color of #93852e is #999933. Color #93852e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000101 00101110
Octal 223 205 56
Decimal 147 133 46
Hex 93 85 2E

RGB Percentages of Color #93852e

%45.09
%40.80
%14.11

CMYK Percentages of Color #93852e

%0
%10
%69
%42

Triadic Colors of #93852e

#93852e #2e9385 #852e93

Analogous Colors of #93852e

#93852e #6f932e #93532e

Monochromatic Colors of #93852e

#93852e

Complementary Color

#93852e #2e3c93

#93852e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93852e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93852e Color CSS Codes

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

#93852e Text Font Color

<p style="color:#93852e">Text here</p>

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


#93852e Background Color

<div style="background-color:#93852e">
Div content here</div>

This div background color is #93852e


#93852e Border Color

<div style="border:3px solid #93852e">
Div here</div>

This div border color is #93852e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,133,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93852e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93852e;
  -webkit-box-shadow: 1px 1px 3px 2px #93852e;
  box-shadow:         1px 1px 3px 2px #93852e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93852e


Comments

No comments written yet.

Please login to write comment.