Color Hex Logo

#967915 Color Hex

#967915
(150,121,21)
0 Favorites   0 Comments

Color spaces of #967915

RGB 15012121
HSL0.130.750.34
HSV47°86°59°
CMYK 0.000.190.86   0.41
XYZ19.550420.21293.5805
Yxy20.21290.45110.4663
Hunter Lab44.9588-1.056826.7493
CIE-Lab52.07711.714153.2989

#967915 color RGB value is (150,121,21).

#967915 hex color red value is 150, green value is 121 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #967915 hue: 0.13 , saturation: 0.75 and the lightness value of 967915 is 0.34.

The process color (four color CMYK) of #967915 color hex is 0.00, 0.19, 0.86, 0.41. Web safe color of #967915 is #996600. Color #967915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111001 00010101
Octal 226 171 25
Decimal 150 121 21
Hex 96 79 15

RGB Percentages of Color #967915

%51.37
%41.44
%7.19

CMYK Percentages of Color #967915

%0
%19
%86
%41

Triadic Colors of #967915

#967915 #159679 #791596

Analogous Colors of #967915

#967915 #739615 #963915

Monochromatic Colors of #967915

#967915

Complementary Color

#967915 #153296

#967915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967915 Color CSS Codes

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

#967915 Text Font Color

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

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


#967915 Background Color

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

This div background color is #967915


#967915 Border Color

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

This div border color is #967915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967915


Comments

No comments written yet.

Please login to write comment.