Color Hex Logo

#966803 Color Hex

#966803
(150,104,3)
0 Favorites   0 Comments

Color spaces of #966803

RGB 1501043
HSL0.110.960.30
HSV41°98°59°
CMYK 0.000.310.98   0.41
XYZ17.544416.39122.3253
Yxy16.39120.48380.4520
Hunter Lab40.48606.501424.9349
CIE-Lab47.483611.052453.9660

#966803 color RGB value is (150,104,3).

#966803 hex color red value is 150, green value is 104 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #966803 hue: 0.11 , saturation: 0.96 and the lightness value of 966803 is 0.30.

The process color (four color CMYK) of #966803 color hex is 0.00, 0.31, 0.98, 0.41. Web safe color of #966803 is #996600. Color #966803 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101000 00000011
Octal 226 150 3
Decimal 150 104 3
Hex 96 68 3

RGB Percentages of Color #966803

%58.37
%40.47
%1.17

CMYK Percentages of Color #966803

%0
%31
%98
%41

Triadic Colors of #966803

#966803 #039668 #680396

Analogous Colors of #966803

#966803 #7b9603 #961e03

Monochromatic Colors of #966803

#966803

Complementary Color

#966803 #033196

#966803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966803 Color CSS Codes

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

#966803 Text Font Color

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

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


#966803 Background Color

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

This div background color is #966803


#966803 Border Color

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

This div border color is #966803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966803


Comments

No comments written yet.

Please login to write comment.