Color Hex Logo

#93953a Color Hex

#93953A
(147,149,58)
0 Favorites   0 Comments

Color spaces of #93953a

RGB 14714958
HSL0.170.440.41
HSV61°61°58°
CMYK 0.010.000.61   0.42
XYZ23.543828.00348.1673
Yxy28.00340.39430.4690
Hunter Lab52.9182-13.190727.8921
CIE-Lab59.8918-13.105646.5010

#93953a color RGB value is (147,149,58).

#93953a hex color red value is 147, green value is 149 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #93953a hue: 0.17 , saturation: 0.44 and the lightness value of 93953a is 0.41.

The process color (four color CMYK) of #93953a color hex is 0.01, 0.00, 0.61, 0.42. Web safe color of #93953a is #999933. Color #93953a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10010101 00111010
Octal 223 225 72
Decimal 147 149 58
Hex 93 95 3A

RGB Percentages of Color #93953a

%41.53
%42.09
%16.38

CMYK Percentages of Color #93953a

%1
%0
%61
%42

Triadic Colors of #93953a

#93953a #3a9395 #953a93

Analogous Colors of #93953a

#93953a #66953a #956a3a

Monochromatic Colors of #93953a

#93953a

Complementary Color

#93953a #3c3a95

#93953a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93953a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93953a Color CSS Codes

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

#93953a Text Font Color

<p style="color:#93953a">Text here</p>

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


#93953a Background Color

<div style="background-color:#93953a">
Div content here</div>

This div background color is #93953a


#93953a Border Color

<div style="border:3px solid #93953a">
Div here</div>

This div border color is #93953a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93953a


Comments

No comments written yet.

Please login to write comment.