Color Hex Logo

#967360 Color Hex

#967360
(150,115,96)
0 Favorites   0 Comments

Color spaces of #967360

RGB 15011596
HSL0.060.220.48
HSV21°36°59°
CMYK 0.000.230.36   0.41
XYZ20.819719.590013.7503
Yxy19.59000.38440.3617
Hunter Lab44.26066.508412.5630
CIE-Lab51.370511.013915.8144

#967360 color RGB value is (150,115,96).

#967360 hex color red value is 150, green value is 115 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #967360 hue: 0.06 , saturation: 0.22 and the lightness value of 967360 is 0.48.

The process color (four color CMYK) of #967360 color hex is 0.00, 0.23, 0.36, 0.41. Web safe color of #967360 is #996666. Color #967360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110011 01100000
Octal 226 163 140
Decimal 150 115 96
Hex 96 73 60

RGB Percentages of Color #967360

%41.55
%31.86
%26.59

CMYK Percentages of Color #967360

%0
%23
%36
%41

Triadic Colors of #967360

#967360 #609673 #736096

Analogous Colors of #967360

#967360 #968e60 #966068

Monochromatic Colors of #967360

#967360

Complementary Color

#967360 #608396

#967360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967360 Color CSS Codes

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

#967360 Text Font Color

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

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


#967360 Background Color

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

This div background color is #967360


#967360 Border Color

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

This div border color is #967360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967360


Comments

No comments written yet.

Please login to write comment.