Color Hex Logo

#967310 Color Hex

#967310
(150,115,16)
0 Favorites   0 Comments

Color spaces of #967310

RGB 15011516
HSL0.120.810.33
HSV44°89°59°
CMYK 0.000.230.89   0.41
XYZ18.801918.78293.1247
Yxy18.78290.46190.4614
Hunter Lab43.33921.595126.0627
CIE-Lab50.43224.988153.3062

#967310 color RGB value is (150,115,16).

#967310 hex color red value is 150, green value is 115 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #967310 hue: 0.12 , saturation: 0.81 and the lightness value of 967310 is 0.33.

The process color (four color CMYK) of #967310 color hex is 0.00, 0.23, 0.89, 0.41. Web safe color of #967310 is #996600. Color #967310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110011 00010000
Octal 226 163 20
Decimal 150 115 16
Hex 96 73 10

RGB Percentages of Color #967310

%53.38
%40.93
%5.69

CMYK Percentages of Color #967310

%0
%23
%89
%41

Triadic Colors of #967310

#967310 #109673 #731096

Analogous Colors of #967310

#967310 #769610 #963010

Monochromatic Colors of #967310

#967310

Complementary Color

#967310 #103396

#967310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967310 Color CSS Codes

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

#967310 Text Font Color

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

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


#967310 Background Color

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

This div background color is #967310


#967310 Border Color

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

This div border color is #967310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967310


Comments

No comments written yet.

Please login to write comment.