Color Hex Logo

#965917 Color Hex

#965917
(150,89,23)
0 Favorites   0 Comments

Color spaces of #965917

RGB 1508923
HSL0.090.730.34
HSV31°85°59°
CMYK 0.000.410.85   0.41
XYZ16.304713.69062.5938
Yxy13.69060.50030.4201
Hunter Lab37.000813.906021.7443
CIE-Lab43.785920.120845.5322

#965917 color RGB value is (150,89,23).

#965917 hex color red value is 150, green value is 89 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #965917 hue: 0.09 , saturation: 0.73 and the lightness value of 965917 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011001 00010111
Octal 226 131 27
Decimal 150 89 23
Hex 96 59 17

RGB Percentages of Color #965917

%57.25
%33.97
%8.78

CMYK Percentages of Color #965917

%0
%41
%85
%41

Triadic Colors of #965917

#965917 #179659 #591796

Analogous Colors of #965917

#965917 #949617 #961a17

Monochromatic Colors of #965917

#965917

Complementary Color

#965917 #175496

#965917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965917 Color CSS Codes

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

#965917 Text Font Color

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

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


#965917 Background Color

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

This div background color is #965917


#965917 Border Color

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

This div border color is #965917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965917


Comments

No comments written yet.

Please login to write comment.