Color Hex Logo

#93a359 Color Hex

#93A359
(147,163,89)
0 Favorites   0 Comments

Color spaces of #93a359

RGB 14716389
HSL0.200.290.49
HSV73°45°64°
CMYK 0.100.000.45   0.36
XYZ26.933033.118714.4242
Yxy33.11870.36160.4447
Hunter Lab57.5488-17.172125.4236
CIE-Lab64.2569-17.523136.4193

#93a359 color RGB value is (147,163,89).

#93a359 hex color red value is 147, green value is 163 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #93a359 hue: 0.20 , saturation: 0.29 and the lightness value of 93a359 is 0.49.

The process color (four color CMYK) of #93a359 color hex is 0.10, 0.00, 0.45, 0.36. Web safe color of #93a359 is #999966. Color #93a359 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10100011 01011001
Octal 223 243 131
Decimal 147 163 89
Hex 93 A3 59

RGB Percentages of Color #93a359

%36.84
%40.85
%22.31

CMYK Percentages of Color #93a359

%10
%0
%45
%36

Triadic Colors of #93a359

#93a359 #5993a3 #a35993

Analogous Colors of #93a359

#93a359 #6ea359 #a38e59

Monochromatic Colors of #93a359

#93a359

Complementary Color

#93a359 #6959a3

#93a359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93a359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93a359 Color CSS Codes

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

#93a359 Text Font Color

<p style="color:#93a359">Text here</p>

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


#93a359 Background Color

<div style="background-color:#93a359">
Div content here</div>

This div background color is #93a359


#93a359 Border Color

<div style="border:3px solid #93a359">
Div here</div>

This div border color is #93a359


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,163,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93a359; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93a359;
  -webkit-box-shadow: 1px 1px 3px 2px #93a359;
  box-shadow:         1px 1px 3px 2px #93a359; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93a359


Comments

No comments written yet.

Please login to write comment.