Color Hex Logo

#93852f Color Hex

#93852F
(147,133,47)
0 Favorites   0 Comments

Color spaces of #93852f

RGB 14713347
HSL0.140.520.38
HSV52°68°58°
CMYK 0.000.100.68   0.42
XYZ20.933223.18336.0609
Yxy23.18330.41720.4620
Hunter Lab48.1490-6.656426.2410
CIE-Lab55.2606-5.207546.4991

#93852f color RGB value is (147,133,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000101 00101111
Octal 223 205 57
Decimal 147 133 47
Hex 93 85 2F

RGB Percentages of Color #93852f

%44.95
%40.67
%14.37

CMYK Percentages of Color #93852f

%0
%10
%68
%42

Triadic Colors of #93852f

#93852f #2f9385 #852f93

Analogous Colors of #93852f

#93852f #6f932f #93532f

Monochromatic Colors of #93852f

#93852f

Complementary Color

#93852f #2f3d93

#93852f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93852f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93852f Color CSS Codes

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

#93852f Text Font Color

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

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


#93852f Background Color

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

This div background color is #93852f


#93852f Border Color

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

This div border color is #93852f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93852f


Comments

No comments written yet.

Please login to write comment.