Color Hex Logo

#93952e Color Hex

#93952E
(147,149,46)
0 Favorites   0 Comments

Color spaces of #93952e

RGB 14714946
HSL0.170.530.38
HSV61°69°58°
CMYK 0.010.000.69   0.42
XYZ23.273227.89526.7425
Yxy27.89520.40190.4817
Hunter Lab52.8159-13.772229.4021
CIE-Lab59.7939-13.891451.5536

#93952e color RGB value is (147,149,46).

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

The process color (four color CMYK) of #93952e color hex is 0.01, 0.00, 0.69, 0.42. Web safe color of #93952e is #999933. Color #93952e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010101 00101110
Octal 223 225 56
Decimal 147 149 46
Hex 93 95 2E

RGB Percentages of Color #93952e

%42.98
%43.57
%13.45

CMYK Percentages of Color #93952e

%1
%0
%69
%42

Triadic Colors of #93952e

#93952e #2e9395 #952e93

Analogous Colors of #93952e

#93952e #60952e #95642e

Monochromatic Colors of #93952e

#93952e

Complementary Color

#93952e #302e95

#93952e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93952e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93952e Color CSS Codes

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

#93952e Text Font Color

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

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


#93952e Background Color

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

This div background color is #93952e


#93952e Border Color

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

This div border color is #93952e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93952e


Comments

No comments written yet.

Please login to write comment.