Color Hex Logo

#968315 Color Hex

#968315
(150,131,21)
0 Favorites   0 Comments

Color spaces of #968315

RGB 15013121
HSL0.140.750.34
HSV51°86°59°
CMYK 0.000.130.86   0.41
XYZ20.829322.77084.0068
Yxy22.77080.43750.4783
Hunter Lab47.7188-5.592328.4247
CIE-Lab54.8355-3.875255.6065

#968315 color RGB value is (150,131,21).

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

The process color (four color CMYK) of #968315 color hex is 0.00, 0.13, 0.86, 0.41. Web safe color of #968315 is #999900. Color #968315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 00010101
Octal 226 203 25
Decimal 150 131 21
Hex 96 83 15

RGB Percentages of Color #968315

%49.67
%43.38
%6.95

CMYK Percentages of Color #968315

%0
%13
%86
%41

Triadic Colors of #968315

#968315 #159683 #831596

Analogous Colors of #968315

#968315 #699615 #964315

Monochromatic Colors of #968315

#968315

Complementary Color

#968315 #152896

#968315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968315 Color CSS Codes

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

#968315 Text Font Color

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

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


#968315 Background Color

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

This div background color is #968315


#968315 Border Color

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

This div border color is #968315


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,131,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 #968315">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968315


Comments

No comments written yet.

Please login to write comment.