Color Hex Logo

#967215 Color Hex

#967215
(150,114,21)
0 Favorites   0 Comments

Color spaces of #967215

RGB 15011421
HSL0.120.750.34
HSV43°86°59°
CMYK 0.000.240.86   0.41
XYZ18.730318.57283.3072
Yxy18.57280.46120.4573
Hunter Lab43.09622.160725.6174
CIE-Lab50.18365.689551.7079

#967215 color RGB value is (150,114,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110010 00010101
Octal 226 162 25
Decimal 150 114 21
Hex 96 72 15

RGB Percentages of Color #967215

%52.63
%40.00
%7.37

CMYK Percentages of Color #967215

%0
%24
%86
%41

Triadic Colors of #967215

#967215 #159672 #721596

Analogous Colors of #967215

#967215 #7a9615 #963115

Monochromatic Colors of #967215

#967215

Complementary Color

#967215 #153996

#967215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967215 Color CSS Codes

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

#967215 Text Font Color

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

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


#967215 Background Color

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

This div background color is #967215


#967215 Border Color

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

This div border color is #967215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967215


Comments

No comments written yet.

Please login to write comment.