Color Hex Logo

#96964a Color Hex

#96964A
(150,150,74)
0 Favorites   0 Comments

Color spaces of #96964a

RGB 15015074
HSL0.170.340.44
HSV60°51°59°
CMYK 0.000.000.51   0.41
XYZ24.720128.791110.7329
Yxy28.79110.38480.4482
Hunter Lab53.6573-11.664825.7006
CIE-Lab60.5968-10.999639.6755

#96964a color RGB value is (150,150,74).

#96964a hex color red value is 150, green value is 150 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #96964a hue: 0.17 , saturation: 0.34 and the lightness value of 96964a is 0.44.

The process color (four color CMYK) of #96964a color hex is 0.00, 0.00, 0.51, 0.41. Web safe color of #96964a is #999933. Color #96964a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10010110 01001010
Octal 226 226 112
Decimal 150 150 74
Hex 96 96 4A

RGB Percentages of Color #96964a

%40.11
%40.11
%19.79

CMYK Percentages of Color #96964a

%0
%0
%51
%41

Triadic Colors of #96964a

#96964a #4a9696 #964a96

Analogous Colors of #96964a

#96964a #70964a #96704a

Monochromatic Colors of #96964a

#96964a

Complementary Color

#96964a #4a4a96

#96964a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96964a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96964a Color CSS Codes

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

#96964a Text Font Color

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

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


#96964a Background Color

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

This div background color is #96964a


#96964a Border Color

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

This div border color is #96964a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,150,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96964a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96964a;
  -webkit-box-shadow: 1px 1px 3px 2px #96964a;
  box-shadow:         1px 1px 3px 2px #96964a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96964a


Comments

No comments written yet.

Please login to write comment.