Color Hex Logo

#965416 Color Hex

#965416
(150,84,22)
0 Favorites   0 Comments

Color spaces of #965416

RGB 1508422
HSL0.080.740.34
HSV29°85°59°
CMYK 0.000.440.85   0.41
XYZ15.892812.88262.4080
Yxy12.88260.50970.4131
Hunter Lab35.892316.226621.1469
CIE-Lab42.585822.934244.8714

#965416 color RGB value is (150,84,22).

#965416 hex color red value is 150, green value is 84 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #965416 hue: 0.08 , saturation: 0.74 and the lightness value of 965416 is 0.34.

The process color (four color CMYK) of #965416 color hex is 0.00, 0.44, 0.85, 0.41. Web safe color of #965416 is #996600. Color #965416 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010100 00010110
Octal 226 124 26
Decimal 150 84 22
Hex 96 54 16

RGB Percentages of Color #965416

%58.59
%32.81
%8.59

CMYK Percentages of Color #965416

%0
%44
%85
%41

Triadic Colors of #965416

#965416 #169654 #541696

Analogous Colors of #965416

#965416 #969416 #961618

Monochromatic Colors of #965416

#965416

Complementary Color

#965416 #165896

#965416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965416 Color CSS Codes

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

#965416 Text Font Color

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

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


#965416 Background Color

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

This div background color is #965416


#965416 Border Color

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

This div border color is #965416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965416


Comments

No comments written yet.

Please login to write comment.