Color Hex Logo

#965017 Color Hex

#965017
(150,80,23)
0 Favorites   0 Comments

Color spaces of #965017

RGB 1508023
HSL0.070.730.34
HSV27°85°59°
CMYK 0.000.470.85   0.41
XYZ15.601012.28322.3592
Yxy12.28320.51580.4061
Hunter Lab35.047418.124620.5421
CIE-Lab41.662725.216743.6616

#965017 color RGB value is (150,80,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010000 00010111
Octal 226 120 27
Decimal 150 80 23
Hex 96 50 17

RGB Percentages of Color #965017

%59.29
%31.62
%9.09

CMYK Percentages of Color #965017

%0
%47
%85
%41

Triadic Colors of #965017

#965017 #179650 #501796

Analogous Colors of #965017

#965017 #969017 #96171e

Monochromatic Colors of #965017

#965017

Complementary Color

#965017 #175d96

#965017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965017 Color CSS Codes

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

#965017 Text Font Color

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

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


#965017 Background Color

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

This div background color is #965017


#965017 Border Color

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

This div border color is #965017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965017


Comments

No comments written yet.

Please login to write comment.