Color Hex Logo

#99a32e Color Hex

#99A32E
(153,163,46)
0 Favorites   0 Comments

Color spaces of #99a32e

RGB 15316346
HSL0.180.560.41
HSV65°72°64°
CMYK 0.060.000.72   0.36
XYZ26.727233.16397.5774
Yxy33.16390.39610.4915
Hunter Lab57.5881-17.935632.5103
CIE-Lab64.2934-18.519156.1716

#99a32e color RGB value is (153,163,46).

#99a32e hex color red value is 153, green value is 163 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #99a32e hue: 0.18 , saturation: 0.56 and the lightness value of 99a32e is 0.41.

The process color (four color CMYK) of #99a32e color hex is 0.06, 0.00, 0.72, 0.36. Web safe color of #99a32e is #999933. Color #99a32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10100011 00101110
Octal 231 243 56
Decimal 153 163 46
Hex 99 A3 2E

RGB Percentages of Color #99a32e

%42.27
%45.03
%12.71

CMYK Percentages of Color #99a32e

%6
%0
%72
%36

Triadic Colors of #99a32e

#99a32e #2e99a3 #a32e99

Analogous Colors of #99a32e

#99a32e #5fa32e #a3732e

Monochromatic Colors of #99a32e

#99a32e

Complementary Color

#99a32e #382ea3

#99a32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99a32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99a32e Color CSS Codes

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

#99a32e Text Font Color

<p style="color:#99a32e">Text here</p>

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


#99a32e Background Color

<div style="background-color:#99a32e">
Div content here</div>

This div background color is #99a32e


#99a32e Border Color

<div style="border:3px solid #99a32e">
Div here</div>

This div border color is #99a32e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,163,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99a32e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99a32e;
  -webkit-box-shadow: 1px 1px 3px 2px #99a32e;
  box-shadow:         1px 1px 3px 2px #99a32e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,163,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 #99a32e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99a32e


Comments

No comments written yet.

Please login to write comment.