Color Hex Logo

#967f13 Color Hex

#967F13
(150,127,19)
0 Favorites   0 Comments

Color spaces of #967f13

RGB 15012719
HSL0.140.780.33
HSV49°87°59°
CMYK 0.000.150.87   0.41
XYZ20.284621.70983.7374
Yxy21.70980.44360.4747
Hunter Lab46.5938-3.829127.8598
CIE-Lab53.7177-1.708355.2050

#967f13 color RGB value is (150,127,19).

#967f13 hex color red value is 150, green value is 127 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #967f13 hue: 0.14 , saturation: 0.78 and the lightness value of 967f13 is 0.33.

The process color (four color CMYK) of #967f13 color hex is 0.00, 0.15, 0.87, 0.41. Web safe color of #967f13 is #996600. Color #967f13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111111 00010011
Octal 226 177 23
Decimal 150 127 19
Hex 96 7F 13

RGB Percentages of Color #967f13

%50.68
%42.91
%6.42

CMYK Percentages of Color #967f13

%0
%15
%87
%41

Triadic Colors of #967f13

#967f13 #13967f #7f1396

Analogous Colors of #967f13

#967f13 #6c9613 #963e13

Monochromatic Colors of #967f13

#967f13

Complementary Color

#967f13 #132a96

#967f13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967f13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967f13 Color CSS Codes

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

#967f13 Text Font Color

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

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


#967f13 Background Color

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

This div background color is #967f13


#967f13 Border Color

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

This div border color is #967f13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967f13


Comments

No comments written yet.

Please login to write comment.