Color Hex Logo

#967615 Color Hex

#967615
(150,118,21)
0 Favorites   0 Comments

Color spaces of #967615

RGB 15011821
HSL0.130.750.34
HSV45°86°59°
CMYK 0.000.210.86   0.41
XYZ19.191519.49503.4609
Yxy19.49500.45530.4625
Hunter Lab44.15310.318426.2598
CIE-Lab51.26143.412852.6140

#967615 color RGB value is (150,118,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110110 00010101
Octal 226 166 25
Decimal 150 118 21
Hex 96 76 15

RGB Percentages of Color #967615

%51.90
%40.83
%7.27

CMYK Percentages of Color #967615

%0
%21
%86
%41

Triadic Colors of #967615

#967615 #159676 #761596

Analogous Colors of #967615

#967615 #769615 #963615

Monochromatic Colors of #967615

#967615

Complementary Color

#967615 #153596

#967615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967615 Color CSS Codes

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

#967615 Text Font Color

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

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


#967615 Background Color

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

This div background color is #967615


#967615 Border Color

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

This div border color is #967615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967615


Comments

No comments written yet.

Please login to write comment.