Color Hex Logo

#967311 Color Hex

#967311
(150,115,17)
0 Favorites   0 Comments

Color spaces of #967311

RGB 15011517
HSL0.120.800.33
HSV44°89°59°
CMYK 0.000.230.89   0.41
XYZ18.809618.78603.1650
Yxy18.78600.46150.4609
Hunter Lab43.34281.614226.0105
CIE-Lab50.43595.012153.0504

#967311 color RGB value is (150,115,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110011 00010001
Octal 226 163 21
Decimal 150 115 17
Hex 96 73 11

RGB Percentages of Color #967311

%53.19
%40.78
%6.03

CMYK Percentages of Color #967311

%0
%23
%89
%41

Triadic Colors of #967311

#967311 #119673 #731196

Analogous Colors of #967311

#967311 #779611 #963111

Monochromatic Colors of #967311

#967311

Complementary Color

#967311 #113496

#967311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967311 Color CSS Codes

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

#967311 Text Font Color

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

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


#967311 Background Color

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

This div background color is #967311


#967311 Border Color

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

This div border color is #967311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967311


Comments

No comments written yet.

Please login to write comment.