Color Hex Logo

#96993d Color Hex

#96993D
(150,153,61)
0 Favorites   0 Comments

Color spaces of #96993d

RGB 15015361
HSL0.170.430.42
HSV62°60°60°
CMYK 0.020.000.60   0.40
XYZ24.811229.60348.8212
Yxy29.60340.39240.4681
Hunter Lab54.4090-13.817528.4738
CIE-Lab61.3105-13.684246.7535

#96993d color RGB value is (150,153,61).

#96993d hex color red value is 150, green value is 153 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #96993d hue: 0.17 , saturation: 0.43 and the lightness value of 96993d is 0.42.

The process color (four color CMYK) of #96993d color hex is 0.02, 0.00, 0.60, 0.40. Web safe color of #96993d is #999933. Color #96993d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011001 00111101
Octal 226 231 75
Decimal 150 153 61
Hex 96 99 3D

RGB Percentages of Color #96993d

%41.21
%42.03
%16.76

CMYK Percentages of Color #96993d

%2
%0
%60
%40

Triadic Colors of #96993d

#96993d #3d9699 #993d96

Analogous Colors of #96993d

#96993d #68993d #996e3d

Monochromatic Colors of #96993d

#96993d

Complementary Color

#96993d #403d99

#96993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96993d Color CSS Codes

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

#96993d Text Font Color

<p style="color:#96993d">Text here</p>

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


#96993d Background Color

<div style="background-color:#96993d">
Div content here</div>

This div background color is #96993d


#96993d Border Color

<div style="border:3px solid #96993d">
Div here</div>

This div border color is #96993d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,153,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96993d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96993d;
  -webkit-box-shadow: 1px 1px 3px 2px #96993d;
  box-shadow:         1px 1px 3px 2px #96993d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,153,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96993d


Comments

No comments written yet.

Please login to write comment.