Color Hex Logo

#9c9946 Color Hex

#9C9946
(156,153,70)
0 Favorites   0 Comments

Color spaces of #9c9946

RGB 15615370
HSL0.160.380.44
HSV58°55°61°
CMYK 0.000.020.55   0.39
XYZ26.207030.292610.2601
Yxy30.29260.39260.4538
Hunter Lab55.0387-11.323927.4745
CIE-Lab61.9059-10.367143.3095

#9c9946 color RGB value is (156,153,70).

#9c9946 hex color red value is 156, green value is 153 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #9c9946 hue: 0.16 , saturation: 0.38 and the lightness value of 9c9946 is 0.44.

The process color (four color CMYK) of #9c9946 color hex is 0.00, 0.02, 0.55, 0.39. Web safe color of #9c9946 is #999933. Color #9c9946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10011001 01000110
Octal 234 231 106
Decimal 156 153 70
Hex 9C 99 46

RGB Percentages of Color #9c9946

%41.16
%40.37
%18.47

CMYK Percentages of Color #9c9946

%0
%2
%55
%39

Triadic Colors of #9c9946

#9c9946 #469c99 #99469c

Analogous Colors of #9c9946

#9c9946 #749c46 #9c6e46

Monochromatic Colors of #9c9946

#9c9946

Complementary Color

#9c9946 #46499c

#9c9946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c9946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c9946 Color CSS Codes

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

#9c9946 Text Font Color

<p style="color:#9c9946">Text here</p>

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


#9c9946 Background Color

<div style="background-color:#9c9946">
Div content here</div>

This div background color is #9c9946


#9c9946 Border Color

<div style="border:3px solid #9c9946">
Div here</div>

This div border color is #9c9946


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,153,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c9946; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c9946;
  -webkit-box-shadow: 1px 1px 3px 2px #9c9946;
  box-shadow:         1px 1px 3px 2px #9c9946; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c9946


Comments

No comments written yet.

Please login to write comment.